Skip to content

Commit d0d111b

Browse files
committed
more
1 parent 1d59c8a commit d0d111b

33 files changed

+80
-75
lines changed

.devel/sphinx/alphamarek.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyleft (C) 2020-2023, Marek Gagolewski <https://www.gagolewski.com/>
1+
# Copyleft (C) 2020-2024, Marek Gagolewski <https://www.gagolewski.com/>
22

33
# based on https://bitbucket.org/pybtex-devs/pybtex/src/HEAD/pybtex/style/formatting/unsrt.py
44

.devel/sphinx/fix-html.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright (C) 2020-2023, Marek Gagolewski <https://www.gagolewski.com/>
3+
# Copyright (C) 2020-2024, Marek Gagolewski <https://www.gagolewski.com/>
44

55
set -e
66

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyleft (C) 2020-2023, Marek Gagolewski <https://www.gagolewski.com>
1+
# Copyleft (C) 2020-2024, Marek Gagolewski <https://www.gagolewski.com>
22

33
.PHONY: python check test html docs clean
44

clustbench/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# ############################################################################ #
77
# #
8-
# Copyleft (C) 2020-2023, Marek Gagolewski <https://www.gagolewski.com> #
8+
# Copyleft (C) 2020-2024, Marek Gagolewski <https://www.gagolewski.com> #
99
# #
1010
# #
1111
# This program is free software: you can redistribute it and/or modify #

clustbench/colouriser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# ############################################################################ #
1111
# #
12-
# Copyleft (C) 2018-2023, Marek Gagolewski <https://www.gagolewski.com> #
12+
# Copyleft (C) 2018-2024, Marek Gagolewski <https://www.gagolewski.com> #
1313
# #
1414
# #
1515
# This program is free software: you can redistribute it and/or modify #

clustbench/fit_predict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# ############################################################################ #
77
# #
8-
# Copyleft (C) 2020-2023, Marek Gagolewski <https://www.gagolewski.com> #
8+
# Copyleft (C) 2020-2024, Marek Gagolewski <https://www.gagolewski.com> #
99
# #
1010
# #
1111
# This program is free software: you can redistribute it and/or modify #

clustbench/get_names.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# ############################################################################ #
77
# #
8-
# Copyleft (C) 2020-2023, Marek Gagolewski <https://www.gagolewski.com> #
8+
# Copyleft (C) 2020-2024, Marek Gagolewski <https://www.gagolewski.com> #
99
# #
1010
# #
1111
# This program is free software: you can redistribute it and/or modify #

clustbench/load_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# ############################################################################ #
77
# #
8-
# Copyleft (C) 2020-2023, Marek Gagolewski <https://www.gagolewski.com> #
8+
# Copyleft (C) 2020-2024, Marek Gagolewski <https://www.gagolewski.com> #
99
# #
1010
# #
1111
# This program is free software: you can redistribute it and/or modify #

clustbench/load_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# ############################################################################ #
77
# #
8-
# Copyleft (C) 2020-2023, Marek Gagolewski <https://www.gagolewski.com> #
8+
# Copyleft (C) 2020-2024, Marek Gagolewski <https://www.gagolewski.com> #
99
# #
1010
# #
1111
# This program is free software: you can redistribute it and/or modify #

clustbench/preprocess_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# ############################################################################ #
77
# #
8-
# Copyleft (C) 2020-2023, Marek Gagolewski <https://www.gagolewski.com> #
8+
# Copyleft (C) 2020-2024, Marek Gagolewski <https://www.gagolewski.com> #
99
# #
1010
# #
1111
# This program is free software: you can redistribute it and/or modify #

0 commit comments

Comments
 (0)