Skip to content

Commit 0a83073

Browse files
authored
Merge pull request #371 from visual-layer/copyrightupdate
Copyrightupdate
2 parents a19728f + 9dcb8c7 commit 0a83073

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

fastdup/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#FastDup Software, (C) copyright 2022 Dr. Amir Alush and Dr. Danny Bickson.
1+
#FastDup Software, (C) copyright 2025 Dr. Amir Alush and Dr. Danny Bickson.
22
#This software is free for non-commercial and academic usage under the Creative Common Attribution-NonCommercial-NoDerivatives
33
#4.0 International license. Please reach out to info@databasevisual.com for licensing options.
44

@@ -147,7 +147,7 @@ def do_run(input_dir='',
147147
fastdup_capture_log_debug_state(locals())
148148
start_time = time.time()
149149

150-
print("FastDup Software, (C) copyright 2022 Dr. Amir Alush and Dr. Danny Bickson.")
150+
print("FastDup Software, (C) copyright 2025 Dr. Amir Alush and Dr. Danny Bickson.")
151151
if (version):
152152
print("This software is free for non-commercial and academic usage under the Creative Common Attribution-NonCommercial-NoDerivatives 4.0 "
153153
"International license. Please reach out to %s for licensing options.", CONTACT_EMAIL);

fastdup/coco.py

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

2-
# FastDup Software, (C) copyright 2022 Dr. Amir Alush and Dr. Danny Bickson.
2+
# FastDup Software, (C) copyright 2025 Dr. Amir Alush and Dr. Danny Bickson.
33
# This software is free for non-commercial and academic usage under the Creative Common Attribution-NonCommercial-NoDerivatives
44
# 4.0 International license. Please reach out to info@databasevisual.com for licensing options.
55
from fastdup.sentry import fastdup_capture_exception

fastdup/galleries.py

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

2-
# FastDup Software, (C) copyright 2022 Dr. Amir Alush and Dr. Danny Bickson.
2+
# FastDup Software, (C) copyright 2025 Dr. Amir Alush and Dr. Danny Bickson.
33
# This software is free for non-commercial and academic usage under the Creative Common Attribution-NonCommercial-NoDerivatives
44
# 4.0 International license. Please reach out to info@databasevisual.com for licensing options.
55

fastdup/html_writer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FastDup Software, (C) copyright 2022 Dr. Amir Alush and Dr. Danny Bickson.
1+
# FastDup Software, (C) copyright 2025 Dr. Amir Alush and Dr. Danny Bickson.
22
# This software is free for non-commercial and academic usage under the Creative Common Attribution-NonCommercial-NoDerivatives
33
# 4.0 International license. Please reach out to info@databasevisual.com for licensing options.
44

@@ -755,4 +755,4 @@ def write_to_html_file(df, title='', filename='out.html', stats_info = None, sub
755755
# </html> '''
756756
with open(filename, 'w') as f:
757757
f.write(result)
758-
assert os.path.exists(filename), "Failed to write file " + filename
758+
assert os.path.exists(filename), "Failed to write file " + filename

fastdup/image.py

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

2-
# FastDup Software, (C) copyright 2022 Dr. Amir Alush and Dr. Danny Bickson.
2+
# FastDup Software, (C) copyright 2025 Dr. Amir Alush and Dr. Danny Bickson.
33
# This software is free for non-commercial and academic usage under the Creative Common Attribution-NonCommercial-NoDerivatives
44
# 4.0 International license. Please reach out to info@databasevisual.com for licensing options.
55

fastdup/tensorboard_projector.py

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

2-
# FastDup Software, (C) copyright 2022 Dr. Amir Alush and Dr. Danny Bickson.
2+
# FastDup Software, (C) copyright 2025 Dr. Amir Alush and Dr. Danny Bickson.
33
# This software is free for non-commercial and academic usage under the Creative Common Attribution-NonCommercial-NoDerivatives
44
# 4.0 International license. Please reach out to info@databasevisual.com for licensing options.
55

0 commit comments

Comments
 (0)