diff --git a/Dockerfile b/Dockerfile
index e2f54443..25121565 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
#
# The MIT License
-# Copyright © 2024 FAIR Data Team
+# Copyright © 2016-2024 FAIR Data Team
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
diff --git a/pom.xml b/pom.xml
index 319fe41b..9780ef60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
3.2.5
- org
+ org.fairdatapoint
fairdatapoint
1.17.1
jar
@@ -277,7 +277,7 @@
com/mycila/maven/plugin/license/templates/MIT.txt
FAIR Data Team
- 2024
+ 2016-2024
JAVADOC_STYLE
diff --git a/src/main/java/org/fairdatapoint/Application.java b/src/main/java/org/fairdatapoint/Application.java
index 39ae56c5..596e8418 100644
--- a/src/main/java/org/fairdatapoint/Application.java
+++ b/src/main/java/org/fairdatapoint/Application.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/Profiles.java b/src/main/java/org/fairdatapoint/Profiles.java
index ae6293c8..01c3766e 100644
--- a/src/main/java/org/fairdatapoint/Profiles.java
+++ b/src/main/java/org/fairdatapoint/Profiles.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/apikey/ApiKeyController.java b/src/main/java/org/fairdatapoint/api/controller/apikey/ApiKeyController.java
index 3dcb425a..1b00b140 100644
--- a/src/main/java/org/fairdatapoint/api/controller/apikey/ApiKeyController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/apikey/ApiKeyController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/config/ConfigController.java b/src/main/java/org/fairdatapoint/api/controller/config/ConfigController.java
index ba64511a..6925103e 100644
--- a/src/main/java/org/fairdatapoint/api/controller/config/ConfigController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/config/ConfigController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/dashboard/DashboardController.java b/src/main/java/org/fairdatapoint/api/controller/dashboard/DashboardController.java
index 2870c5c4..5b09a0b5 100644
--- a/src/main/java/org/fairdatapoint/api/controller/dashboard/DashboardController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/dashboard/DashboardController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/exception/ExceptionControllerAdvice.java b/src/main/java/org/fairdatapoint/api/controller/exception/ExceptionControllerAdvice.java
index ebe3de7d..933fe071 100644
--- a/src/main/java/org/fairdatapoint/api/controller/exception/ExceptionControllerAdvice.java
+++ b/src/main/java/org/fairdatapoint/api/controller/exception/ExceptionControllerAdvice.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/form/FormAutocompleteController.java b/src/main/java/org/fairdatapoint/api/controller/form/FormAutocompleteController.java
index 7be2661d..df753a03 100644
--- a/src/main/java/org/fairdatapoint/api/controller/form/FormAutocompleteController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/form/FormAutocompleteController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/index/IndexAdminController.java b/src/main/java/org/fairdatapoint/api/controller/index/IndexAdminController.java
index 124c5f68..4979201c 100644
--- a/src/main/java/org/fairdatapoint/api/controller/index/IndexAdminController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/index/IndexAdminController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/index/IndexEntryController.java b/src/main/java/org/fairdatapoint/api/controller/index/IndexEntryController.java
index cd4acea2..950d5f7b 100644
--- a/src/main/java/org/fairdatapoint/api/controller/index/IndexEntryController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/index/IndexEntryController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/index/IndexPingController.java b/src/main/java/org/fairdatapoint/api/controller/index/IndexPingController.java
index 430aef94..ed51b2c0 100644
--- a/src/main/java/org/fairdatapoint/api/controller/index/IndexPingController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/index/IndexPingController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/index/IndexSettingsController.java b/src/main/java/org/fairdatapoint/api/controller/index/IndexSettingsController.java
index 2ff2d413..502bf28b 100644
--- a/src/main/java/org/fairdatapoint/api/controller/index/IndexSettingsController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/index/IndexSettingsController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/label/LabelController.java b/src/main/java/org/fairdatapoint/api/controller/label/LabelController.java
index 055c445c..eac83f85 100644
--- a/src/main/java/org/fairdatapoint/api/controller/label/LabelController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/label/LabelController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/membership/MembershipController.java b/src/main/java/org/fairdatapoint/api/controller/membership/MembershipController.java
index 14384d00..25cc5ae6 100644
--- a/src/main/java/org/fairdatapoint/api/controller/membership/MembershipController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/membership/MembershipController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/metadata/GenericController.java b/src/main/java/org/fairdatapoint/api/controller/metadata/GenericController.java
index cf48787a..446e36d4 100644
--- a/src/main/java/org/fairdatapoint/api/controller/metadata/GenericController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/metadata/GenericController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/metadata/GenericMemberController.java b/src/main/java/org/fairdatapoint/api/controller/metadata/GenericMemberController.java
index ad70837a..96eface8 100644
--- a/src/main/java/org/fairdatapoint/api/controller/metadata/GenericMemberController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/metadata/GenericMemberController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/metadata/GenericMetaController.java b/src/main/java/org/fairdatapoint/api/controller/metadata/GenericMetaController.java
index 2c242142..a9ab3467 100644
--- a/src/main/java/org/fairdatapoint/api/controller/metadata/GenericMetaController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/metadata/GenericMetaController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/profile/ProfileController.java b/src/main/java/org/fairdatapoint/api/controller/profile/ProfileController.java
index 13460ef3..573f2907 100644
--- a/src/main/java/org/fairdatapoint/api/controller/profile/ProfileController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/profile/ProfileController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/reset/ResetController.java b/src/main/java/org/fairdatapoint/api/controller/reset/ResetController.java
index 73de2e47..b4d78e49 100644
--- a/src/main/java/org/fairdatapoint/api/controller/reset/ResetController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/reset/ResetController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/resource/ResourceDefinitionController.java b/src/main/java/org/fairdatapoint/api/controller/resource/ResourceDefinitionController.java
index 353ed633..5a57b6c9 100644
--- a/src/main/java/org/fairdatapoint/api/controller/resource/ResourceDefinitionController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/resource/ResourceDefinitionController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/schema/MetadataSchemaController.java b/src/main/java/org/fairdatapoint/api/controller/schema/MetadataSchemaController.java
index 9d1d68ab..4a3e7eed 100644
--- a/src/main/java/org/fairdatapoint/api/controller/schema/MetadataSchemaController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/schema/MetadataSchemaController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/search/SearchController.java b/src/main/java/org/fairdatapoint/api/controller/search/SearchController.java
index a768ea94..92fb0e76 100644
--- a/src/main/java/org/fairdatapoint/api/controller/search/SearchController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/search/SearchController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/search/SearchSavedQueryController.java b/src/main/java/org/fairdatapoint/api/controller/search/SearchSavedQueryController.java
index 4fb0fbb9..4f8c1b6d 100644
--- a/src/main/java/org/fairdatapoint/api/controller/search/SearchSavedQueryController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/search/SearchSavedQueryController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/settings/SettingsController.java b/src/main/java/org/fairdatapoint/api/controller/settings/SettingsController.java
index 465c9757..b7e00b74 100644
--- a/src/main/java/org/fairdatapoint/api/controller/settings/SettingsController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/settings/SettingsController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/settings/SettingsDefaults.java b/src/main/java/org/fairdatapoint/api/controller/settings/SettingsDefaults.java
index cf1f3395..e82736ba 100644
--- a/src/main/java/org/fairdatapoint/api/controller/settings/SettingsDefaults.java
+++ b/src/main/java/org/fairdatapoint/api/controller/settings/SettingsDefaults.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/sparql/QueryResponder.java b/src/main/java/org/fairdatapoint/api/controller/sparql/QueryResponder.java
index d8a9fe7b..68c6fe94 100644
--- a/src/main/java/org/fairdatapoint/api/controller/sparql/QueryResponder.java
+++ b/src/main/java/org/fairdatapoint/api/controller/sparql/QueryResponder.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/token/TokenController.java b/src/main/java/org/fairdatapoint/api/controller/token/TokenController.java
index 63ebfb77..b3d36646 100644
--- a/src/main/java/org/fairdatapoint/api/controller/token/TokenController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/token/TokenController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/controller/user/UserController.java b/src/main/java/org/fairdatapoint/api/controller/user/UserController.java
index 2c75f6a5..9ac58b3e 100644
--- a/src/main/java/org/fairdatapoint/api/controller/user/UserController.java
+++ b/src/main/java/org/fairdatapoint/api/controller/user/UserController.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/converter/ErrorConverter.java b/src/main/java/org/fairdatapoint/api/converter/ErrorConverter.java
index 5e57ca0b..67f94a56 100644
--- a/src/main/java/org/fairdatapoint/api/converter/ErrorConverter.java
+++ b/src/main/java/org/fairdatapoint/api/converter/ErrorConverter.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/converter/RdfConverter.java b/src/main/java/org/fairdatapoint/api/converter/RdfConverter.java
index 03e49d88..22d5a98e 100644
--- a/src/main/java/org/fairdatapoint/api/converter/RdfConverter.java
+++ b/src/main/java/org/fairdatapoint/api/converter/RdfConverter.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/apikey/ApiKeyDTO.java b/src/main/java/org/fairdatapoint/api/dto/apikey/ApiKeyDTO.java
index 3983f863..dbbbf264 100644
--- a/src/main/java/org/fairdatapoint/api/dto/apikey/ApiKeyDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/apikey/ApiKeyDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/auth/AuthDTO.java b/src/main/java/org/fairdatapoint/api/dto/auth/AuthDTO.java
index fe2b528f..3b7204e0 100644
--- a/src/main/java/org/fairdatapoint/api/dto/auth/AuthDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/auth/AuthDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/auth/TokenDTO.java b/src/main/java/org/fairdatapoint/api/dto/auth/TokenDTO.java
index fb9d1c6d..0f2cd31d 100644
--- a/src/main/java/org/fairdatapoint/api/dto/auth/TokenDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/auth/TokenDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/common/BreadcrumbDTO.java b/src/main/java/org/fairdatapoint/api/dto/common/BreadcrumbDTO.java
index b0f552cd..61549c5c 100644
--- a/src/main/java/org/fairdatapoint/api/dto/common/BreadcrumbDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/common/BreadcrumbDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/config/BootstrapConfigDTO.java b/src/main/java/org/fairdatapoint/api/dto/config/BootstrapConfigDTO.java
index ef9cf67a..e318fa6e 100644
--- a/src/main/java/org/fairdatapoint/api/dto/config/BootstrapConfigDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/config/BootstrapConfigDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/dashboard/DashboardItemDTO.java b/src/main/java/org/fairdatapoint/api/dto/dashboard/DashboardItemDTO.java
index 24cc221d..dfa74ec6 100644
--- a/src/main/java/org/fairdatapoint/api/dto/dashboard/DashboardItemDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/dashboard/DashboardItemDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/error/ErrorDTO.java b/src/main/java/org/fairdatapoint/api/dto/error/ErrorDTO.java
index 60add28d..b5a14fa8 100644
--- a/src/main/java/org/fairdatapoint/api/dto/error/ErrorDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/error/ErrorDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/form/FormAutocompleteItemDTO.java b/src/main/java/org/fairdatapoint/api/dto/form/FormAutocompleteItemDTO.java
index c13ccbb4..cbc18f06 100644
--- a/src/main/java/org/fairdatapoint/api/dto/form/FormAutocompleteItemDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/form/FormAutocompleteItemDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/form/FormAutocompleteRequestDTO.java b/src/main/java/org/fairdatapoint/api/dto/form/FormAutocompleteRequestDTO.java
index a8d004e8..4eaaded5 100644
--- a/src/main/java/org/fairdatapoint/api/dto/form/FormAutocompleteRequestDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/form/FormAutocompleteRequestDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryDTO.java b/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryDTO.java
index f436d834..e6b2f4d9 100644
--- a/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryDetailDTO.java b/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryDetailDTO.java
index c7d8e612..75ba1a78 100644
--- a/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryDetailDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryDetailDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryInfoDTO.java b/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryInfoDTO.java
index ec9c7800..6d668173 100644
--- a/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryInfoDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryInfoDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryStateDTO.java b/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryStateDTO.java
index 81735773..bc561815 100644
--- a/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryStateDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryStateDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryUpdateDTO.java b/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryUpdateDTO.java
index fa22593e..d64d89d6 100644
--- a/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryUpdateDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/index/entry/IndexEntryUpdateDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/index/event/EventDTO.java b/src/main/java/org/fairdatapoint/api/dto/index/event/EventDTO.java
index d0d740c8..ad9c2490 100644
--- a/src/main/java/org/fairdatapoint/api/dto/index/event/EventDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/index/event/EventDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/index/ping/PingDTO.java b/src/main/java/org/fairdatapoint/api/dto/index/ping/PingDTO.java
index bdce9759..bd70d704 100644
--- a/src/main/java/org/fairdatapoint/api/dto/index/ping/PingDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/index/ping/PingDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/index/settings/IndexSettingsDTO.java b/src/main/java/org/fairdatapoint/api/dto/index/settings/IndexSettingsDTO.java
index daf28a84..99f343dd 100644
--- a/src/main/java/org/fairdatapoint/api/dto/index/settings/IndexSettingsDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/index/settings/IndexSettingsDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/index/settings/IndexSettingsPingDTO.java b/src/main/java/org/fairdatapoint/api/dto/index/settings/IndexSettingsPingDTO.java
index 22c8a47a..f6d03b0c 100644
--- a/src/main/java/org/fairdatapoint/api/dto/index/settings/IndexSettingsPingDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/index/settings/IndexSettingsPingDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/index/settings/IndexSettingsRetrievalDTO.java b/src/main/java/org/fairdatapoint/api/dto/index/settings/IndexSettingsRetrievalDTO.java
index 8202a049..60325ded 100644
--- a/src/main/java/org/fairdatapoint/api/dto/index/settings/IndexSettingsRetrievalDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/index/settings/IndexSettingsRetrievalDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/index/settings/IndexSettingsUpdateDTO.java b/src/main/java/org/fairdatapoint/api/dto/index/settings/IndexSettingsUpdateDTO.java
index d676ff71..292479e1 100644
--- a/src/main/java/org/fairdatapoint/api/dto/index/settings/IndexSettingsUpdateDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/index/settings/IndexSettingsUpdateDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/index/webhook/WebhookPayloadDTO.java b/src/main/java/org/fairdatapoint/api/dto/index/webhook/WebhookPayloadDTO.java
index 186d5e57..9c8b2575 100644
--- a/src/main/java/org/fairdatapoint/api/dto/index/webhook/WebhookPayloadDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/index/webhook/WebhookPayloadDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/label/LabelDTO.java b/src/main/java/org/fairdatapoint/api/dto/label/LabelDTO.java
index 33d91793..b66ef9f4 100644
--- a/src/main/java/org/fairdatapoint/api/dto/label/LabelDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/label/LabelDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/member/MemberCreateDTO.java b/src/main/java/org/fairdatapoint/api/dto/member/MemberCreateDTO.java
index 0fea2965..4dd10101 100644
--- a/src/main/java/org/fairdatapoint/api/dto/member/MemberCreateDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/member/MemberCreateDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/member/MemberDTO.java b/src/main/java/org/fairdatapoint/api/dto/member/MemberDTO.java
index b933e33c..d68e8056 100644
--- a/src/main/java/org/fairdatapoint/api/dto/member/MemberDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/member/MemberDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/membership/MembershipDTO.java b/src/main/java/org/fairdatapoint/api/dto/membership/MembershipDTO.java
index 43bc1fe1..44cc4e67 100644
--- a/src/main/java/org/fairdatapoint/api/dto/membership/MembershipDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/membership/MembershipDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/membership/MembershipPermissionDTO.java b/src/main/java/org/fairdatapoint/api/dto/membership/MembershipPermissionDTO.java
index e3e179f5..8d377e50 100644
--- a/src/main/java/org/fairdatapoint/api/dto/membership/MembershipPermissionDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/membership/MembershipPermissionDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/metadata/MetaDTO.java b/src/main/java/org/fairdatapoint/api/dto/metadata/MetaDTO.java
index d6ae0087..d20f960a 100644
--- a/src/main/java/org/fairdatapoint/api/dto/metadata/MetaDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/metadata/MetaDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/metadata/MetaPathDTO.java b/src/main/java/org/fairdatapoint/api/dto/metadata/MetaPathDTO.java
index c605b284..5e281639 100644
--- a/src/main/java/org/fairdatapoint/api/dto/metadata/MetaPathDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/metadata/MetaPathDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/metadata/MetaStateChangeDTO.java b/src/main/java/org/fairdatapoint/api/dto/metadata/MetaStateChangeDTO.java
index 2865d6a7..ff7c756f 100644
--- a/src/main/java/org/fairdatapoint/api/dto/metadata/MetaStateChangeDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/metadata/MetaStateChangeDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/metadata/MetaStateDTO.java b/src/main/java/org/fairdatapoint/api/dto/metadata/MetaStateDTO.java
index 41faada2..d215e3c9 100644
--- a/src/main/java/org/fairdatapoint/api/dto/metadata/MetaStateDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/metadata/MetaStateDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/reset/ResetDTO.java b/src/main/java/org/fairdatapoint/api/dto/reset/ResetDTO.java
index 284556f6..cfae975e 100644
--- a/src/main/java/org/fairdatapoint/api/dto/reset/ResetDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/reset/ResetDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionChangeDTO.java b/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionChangeDTO.java
index cd218cc4..a829af5c 100644
--- a/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionChangeDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionChangeDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionChildDTO.java b/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionChildDTO.java
index 860605f9..30f83ac0 100644
--- a/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionChildDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionChildDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionChildListViewDTO.java b/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionChildListViewDTO.java
index 71e0600f..017bafbf 100644
--- a/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionChildListViewDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionChildListViewDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionChildListViewMetadataDTO.java b/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionChildListViewMetadataDTO.java
index e150036b..596747b3 100644
--- a/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionChildListViewMetadataDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionChildListViewMetadataDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionDTO.java b/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionDTO.java
index a764ecce..17bc3e85 100644
--- a/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionLinkDTO.java b/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionLinkDTO.java
index bddd3822..01f54923 100644
--- a/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionLinkDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/resource/ResourceDefinitionLinkDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaChangeDTO.java b/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaChangeDTO.java
index d25dd551..ed7c3a9d 100644
--- a/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaChangeDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaChangeDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaDTO.java b/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaDTO.java
index efeb2643..e5b120e8 100644
--- a/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaDraftDTO.java b/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaDraftDTO.java
index f552a67c..48c954f3 100644
--- a/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaDraftDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaDraftDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaPreviewRequestDTO.java b/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaPreviewRequestDTO.java
index 45b3b31e..a7f185da 100644
--- a/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaPreviewRequestDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaPreviewRequestDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaReleaseDTO.java b/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaReleaseDTO.java
index 91a77ec9..172b76d9 100644
--- a/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaReleaseDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaReleaseDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaRemoteDTO.java b/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaRemoteDTO.java
index fd809de0..578d871b 100644
--- a/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaRemoteDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaRemoteDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaRemoteState.java b/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaRemoteState.java
index 75e5c88a..0adc561b 100644
--- a/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaRemoteState.java
+++ b/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaRemoteState.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaUpdateDTO.java b/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaUpdateDTO.java
index b7e744e6..9b30c9e4 100644
--- a/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaUpdateDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaUpdateDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaVersionDTO.java b/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaVersionDTO.java
index 4eaa24b4..8e45fb78 100644
--- a/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaVersionDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/schema/MetadataSchemaVersionDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/search/SearchFilterDTO.java b/src/main/java/org/fairdatapoint/api/dto/search/SearchFilterDTO.java
index 923782c0..8f46ed18 100644
--- a/src/main/java/org/fairdatapoint/api/dto/search/SearchFilterDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/search/SearchFilterDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/search/SearchFilterItemDTO.java b/src/main/java/org/fairdatapoint/api/dto/search/SearchFilterItemDTO.java
index b5204d31..de321e49 100644
--- a/src/main/java/org/fairdatapoint/api/dto/search/SearchFilterItemDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/search/SearchFilterItemDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/search/SearchQueryDTO.java b/src/main/java/org/fairdatapoint/api/dto/search/SearchQueryDTO.java
index 9d9bf933..f6297abe 100644
--- a/src/main/java/org/fairdatapoint/api/dto/search/SearchQueryDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/search/SearchQueryDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/search/SearchQueryTemplateDTO.java b/src/main/java/org/fairdatapoint/api/dto/search/SearchQueryTemplateDTO.java
index d4390935..02a53a18 100644
--- a/src/main/java/org/fairdatapoint/api/dto/search/SearchQueryTemplateDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/search/SearchQueryTemplateDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/search/SearchQueryVariablesDTO.java b/src/main/java/org/fairdatapoint/api/dto/search/SearchQueryVariablesDTO.java
index 2796962d..64b26cb1 100644
--- a/src/main/java/org/fairdatapoint/api/dto/search/SearchQueryVariablesDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/search/SearchQueryVariablesDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/search/SearchResultDTO.java b/src/main/java/org/fairdatapoint/api/dto/search/SearchResultDTO.java
index 7341228c..1b067f4f 100644
--- a/src/main/java/org/fairdatapoint/api/dto/search/SearchResultDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/search/SearchResultDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/search/SearchSavedQueryChangeDTO.java b/src/main/java/org/fairdatapoint/api/dto/search/SearchSavedQueryChangeDTO.java
index 8ae88a6d..6bbdab9a 100644
--- a/src/main/java/org/fairdatapoint/api/dto/search/SearchSavedQueryChangeDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/search/SearchSavedQueryChangeDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/search/SearchSavedQueryDTO.java b/src/main/java/org/fairdatapoint/api/dto/search/SearchSavedQueryDTO.java
index b822f56b..12693360 100644
--- a/src/main/java/org/fairdatapoint/api/dto/search/SearchSavedQueryDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/search/SearchSavedQueryDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsAutocompleteSourceDTO.java b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsAutocompleteSourceDTO.java
index aa73edf3..048b862a 100644
--- a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsAutocompleteSourceDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsAutocompleteSourceDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsDTO.java b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsDTO.java
index 645e7fd8..e3e47c5f 100644
--- a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsFormsAutocompleteDTO.java b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsFormsAutocompleteDTO.java
index b0150142..ba41f223 100644
--- a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsFormsAutocompleteDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsFormsAutocompleteDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsFormsDTO.java b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsFormsDTO.java
index 7a22ae81..b9189600 100644
--- a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsFormsDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsFormsDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsMetricDTO.java b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsMetricDTO.java
index c7ba4ff7..5057acaa 100644
--- a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsMetricDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsMetricDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsPingDTO.java b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsPingDTO.java
index 6af3ed20..30b6d8b0 100644
--- a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsPingDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsPingDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsPingUpdateDTO.java b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsPingUpdateDTO.java
index 72c3875e..96bbf7d5 100644
--- a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsPingUpdateDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsPingUpdateDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsRepositoryDTO.java b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsRepositoryDTO.java
index aa455645..6d878bea 100644
--- a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsRepositoryDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsRepositoryDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsSearchDTO.java b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsSearchDTO.java
index a0fe5bb0..2b411289 100644
--- a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsSearchDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsSearchDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsUpdateDTO.java b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsUpdateDTO.java
index 3df81dfd..5f1b54df 100644
--- a/src/main/java/org/fairdatapoint/api/dto/settings/SettingsUpdateDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/settings/SettingsUpdateDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/user/UserChangeDTO.java b/src/main/java/org/fairdatapoint/api/dto/user/UserChangeDTO.java
index cd75d79e..dffcae4d 100644
--- a/src/main/java/org/fairdatapoint/api/dto/user/UserChangeDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/user/UserChangeDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/user/UserCreateDTO.java b/src/main/java/org/fairdatapoint/api/dto/user/UserCreateDTO.java
index 6673e098..ad1e4e53 100644
--- a/src/main/java/org/fairdatapoint/api/dto/user/UserCreateDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/user/UserCreateDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/user/UserDTO.java b/src/main/java/org/fairdatapoint/api/dto/user/UserDTO.java
index 3a16fffb..aa7ef7c8 100644
--- a/src/main/java/org/fairdatapoint/api/dto/user/UserDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/user/UserDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/user/UserPasswordDTO.java b/src/main/java/org/fairdatapoint/api/dto/user/UserPasswordDTO.java
index bca49273..b3bac669 100644
--- a/src/main/java/org/fairdatapoint/api/dto/user/UserPasswordDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/user/UserPasswordDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/user/UserProfileChangeDTO.java b/src/main/java/org/fairdatapoint/api/dto/user/UserProfileChangeDTO.java
index 82fc59df..f3364752 100644
--- a/src/main/java/org/fairdatapoint/api/dto/user/UserProfileChangeDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/user/UserProfileChangeDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/dto/user/UserSimpleDTO.java b/src/main/java/org/fairdatapoint/api/dto/user/UserSimpleDTO.java
index d234f9b2..abb926da 100644
--- a/src/main/java/org/fairdatapoint/api/dto/user/UserSimpleDTO.java
+++ b/src/main/java/org/fairdatapoint/api/dto/user/UserSimpleDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/filter/CORSFilter.java b/src/main/java/org/fairdatapoint/api/filter/CORSFilter.java
index 5229170d..32316ae4 100644
--- a/src/main/java/org/fairdatapoint/api/filter/CORSFilter.java
+++ b/src/main/java/org/fairdatapoint/api/filter/CORSFilter.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/filter/FilterConfigurer.java b/src/main/java/org/fairdatapoint/api/filter/FilterConfigurer.java
index 41896fdf..a8286589 100644
--- a/src/main/java/org/fairdatapoint/api/filter/FilterConfigurer.java
+++ b/src/main/java/org/fairdatapoint/api/filter/FilterConfigurer.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/filter/JwtTokenFilter.java b/src/main/java/org/fairdatapoint/api/filter/JwtTokenFilter.java
index 50b2b2f0..520ddbd8 100644
--- a/src/main/java/org/fairdatapoint/api/filter/JwtTokenFilter.java
+++ b/src/main/java/org/fairdatapoint/api/filter/JwtTokenFilter.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/filter/LoggingFilter.java b/src/main/java/org/fairdatapoint/api/filter/LoggingFilter.java
index 6b988d8b..eaf156ac 100644
--- a/src/main/java/org/fairdatapoint/api/filter/LoggingFilter.java
+++ b/src/main/java/org/fairdatapoint/api/filter/LoggingFilter.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/validator/DurationValidator.java b/src/main/java/org/fairdatapoint/api/validator/DurationValidator.java
index 3a0a4187..b1bbff08 100644
--- a/src/main/java/org/fairdatapoint/api/validator/DurationValidator.java
+++ b/src/main/java/org/fairdatapoint/api/validator/DurationValidator.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/validator/IriValidator.java b/src/main/java/org/fairdatapoint/api/validator/IriValidator.java
index ccffa1a0..a4738fbb 100644
--- a/src/main/java/org/fairdatapoint/api/validator/IriValidator.java
+++ b/src/main/java/org/fairdatapoint/api/validator/IriValidator.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/validator/SemVerValidator.java b/src/main/java/org/fairdatapoint/api/validator/SemVerValidator.java
index 0455539f..c6d05680 100644
--- a/src/main/java/org/fairdatapoint/api/validator/SemVerValidator.java
+++ b/src/main/java/org/fairdatapoint/api/validator/SemVerValidator.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/validator/ValidDuration.java b/src/main/java/org/fairdatapoint/api/validator/ValidDuration.java
index 00163de3..b0cc1dd1 100644
--- a/src/main/java/org/fairdatapoint/api/validator/ValidDuration.java
+++ b/src/main/java/org/fairdatapoint/api/validator/ValidDuration.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/validator/ValidIri.java b/src/main/java/org/fairdatapoint/api/validator/ValidIri.java
index 713db39d..72832f0f 100644
--- a/src/main/java/org/fairdatapoint/api/validator/ValidIri.java
+++ b/src/main/java/org/fairdatapoint/api/validator/ValidIri.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/api/validator/ValidSemVer.java b/src/main/java/org/fairdatapoint/api/validator/ValidSemVer.java
index e2dd24f4..47718fc0 100644
--- a/src/main/java/org/fairdatapoint/api/validator/ValidSemVer.java
+++ b/src/main/java/org/fairdatapoint/api/validator/ValidSemVer.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/AclConfig.java b/src/main/java/org/fairdatapoint/config/AclConfig.java
index 5a712ba9..129c46b2 100644
--- a/src/main/java/org/fairdatapoint/config/AclConfig.java
+++ b/src/main/java/org/fairdatapoint/config/AclConfig.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/AclMethodSecurityConfiguration.java b/src/main/java/org/fairdatapoint/config/AclMethodSecurityConfiguration.java
index 1e5b5df7..9b15342a 100644
--- a/src/main/java/org/fairdatapoint/config/AclMethodSecurityConfiguration.java
+++ b/src/main/java/org/fairdatapoint/config/AclMethodSecurityConfiguration.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/AsyncConfig.java b/src/main/java/org/fairdatapoint/config/AsyncConfig.java
index a1c1c25c..9af3f674 100644
--- a/src/main/java/org/fairdatapoint/config/AsyncConfig.java
+++ b/src/main/java/org/fairdatapoint/config/AsyncConfig.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/CacheConfig.java b/src/main/java/org/fairdatapoint/config/CacheConfig.java
index 0e82d1c1..631752a5 100644
--- a/src/main/java/org/fairdatapoint/config/CacheConfig.java
+++ b/src/main/java/org/fairdatapoint/config/CacheConfig.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/ConverterConfig.java b/src/main/java/org/fairdatapoint/config/ConverterConfig.java
index 13dc74aa..e46725f6 100644
--- a/src/main/java/org/fairdatapoint/config/ConverterConfig.java
+++ b/src/main/java/org/fairdatapoint/config/ConverterConfig.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/DatabaseConfig.java b/src/main/java/org/fairdatapoint/config/DatabaseConfig.java
index 3ad8f591..b22509f9 100644
--- a/src/main/java/org/fairdatapoint/config/DatabaseConfig.java
+++ b/src/main/java/org/fairdatapoint/config/DatabaseConfig.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/HttpClientConfig.java b/src/main/java/org/fairdatapoint/config/HttpClientConfig.java
index 4be1492c..577e2356 100644
--- a/src/main/java/org/fairdatapoint/config/HttpClientConfig.java
+++ b/src/main/java/org/fairdatapoint/config/HttpClientConfig.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/MetadataConfig.java b/src/main/java/org/fairdatapoint/config/MetadataConfig.java
index 6618cfa7..cf0cb1a9 100644
--- a/src/main/java/org/fairdatapoint/config/MetadataConfig.java
+++ b/src/main/java/org/fairdatapoint/config/MetadataConfig.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/OpenApiConfig.java b/src/main/java/org/fairdatapoint/config/OpenApiConfig.java
index 8190ee62..a69659f8 100644
--- a/src/main/java/org/fairdatapoint/config/OpenApiConfig.java
+++ b/src/main/java/org/fairdatapoint/config/OpenApiConfig.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/PasswordConfig.java b/src/main/java/org/fairdatapoint/config/PasswordConfig.java
index a4fef831..f9326c48 100644
--- a/src/main/java/org/fairdatapoint/config/PasswordConfig.java
+++ b/src/main/java/org/fairdatapoint/config/PasswordConfig.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/PropertyConfig.java b/src/main/java/org/fairdatapoint/config/PropertyConfig.java
index d1ff6cd7..9cb71bd2 100644
--- a/src/main/java/org/fairdatapoint/config/PropertyConfig.java
+++ b/src/main/java/org/fairdatapoint/config/PropertyConfig.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/RepositoryConfig.java b/src/main/java/org/fairdatapoint/config/RepositoryConfig.java
index ac606ce8..c71a496c 100644
--- a/src/main/java/org/fairdatapoint/config/RepositoryConfig.java
+++ b/src/main/java/org/fairdatapoint/config/RepositoryConfig.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/RepositoryMigrationConfig.java b/src/main/java/org/fairdatapoint/config/RepositoryMigrationConfig.java
index c4ebb329..b1863fa3 100644
--- a/src/main/java/org/fairdatapoint/config/RepositoryMigrationConfig.java
+++ b/src/main/java/org/fairdatapoint/config/RepositoryMigrationConfig.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/SecurityConfig.java b/src/main/java/org/fairdatapoint/config/SecurityConfig.java
index 7dbb469d..76077046 100644
--- a/src/main/java/org/fairdatapoint/config/SecurityConfig.java
+++ b/src/main/java/org/fairdatapoint/config/SecurityConfig.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/WebConfig.java b/src/main/java/org/fairdatapoint/config/WebConfig.java
index ab56b0ac..1dfce17e 100644
--- a/src/main/java/org/fairdatapoint/config/WebConfig.java
+++ b/src/main/java/org/fairdatapoint/config/WebConfig.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/WorkerConfig.java b/src/main/java/org/fairdatapoint/config/WorkerConfig.java
index 3f95b805..55491af7 100644
--- a/src/main/java/org/fairdatapoint/config/WorkerConfig.java
+++ b/src/main/java/org/fairdatapoint/config/WorkerConfig.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/properties/InstanceProperties.java b/src/main/java/org/fairdatapoint/config/properties/InstanceProperties.java
index a00d62b2..c06a2035 100644
--- a/src/main/java/org/fairdatapoint/config/properties/InstanceProperties.java
+++ b/src/main/java/org/fairdatapoint/config/properties/InstanceProperties.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/properties/OpenApiContactProperties.java b/src/main/java/org/fairdatapoint/config/properties/OpenApiContactProperties.java
index 3d32e784..db719127 100644
--- a/src/main/java/org/fairdatapoint/config/properties/OpenApiContactProperties.java
+++ b/src/main/java/org/fairdatapoint/config/properties/OpenApiContactProperties.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/properties/OpenApiProperties.java b/src/main/java/org/fairdatapoint/config/properties/OpenApiProperties.java
index e46967e9..64d6a111 100644
--- a/src/main/java/org/fairdatapoint/config/properties/OpenApiProperties.java
+++ b/src/main/java/org/fairdatapoint/config/properties/OpenApiProperties.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/properties/PingProperties.java b/src/main/java/org/fairdatapoint/config/properties/PingProperties.java
index 37a7eaed..8efdcbfc 100644
--- a/src/main/java/org/fairdatapoint/config/properties/PingProperties.java
+++ b/src/main/java/org/fairdatapoint/config/properties/PingProperties.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/properties/RepositoryBasicProperties.java b/src/main/java/org/fairdatapoint/config/properties/RepositoryBasicProperties.java
index 0f98fe9e..242fcab3 100644
--- a/src/main/java/org/fairdatapoint/config/properties/RepositoryBasicProperties.java
+++ b/src/main/java/org/fairdatapoint/config/properties/RepositoryBasicProperties.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/properties/RepositoryConnectionProperties.java b/src/main/java/org/fairdatapoint/config/properties/RepositoryConnectionProperties.java
index f5c47f6b..6b4917ab 100644
--- a/src/main/java/org/fairdatapoint/config/properties/RepositoryConnectionProperties.java
+++ b/src/main/java/org/fairdatapoint/config/properties/RepositoryConnectionProperties.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/properties/RepositoryNativeProperties.java b/src/main/java/org/fairdatapoint/config/properties/RepositoryNativeProperties.java
index 63e3427a..84958cb2 100644
--- a/src/main/java/org/fairdatapoint/config/properties/RepositoryNativeProperties.java
+++ b/src/main/java/org/fairdatapoint/config/properties/RepositoryNativeProperties.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/config/properties/RepositoryProperties.java b/src/main/java/org/fairdatapoint/config/properties/RepositoryProperties.java
index 1bd4d7d9..93d16061 100644
--- a/src/main/java/org/fairdatapoint/config/properties/RepositoryProperties.java
+++ b/src/main/java/org/fairdatapoint/config/properties/RepositoryProperties.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/common/migration/Migration.java b/src/main/java/org/fairdatapoint/database/common/migration/Migration.java
index 7c9a07e8..f98dbe1d 100644
--- a/src/main/java/org/fairdatapoint/database/common/migration/Migration.java
+++ b/src/main/java/org/fairdatapoint/database/common/migration/Migration.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/ApiKeyRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/ApiKeyRepository.java
index ac5b8824..928e6aba 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/ApiKeyRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/ApiKeyRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/IndexEntryRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/IndexEntryRepository.java
index 952dc95a..97704d94 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/IndexEntryRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/IndexEntryRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/IndexEventRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/IndexEventRepository.java
index c32228ce..67f7fa68 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/IndexEventRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/IndexEventRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/IndexSettingsRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/IndexSettingsRepository.java
index 80c183f3..03769a06 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/IndexSettingsRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/IndexSettingsRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/IndexWebhookRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/IndexWebhookRepository.java
index d4ca2902..ef9fe9e6 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/IndexWebhookRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/IndexWebhookRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/MembershipPermissionRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/MembershipPermissionRepository.java
index b4d56db8..9cc00aef 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/MembershipPermissionRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/MembershipPermissionRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/MembershipRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/MembershipRepository.java
index 330f6365..59c299fe 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/MembershipRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/MembershipRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/MetadataSchemaExtensionRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/MetadataSchemaExtensionRepository.java
index 5b9bfe4a..be300bf6 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/MetadataSchemaExtensionRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/MetadataSchemaExtensionRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/MetadataSchemaRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/MetadataSchemaRepository.java
index 55c35441..74d96f17 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/MetadataSchemaRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/MetadataSchemaRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/MetadataSchemaUsageRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/MetadataSchemaUsageRepository.java
index b4cc14e0..527566f8 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/MetadataSchemaUsageRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/MetadataSchemaUsageRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/MetadataSchemaVersionRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/MetadataSchemaVersionRepository.java
index 46f35b3f..2abb54e4 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/MetadataSchemaVersionRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/MetadataSchemaVersionRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/ResourceDefinitionChildMetadataRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/ResourceDefinitionChildMetadataRepository.java
index 48003d55..c83f4df3 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/ResourceDefinitionChildMetadataRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/ResourceDefinitionChildMetadataRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/ResourceDefinitionChildRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/ResourceDefinitionChildRepository.java
index 9b3079e5..9763673c 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/ResourceDefinitionChildRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/ResourceDefinitionChildRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/ResourceDefinitionLinkRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/ResourceDefinitionLinkRepository.java
index a57f4892..15ef03c5 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/ResourceDefinitionLinkRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/ResourceDefinitionLinkRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/ResourceDefinitionRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/ResourceDefinitionRepository.java
index 4e34e464..9d146509 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/ResourceDefinitionRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/ResourceDefinitionRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/SearchSavedQueryRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/SearchSavedQueryRepository.java
index 1134d7c1..7cfe307c 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/SearchSavedQueryRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/SearchSavedQueryRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/SettingsAutocompleteSourceRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/SettingsAutocompleteSourceRepository.java
index 6776844f..ce230cf3 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/SettingsAutocompleteSourceRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/SettingsAutocompleteSourceRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/SettingsMetricRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/SettingsMetricRepository.java
index 6508e396..9645f1fd 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/SettingsMetricRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/SettingsMetricRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/SettingsRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/SettingsRepository.java
index 3b206b52..1a8d7cbe 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/SettingsRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/SettingsRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/SettingsSearchFilterItemRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/SettingsSearchFilterItemRepository.java
index 9d7fb424..a8326334 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/SettingsSearchFilterItemRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/SettingsSearchFilterItemRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/SettingsSearchFilterRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/SettingsSearchFilterRepository.java
index b2e657ef..c6544c6c 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/SettingsSearchFilterRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/SettingsSearchFilterRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/UserAccountRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/UserAccountRepository.java
index b81a4c31..d8c6e292 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/UserAccountRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/UserAccountRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/db/repository/base/BaseRepository.java b/src/main/java/org/fairdatapoint/database/db/repository/base/BaseRepository.java
index d471a188..028ef583 100644
--- a/src/main/java/org/fairdatapoint/database/db/repository/base/BaseRepository.java
+++ b/src/main/java/org/fairdatapoint/database/db/repository/base/BaseRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/migration/RdfDevelopmentMigrationRunner.java b/src/main/java/org/fairdatapoint/database/rdf/migration/RdfDevelopmentMigrationRunner.java
index a9e862af..59c4aeb2 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/migration/RdfDevelopmentMigrationRunner.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/migration/RdfDevelopmentMigrationRunner.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/AclMigration.java b/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/AclMigration.java
index b7818bee..ea20bd9a 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/AclMigration.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/AclMigration.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/RdfMetadataMigration.java b/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/RdfMetadataMigration.java
index e4bc1919..4a6d3994 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/RdfMetadataMigration.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/RdfMetadataMigration.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/data/RdfMetadataFixtures.java b/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/data/RdfMetadataFixtures.java
index 47692eaa..4a088bf0 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/data/RdfMetadataFixtures.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/data/RdfMetadataFixtures.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/factory/MetadataFactory.java b/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/factory/MetadataFactory.java
index 2d6d3dd2..b7d3e613 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/factory/MetadataFactory.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/factory/MetadataFactory.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/factory/MetadataFactoryImpl.java b/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/factory/MetadataFactoryImpl.java
index c7f51f73..16cf97f3 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/factory/MetadataFactoryImpl.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/migration/development/metadata/factory/MetadataFactoryImpl.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0001_Init.java b/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0001_Init.java
index d1070e79..54e190be 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0001_Init.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0001_Init.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0002_Metadata_Draft.java b/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0002_Metadata_Draft.java
index 033fdda9..ff5b08b0 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0002_Metadata_Draft.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0002_Metadata_Draft.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0003_FDPO.java b/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0003_FDPO.java
index 6367352a..e610a82c 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0003_FDPO.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0003_FDPO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0004_Cleanup_Index.java b/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0004_Cleanup_Index.java
index bfb1d467..7c258d81 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0004_Cleanup_Index.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0004_Cleanup_Index.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0005_FixMetadataVersion.java b/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0005_FixMetadataVersion.java
index 57520810..77fb9459 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0005_FixMetadataVersion.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/migration/production/Rdf_Migration_0005_FixMetadataVersion.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/repository/RepositoryMode.java b/src/main/java/org/fairdatapoint/database/rdf/repository/RepositoryMode.java
index 605fb32c..6deae322 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/repository/RepositoryMode.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/repository/RepositoryMode.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/repository/catalog/CatalogMetadataRepository.java b/src/main/java/org/fairdatapoint/database/rdf/repository/catalog/CatalogMetadataRepository.java
index 4a974e8d..3c36e6f6 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/repository/catalog/CatalogMetadataRepository.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/repository/catalog/CatalogMetadataRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/repository/catalog/CatalogMetadataRepositoryImpl.java b/src/main/java/org/fairdatapoint/database/rdf/repository/catalog/CatalogMetadataRepositoryImpl.java
index 03dcbe49..b523903f 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/repository/catalog/CatalogMetadataRepositoryImpl.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/repository/catalog/CatalogMetadataRepositoryImpl.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/repository/common/AbstractMetadataRepository.java b/src/main/java/org/fairdatapoint/database/rdf/repository/common/AbstractMetadataRepository.java
index dc87ee55..a80d4b3f 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/repository/common/AbstractMetadataRepository.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/repository/common/AbstractMetadataRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/repository/common/MetadataRepository.java b/src/main/java/org/fairdatapoint/database/rdf/repository/common/MetadataRepository.java
index 041f6b2b..43a9e648 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/repository/common/MetadataRepository.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/repository/common/MetadataRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/repository/exception/MetadataRepositoryException.java b/src/main/java/org/fairdatapoint/database/rdf/repository/exception/MetadataRepositoryException.java
index d1812822..33df7786 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/repository/exception/MetadataRepositoryException.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/repository/exception/MetadataRepositoryException.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/repository/generic/GenericMetadataRepository.java b/src/main/java/org/fairdatapoint/database/rdf/repository/generic/GenericMetadataRepository.java
index 4cc404d9..59f3f688 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/repository/generic/GenericMetadataRepository.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/repository/generic/GenericMetadataRepository.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/database/rdf/repository/generic/GenericMetadataRepositoryImpl.java b/src/main/java/org/fairdatapoint/database/rdf/repository/generic/GenericMetadataRepositoryImpl.java
index f4d69426..dc1a7024 100644
--- a/src/main/java/org/fairdatapoint/database/rdf/repository/generic/GenericMetadataRepositoryImpl.java
+++ b/src/main/java/org/fairdatapoint/database/rdf/repository/generic/GenericMetadataRepositoryImpl.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/apikey/ApiKey.java b/src/main/java/org/fairdatapoint/entity/apikey/ApiKey.java
index 3b91b090..7adc0728 100644
--- a/src/main/java/org/fairdatapoint/entity/apikey/ApiKey.java
+++ b/src/main/java/org/fairdatapoint/entity/apikey/ApiKey.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/base/BaseEntity.java b/src/main/java/org/fairdatapoint/entity/base/BaseEntity.java
index 3d6108f3..24fb116c 100644
--- a/src/main/java/org/fairdatapoint/entity/base/BaseEntity.java
+++ b/src/main/java/org/fairdatapoint/entity/base/BaseEntity.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/base/BaseEntityCustomUUID.java b/src/main/java/org/fairdatapoint/entity/base/BaseEntityCustomUUID.java
index 857c0cfa..620409ef 100644
--- a/src/main/java/org/fairdatapoint/entity/base/BaseEntityCustomUUID.java
+++ b/src/main/java/org/fairdatapoint/entity/base/BaseEntityCustomUUID.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/exception/FeatureDisabledException.java b/src/main/java/org/fairdatapoint/entity/exception/FeatureDisabledException.java
index d7a8cc90..dd7f2e05 100644
--- a/src/main/java/org/fairdatapoint/entity/exception/FeatureDisabledException.java
+++ b/src/main/java/org/fairdatapoint/entity/exception/FeatureDisabledException.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/exception/ForbiddenException.java b/src/main/java/org/fairdatapoint/entity/exception/ForbiddenException.java
index 8c8fc901..7d850222 100644
--- a/src/main/java/org/fairdatapoint/entity/exception/ForbiddenException.java
+++ b/src/main/java/org/fairdatapoint/entity/exception/ForbiddenException.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/exception/MetadataSchemaImportException.java b/src/main/java/org/fairdatapoint/entity/exception/MetadataSchemaImportException.java
index 3accd70f..a96d6b70 100644
--- a/src/main/java/org/fairdatapoint/entity/exception/MetadataSchemaImportException.java
+++ b/src/main/java/org/fairdatapoint/entity/exception/MetadataSchemaImportException.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/exception/RdfValidationException.java b/src/main/java/org/fairdatapoint/entity/exception/RdfValidationException.java
index 4f2c3bca..92142e7b 100644
--- a/src/main/java/org/fairdatapoint/entity/exception/RdfValidationException.java
+++ b/src/main/java/org/fairdatapoint/entity/exception/RdfValidationException.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/exception/ResourceNotFoundException.java b/src/main/java/org/fairdatapoint/entity/exception/ResourceNotFoundException.java
index cec84551..ac4b5a13 100644
--- a/src/main/java/org/fairdatapoint/entity/exception/ResourceNotFoundException.java
+++ b/src/main/java/org/fairdatapoint/entity/exception/ResourceNotFoundException.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/exception/UnauthorizedException.java b/src/main/java/org/fairdatapoint/entity/exception/UnauthorizedException.java
index d49b58b9..7a967b5b 100644
--- a/src/main/java/org/fairdatapoint/entity/exception/UnauthorizedException.java
+++ b/src/main/java/org/fairdatapoint/entity/exception/UnauthorizedException.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/exception/ValidationException.java b/src/main/java/org/fairdatapoint/entity/exception/ValidationException.java
index 5be8eb47..756de74a 100644
--- a/src/main/java/org/fairdatapoint/entity/exception/ValidationException.java
+++ b/src/main/java/org/fairdatapoint/entity/exception/ValidationException.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/forms/RdfEntityCacheContainer.java b/src/main/java/org/fairdatapoint/entity/forms/RdfEntityCacheContainer.java
index 525bf94b..21e69b4a 100644
--- a/src/main/java/org/fairdatapoint/entity/forms/RdfEntityCacheContainer.java
+++ b/src/main/java/org/fairdatapoint/entity/forms/RdfEntityCacheContainer.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/forms/RdfEntitySourceType.java b/src/main/java/org/fairdatapoint/entity/forms/RdfEntitySourceType.java
index 9480c5e3..9129a194 100644
--- a/src/main/java/org/fairdatapoint/entity/forms/RdfEntitySourceType.java
+++ b/src/main/java/org/fairdatapoint/entity/forms/RdfEntitySourceType.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/entry/IndexEntry.java b/src/main/java/org/fairdatapoint/entity/index/entry/IndexEntry.java
index 7ee70784..65c0189e 100644
--- a/src/main/java/org/fairdatapoint/entity/index/entry/IndexEntry.java
+++ b/src/main/java/org/fairdatapoint/entity/index/entry/IndexEntry.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/entry/IndexEntryPermit.java b/src/main/java/org/fairdatapoint/entity/index/entry/IndexEntryPermit.java
index fab628c3..884d5152 100644
--- a/src/main/java/org/fairdatapoint/entity/index/entry/IndexEntryPermit.java
+++ b/src/main/java/org/fairdatapoint/entity/index/entry/IndexEntryPermit.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/entry/IndexEntryState.java b/src/main/java/org/fairdatapoint/entity/index/entry/IndexEntryState.java
index ef8c95c4..2c739591 100644
--- a/src/main/java/org/fairdatapoint/entity/index/entry/IndexEntryState.java
+++ b/src/main/java/org/fairdatapoint/entity/index/entry/IndexEntryState.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/entry/RepositoryMetadata.java b/src/main/java/org/fairdatapoint/entity/index/entry/RepositoryMetadata.java
index d7bb5af4..9578de0f 100644
--- a/src/main/java/org/fairdatapoint/entity/index/entry/RepositoryMetadata.java
+++ b/src/main/java/org/fairdatapoint/entity/index/entry/RepositoryMetadata.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/event/IndexEvent.java b/src/main/java/org/fairdatapoint/entity/index/event/IndexEvent.java
index b5bb5419..f06d1d28 100644
--- a/src/main/java/org/fairdatapoint/entity/index/event/IndexEvent.java
+++ b/src/main/java/org/fairdatapoint/entity/index/event/IndexEvent.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/event/IndexEventPayload.java b/src/main/java/org/fairdatapoint/entity/index/event/IndexEventPayload.java
index fff61834..2cb535ef 100644
--- a/src/main/java/org/fairdatapoint/entity/index/event/IndexEventPayload.java
+++ b/src/main/java/org/fairdatapoint/entity/index/event/IndexEventPayload.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/event/IndexEventType.java b/src/main/java/org/fairdatapoint/entity/index/event/IndexEventType.java
index 631595e8..694e0baa 100644
--- a/src/main/java/org/fairdatapoint/entity/index/event/IndexEventType.java
+++ b/src/main/java/org/fairdatapoint/entity/index/event/IndexEventType.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/event/payload/AdminTrigger.java b/src/main/java/org/fairdatapoint/entity/index/event/payload/AdminTrigger.java
index 940fcb13..bb1378bf 100644
--- a/src/main/java/org/fairdatapoint/entity/index/event/payload/AdminTrigger.java
+++ b/src/main/java/org/fairdatapoint/entity/index/event/payload/AdminTrigger.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/event/payload/IncomingPing.java b/src/main/java/org/fairdatapoint/entity/index/event/payload/IncomingPing.java
index 1f3169ec..7c5a69ae 100644
--- a/src/main/java/org/fairdatapoint/entity/index/event/payload/IncomingPing.java
+++ b/src/main/java/org/fairdatapoint/entity/index/event/payload/IncomingPing.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/event/payload/MetadataRetrieval.java b/src/main/java/org/fairdatapoint/entity/index/event/payload/MetadataRetrieval.java
index eeff7ded..bafc87e0 100644
--- a/src/main/java/org/fairdatapoint/entity/index/event/payload/MetadataRetrieval.java
+++ b/src/main/java/org/fairdatapoint/entity/index/event/payload/MetadataRetrieval.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/event/payload/WebhookPing.java b/src/main/java/org/fairdatapoint/entity/index/event/payload/WebhookPing.java
index 98e973df..59ffcf70 100644
--- a/src/main/java/org/fairdatapoint/entity/index/event/payload/WebhookPing.java
+++ b/src/main/java/org/fairdatapoint/entity/index/event/payload/WebhookPing.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/event/payload/WebhookTrigger.java b/src/main/java/org/fairdatapoint/entity/index/event/payload/WebhookTrigger.java
index 9ff16c1b..37ce14a8 100644
--- a/src/main/java/org/fairdatapoint/entity/index/event/payload/WebhookTrigger.java
+++ b/src/main/java/org/fairdatapoint/entity/index/event/payload/WebhookTrigger.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/exception/AbstractIndexException.java b/src/main/java/org/fairdatapoint/entity/index/exception/AbstractIndexException.java
index fc8e8b60..358ff99f 100644
--- a/src/main/java/org/fairdatapoint/entity/index/exception/AbstractIndexException.java
+++ b/src/main/java/org/fairdatapoint/entity/index/exception/AbstractIndexException.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/exception/IncorrectPingFormatException.java b/src/main/java/org/fairdatapoint/entity/index/exception/IncorrectPingFormatException.java
index 84c66559..c507377b 100644
--- a/src/main/java/org/fairdatapoint/entity/index/exception/IncorrectPingFormatException.java
+++ b/src/main/java/org/fairdatapoint/entity/index/exception/IncorrectPingFormatException.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/exception/PingDeniedException.java b/src/main/java/org/fairdatapoint/entity/index/exception/PingDeniedException.java
index b9917865..045fc5a9 100644
--- a/src/main/java/org/fairdatapoint/entity/index/exception/PingDeniedException.java
+++ b/src/main/java/org/fairdatapoint/entity/index/exception/PingDeniedException.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/exception/RateLimitException.java b/src/main/java/org/fairdatapoint/entity/index/exception/RateLimitException.java
index ce918540..d32e1a1f 100644
--- a/src/main/java/org/fairdatapoint/entity/index/exception/RateLimitException.java
+++ b/src/main/java/org/fairdatapoint/entity/index/exception/RateLimitException.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/http/Exchange.java b/src/main/java/org/fairdatapoint/entity/index/http/Exchange.java
index d7f5be8e..4424f087 100644
--- a/src/main/java/org/fairdatapoint/entity/index/http/Exchange.java
+++ b/src/main/java/org/fairdatapoint/entity/index/http/Exchange.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/http/ExchangeDirection.java b/src/main/java/org/fairdatapoint/entity/index/http/ExchangeDirection.java
index 41152766..2cee0e1a 100644
--- a/src/main/java/org/fairdatapoint/entity/index/http/ExchangeDirection.java
+++ b/src/main/java/org/fairdatapoint/entity/index/http/ExchangeDirection.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/http/ExchangeState.java b/src/main/java/org/fairdatapoint/entity/index/http/ExchangeState.java
index 8fc1aa5c..bdc674f9 100644
--- a/src/main/java/org/fairdatapoint/entity/index/http/ExchangeState.java
+++ b/src/main/java/org/fairdatapoint/entity/index/http/ExchangeState.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/http/Request.java b/src/main/java/org/fairdatapoint/entity/index/http/Request.java
index 8e3d2627..a4d8bbc6 100644
--- a/src/main/java/org/fairdatapoint/entity/index/http/Request.java
+++ b/src/main/java/org/fairdatapoint/entity/index/http/Request.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/http/Response.java b/src/main/java/org/fairdatapoint/entity/index/http/Response.java
index b8d09c73..6eb95d31 100644
--- a/src/main/java/org/fairdatapoint/entity/index/http/Response.java
+++ b/src/main/java/org/fairdatapoint/entity/index/http/Response.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/settings/IndexSettings.java b/src/main/java/org/fairdatapoint/entity/index/settings/IndexSettings.java
index 8236e583..5ae6bc90 100644
--- a/src/main/java/org/fairdatapoint/entity/index/settings/IndexSettings.java
+++ b/src/main/java/org/fairdatapoint/entity/index/settings/IndexSettings.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/settings/SettingsIndexPing.java b/src/main/java/org/fairdatapoint/entity/index/settings/SettingsIndexPing.java
index 8d8a8868..6d700299 100644
--- a/src/main/java/org/fairdatapoint/entity/index/settings/SettingsIndexPing.java
+++ b/src/main/java/org/fairdatapoint/entity/index/settings/SettingsIndexPing.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/settings/SettingsIndexRetrieval.java b/src/main/java/org/fairdatapoint/entity/index/settings/SettingsIndexRetrieval.java
index bb3e5bd5..e8642cec 100644
--- a/src/main/java/org/fairdatapoint/entity/index/settings/SettingsIndexRetrieval.java
+++ b/src/main/java/org/fairdatapoint/entity/index/settings/SettingsIndexRetrieval.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/webhook/IndexWebhook.java b/src/main/java/org/fairdatapoint/entity/index/webhook/IndexWebhook.java
index dadb4846..7d964b6c 100644
--- a/src/main/java/org/fairdatapoint/entity/index/webhook/IndexWebhook.java
+++ b/src/main/java/org/fairdatapoint/entity/index/webhook/IndexWebhook.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/index/webhook/IndexWebhookEvent.java b/src/main/java/org/fairdatapoint/entity/index/webhook/IndexWebhookEvent.java
index 2bc92aea..5897ce70 100644
--- a/src/main/java/org/fairdatapoint/entity/index/webhook/IndexWebhookEvent.java
+++ b/src/main/java/org/fairdatapoint/entity/index/webhook/IndexWebhookEvent.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/membership/Membership.java b/src/main/java/org/fairdatapoint/entity/membership/Membership.java
index 7e12a81d..bf42b2e7 100644
--- a/src/main/java/org/fairdatapoint/entity/membership/Membership.java
+++ b/src/main/java/org/fairdatapoint/entity/membership/Membership.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/membership/MembershipPermission.java b/src/main/java/org/fairdatapoint/entity/membership/MembershipPermission.java
index cbe5cbbf..be7338e6 100644
--- a/src/main/java/org/fairdatapoint/entity/membership/MembershipPermission.java
+++ b/src/main/java/org/fairdatapoint/entity/membership/MembershipPermission.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/metadata/AccessRights.java b/src/main/java/org/fairdatapoint/entity/metadata/AccessRights.java
index f2297d9b..c825269d 100644
--- a/src/main/java/org/fairdatapoint/entity/metadata/AccessRights.java
+++ b/src/main/java/org/fairdatapoint/entity/metadata/AccessRights.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/metadata/Agent.java b/src/main/java/org/fairdatapoint/entity/metadata/Agent.java
index 89113691..4f169a6d 100644
--- a/src/main/java/org/fairdatapoint/entity/metadata/Agent.java
+++ b/src/main/java/org/fairdatapoint/entity/metadata/Agent.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/metadata/Authorization.java b/src/main/java/org/fairdatapoint/entity/metadata/Authorization.java
index fe1da892..9795fd45 100644
--- a/src/main/java/org/fairdatapoint/entity/metadata/Authorization.java
+++ b/src/main/java/org/fairdatapoint/entity/metadata/Authorization.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/metadata/Identifier.java b/src/main/java/org/fairdatapoint/entity/metadata/Identifier.java
index 0cee487a..17b9489e 100644
--- a/src/main/java/org/fairdatapoint/entity/metadata/Identifier.java
+++ b/src/main/java/org/fairdatapoint/entity/metadata/Identifier.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/metadata/Metadata.java b/src/main/java/org/fairdatapoint/entity/metadata/Metadata.java
index 782fab31..3287785e 100644
--- a/src/main/java/org/fairdatapoint/entity/metadata/Metadata.java
+++ b/src/main/java/org/fairdatapoint/entity/metadata/Metadata.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/metadata/MetadataGetter.java b/src/main/java/org/fairdatapoint/entity/metadata/MetadataGetter.java
index 0040b3b9..98557917 100644
--- a/src/main/java/org/fairdatapoint/entity/metadata/MetadataGetter.java
+++ b/src/main/java/org/fairdatapoint/entity/metadata/MetadataGetter.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/metadata/MetadataSetter.java b/src/main/java/org/fairdatapoint/entity/metadata/MetadataSetter.java
index 3afc43d2..03c3116c 100644
--- a/src/main/java/org/fairdatapoint/entity/metadata/MetadataSetter.java
+++ b/src/main/java/org/fairdatapoint/entity/metadata/MetadataSetter.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/metadata/MetadataState.java b/src/main/java/org/fairdatapoint/entity/metadata/MetadataState.java
index 4b401d26..2bf71de1 100644
--- a/src/main/java/org/fairdatapoint/entity/metadata/MetadataState.java
+++ b/src/main/java/org/fairdatapoint/entity/metadata/MetadataState.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/metadata/Metric.java b/src/main/java/org/fairdatapoint/entity/metadata/Metric.java
index c4065378..6bb170b5 100644
--- a/src/main/java/org/fairdatapoint/entity/metadata/Metric.java
+++ b/src/main/java/org/fairdatapoint/entity/metadata/Metric.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/resource/MetadataSchemaUsage.java b/src/main/java/org/fairdatapoint/entity/resource/MetadataSchemaUsage.java
index ef1db598..d004fa09 100644
--- a/src/main/java/org/fairdatapoint/entity/resource/MetadataSchemaUsage.java
+++ b/src/main/java/org/fairdatapoint/entity/resource/MetadataSchemaUsage.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/resource/ResourceDefinition.java b/src/main/java/org/fairdatapoint/entity/resource/ResourceDefinition.java
index 648c2493..0555e284 100644
--- a/src/main/java/org/fairdatapoint/entity/resource/ResourceDefinition.java
+++ b/src/main/java/org/fairdatapoint/entity/resource/ResourceDefinition.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/resource/ResourceDefinitionChild.java b/src/main/java/org/fairdatapoint/entity/resource/ResourceDefinitionChild.java
index 7453c012..70586836 100644
--- a/src/main/java/org/fairdatapoint/entity/resource/ResourceDefinitionChild.java
+++ b/src/main/java/org/fairdatapoint/entity/resource/ResourceDefinitionChild.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/resource/ResourceDefinitionChildMetadata.java b/src/main/java/org/fairdatapoint/entity/resource/ResourceDefinitionChildMetadata.java
index fa070c4e..0f03e4f9 100644
--- a/src/main/java/org/fairdatapoint/entity/resource/ResourceDefinitionChildMetadata.java
+++ b/src/main/java/org/fairdatapoint/entity/resource/ResourceDefinitionChildMetadata.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/resource/ResourceDefinitionLink.java b/src/main/java/org/fairdatapoint/entity/resource/ResourceDefinitionLink.java
index 4d530cc3..1cb4f642 100644
--- a/src/main/java/org/fairdatapoint/entity/resource/ResourceDefinitionLink.java
+++ b/src/main/java/org/fairdatapoint/entity/resource/ResourceDefinitionLink.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/schema/MetadataSchema.java b/src/main/java/org/fairdatapoint/entity/schema/MetadataSchema.java
index 9cb9c5bf..1253aeb9 100644
--- a/src/main/java/org/fairdatapoint/entity/schema/MetadataSchema.java
+++ b/src/main/java/org/fairdatapoint/entity/schema/MetadataSchema.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/schema/MetadataSchemaExtension.java b/src/main/java/org/fairdatapoint/entity/schema/MetadataSchemaExtension.java
index 674b886f..1bae5773 100644
--- a/src/main/java/org/fairdatapoint/entity/schema/MetadataSchemaExtension.java
+++ b/src/main/java/org/fairdatapoint/entity/schema/MetadataSchemaExtension.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/schema/MetadataSchemaState.java b/src/main/java/org/fairdatapoint/entity/schema/MetadataSchemaState.java
index ddca868b..2ffbb977 100644
--- a/src/main/java/org/fairdatapoint/entity/schema/MetadataSchemaState.java
+++ b/src/main/java/org/fairdatapoint/entity/schema/MetadataSchemaState.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/schema/MetadataSchemaType.java b/src/main/java/org/fairdatapoint/entity/schema/MetadataSchemaType.java
index 6e12eafc..056eeb5a 100644
--- a/src/main/java/org/fairdatapoint/entity/schema/MetadataSchemaType.java
+++ b/src/main/java/org/fairdatapoint/entity/schema/MetadataSchemaType.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/schema/MetadataSchemaVersion.java b/src/main/java/org/fairdatapoint/entity/schema/MetadataSchemaVersion.java
index 09ce2cec..781dcf89 100644
--- a/src/main/java/org/fairdatapoint/entity/schema/MetadataSchemaVersion.java
+++ b/src/main/java/org/fairdatapoint/entity/schema/MetadataSchemaVersion.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/schema/SemVer.java b/src/main/java/org/fairdatapoint/entity/schema/SemVer.java
index 9adb0eaa..81d1340d 100644
--- a/src/main/java/org/fairdatapoint/entity/schema/SemVer.java
+++ b/src/main/java/org/fairdatapoint/entity/schema/SemVer.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/search/SearchFilterCacheContainer.java b/src/main/java/org/fairdatapoint/entity/search/SearchFilterCacheContainer.java
index 5f83d513..df6a41ec 100644
--- a/src/main/java/org/fairdatapoint/entity/search/SearchFilterCacheContainer.java
+++ b/src/main/java/org/fairdatapoint/entity/search/SearchFilterCacheContainer.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/search/SearchFilterType.java b/src/main/java/org/fairdatapoint/entity/search/SearchFilterType.java
index 312ed9f9..b81c0c61 100644
--- a/src/main/java/org/fairdatapoint/entity/search/SearchFilterType.java
+++ b/src/main/java/org/fairdatapoint/entity/search/SearchFilterType.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/search/SearchFilterValue.java b/src/main/java/org/fairdatapoint/entity/search/SearchFilterValue.java
index a03f5575..c3e79438 100644
--- a/src/main/java/org/fairdatapoint/entity/search/SearchFilterValue.java
+++ b/src/main/java/org/fairdatapoint/entity/search/SearchFilterValue.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/search/SearchResult.java b/src/main/java/org/fairdatapoint/entity/search/SearchResult.java
index 9a507f92..07d85f7f 100644
--- a/src/main/java/org/fairdatapoint/entity/search/SearchResult.java
+++ b/src/main/java/org/fairdatapoint/entity/search/SearchResult.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/search/SearchResultRelation.java b/src/main/java/org/fairdatapoint/entity/search/SearchResultRelation.java
index cdef8204..44c8045f 100644
--- a/src/main/java/org/fairdatapoint/entity/search/SearchResultRelation.java
+++ b/src/main/java/org/fairdatapoint/entity/search/SearchResultRelation.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/search/SearchSavedQuery.java b/src/main/java/org/fairdatapoint/entity/search/SearchSavedQuery.java
index 9dc0a744..c4259689 100644
--- a/src/main/java/org/fairdatapoint/entity/search/SearchSavedQuery.java
+++ b/src/main/java/org/fairdatapoint/entity/search/SearchSavedQuery.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/search/SearchSavedQueryType.java b/src/main/java/org/fairdatapoint/entity/search/SearchSavedQueryType.java
index c707565c..65e64c38 100644
--- a/src/main/java/org/fairdatapoint/entity/search/SearchSavedQueryType.java
+++ b/src/main/java/org/fairdatapoint/entity/search/SearchSavedQueryType.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/settings/Settings.java b/src/main/java/org/fairdatapoint/entity/settings/Settings.java
index 944f3f70..54851d0d 100644
--- a/src/main/java/org/fairdatapoint/entity/settings/Settings.java
+++ b/src/main/java/org/fairdatapoint/entity/settings/Settings.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/settings/SettingsAutocompleteSource.java b/src/main/java/org/fairdatapoint/entity/settings/SettingsAutocompleteSource.java
index 1961ef82..8baaad3e 100644
--- a/src/main/java/org/fairdatapoint/entity/settings/SettingsAutocompleteSource.java
+++ b/src/main/java/org/fairdatapoint/entity/settings/SettingsAutocompleteSource.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/settings/SettingsMetric.java b/src/main/java/org/fairdatapoint/entity/settings/SettingsMetric.java
index f62b7dc1..04edeb2d 100644
--- a/src/main/java/org/fairdatapoint/entity/settings/SettingsMetric.java
+++ b/src/main/java/org/fairdatapoint/entity/settings/SettingsMetric.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/settings/SettingsSearchFilter.java b/src/main/java/org/fairdatapoint/entity/settings/SettingsSearchFilter.java
index cad407cc..9094542c 100644
--- a/src/main/java/org/fairdatapoint/entity/settings/SettingsSearchFilter.java
+++ b/src/main/java/org/fairdatapoint/entity/settings/SettingsSearchFilter.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/settings/SettingsSearchFilterItem.java b/src/main/java/org/fairdatapoint/entity/settings/SettingsSearchFilterItem.java
index 46e2fb0a..91971d3f 100644
--- a/src/main/java/org/fairdatapoint/entity/settings/SettingsSearchFilterItem.java
+++ b/src/main/java/org/fairdatapoint/entity/settings/SettingsSearchFilterItem.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/user/UserAccount.java b/src/main/java/org/fairdatapoint/entity/user/UserAccount.java
index a1fa10ae..76d56940 100644
--- a/src/main/java/org/fairdatapoint/entity/user/UserAccount.java
+++ b/src/main/java/org/fairdatapoint/entity/user/UserAccount.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/user/UserPermission.java b/src/main/java/org/fairdatapoint/entity/user/UserPermission.java
index 18e46ecc..522daed2 100644
--- a/src/main/java/org/fairdatapoint/entity/user/UserPermission.java
+++ b/src/main/java/org/fairdatapoint/entity/user/UserPermission.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/entity/user/UserRole.java b/src/main/java/org/fairdatapoint/entity/user/UserRole.java
index b2e97e4f..445a95f6 100644
--- a/src/main/java/org/fairdatapoint/entity/user/UserRole.java
+++ b/src/main/java/org/fairdatapoint/entity/user/UserRole.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/UtilityService.java b/src/main/java/org/fairdatapoint/service/UtilityService.java
index a34949d5..7aecdcdd 100644
--- a/src/main/java/org/fairdatapoint/service/UtilityService.java
+++ b/src/main/java/org/fairdatapoint/service/UtilityService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/actuator/AppInfoContributor.java b/src/main/java/org/fairdatapoint/service/actuator/AppInfoContributor.java
index fcb20e2f..7e20433c 100644
--- a/src/main/java/org/fairdatapoint/service/actuator/AppInfoContributor.java
+++ b/src/main/java/org/fairdatapoint/service/actuator/AppInfoContributor.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/apikey/ApiKeyMapper.java b/src/main/java/org/fairdatapoint/service/apikey/ApiKeyMapper.java
index 9559ae2b..826955bc 100644
--- a/src/main/java/org/fairdatapoint/service/apikey/ApiKeyMapper.java
+++ b/src/main/java/org/fairdatapoint/service/apikey/ApiKeyMapper.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/apikey/ApiKeyService.java b/src/main/java/org/fairdatapoint/service/apikey/ApiKeyService.java
index 02d5de65..144bbded 100644
--- a/src/main/java/org/fairdatapoint/service/apikey/ApiKeyService.java
+++ b/src/main/java/org/fairdatapoint/service/apikey/ApiKeyService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/config/ConfigService.java b/src/main/java/org/fairdatapoint/service/config/ConfigService.java
index 6a31868a..69ad9567 100644
--- a/src/main/java/org/fairdatapoint/service/config/ConfigService.java
+++ b/src/main/java/org/fairdatapoint/service/config/ConfigService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/dashboard/DashboardService.java b/src/main/java/org/fairdatapoint/service/dashboard/DashboardService.java
index b025ac14..5c05d362 100644
--- a/src/main/java/org/fairdatapoint/service/dashboard/DashboardService.java
+++ b/src/main/java/org/fairdatapoint/service/dashboard/DashboardService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/form/autocomplete/FormsAutocompleteCache.java b/src/main/java/org/fairdatapoint/service/form/autocomplete/FormsAutocompleteCache.java
index 57a6e39d..f4ec750b 100644
--- a/src/main/java/org/fairdatapoint/service/form/autocomplete/FormsAutocompleteCache.java
+++ b/src/main/java/org/fairdatapoint/service/form/autocomplete/FormsAutocompleteCache.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/form/autocomplete/FormsAutocompleteService.java b/src/main/java/org/fairdatapoint/service/form/autocomplete/FormsAutocompleteService.java
index 7053b096..dd41656f 100644
--- a/src/main/java/org/fairdatapoint/service/form/autocomplete/FormsAutocompleteService.java
+++ b/src/main/java/org/fairdatapoint/service/form/autocomplete/FormsAutocompleteService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/form/autocomplete/retrieval/RdfEntitiesNamespaceRetriever.java b/src/main/java/org/fairdatapoint/service/form/autocomplete/retrieval/RdfEntitiesNamespaceRetriever.java
index 342ff705..f50ad032 100644
--- a/src/main/java/org/fairdatapoint/service/form/autocomplete/retrieval/RdfEntitiesNamespaceRetriever.java
+++ b/src/main/java/org/fairdatapoint/service/form/autocomplete/retrieval/RdfEntitiesNamespaceRetriever.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/form/autocomplete/retrieval/RdfEntitiesRetriever.java b/src/main/java/org/fairdatapoint/service/form/autocomplete/retrieval/RdfEntitiesRetriever.java
index 0fb05cbc..35f93dc9 100644
--- a/src/main/java/org/fairdatapoint/service/form/autocomplete/retrieval/RdfEntitiesRetriever.java
+++ b/src/main/java/org/fairdatapoint/service/form/autocomplete/retrieval/RdfEntitiesRetriever.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/form/autocomplete/retrieval/RdfEntitiesSparqlRetriever.java b/src/main/java/org/fairdatapoint/service/form/autocomplete/retrieval/RdfEntitiesSparqlRetriever.java
index 14e6dde1..2f8bcb77 100644
--- a/src/main/java/org/fairdatapoint/service/form/autocomplete/retrieval/RdfEntitiesSparqlRetriever.java
+++ b/src/main/java/org/fairdatapoint/service/form/autocomplete/retrieval/RdfEntitiesSparqlRetriever.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/index/common/IndexFeatureAspect.java b/src/main/java/org/fairdatapoint/service/index/common/IndexFeatureAspect.java
index 4a1a248a..8165b107 100644
--- a/src/main/java/org/fairdatapoint/service/index/common/IndexFeatureAspect.java
+++ b/src/main/java/org/fairdatapoint/service/index/common/IndexFeatureAspect.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/index/common/RequiredEnabledIndexFeature.java b/src/main/java/org/fairdatapoint/service/index/common/RequiredEnabledIndexFeature.java
index acf29c8e..22ee0c7e 100644
--- a/src/main/java/org/fairdatapoint/service/index/common/RequiredEnabledIndexFeature.java
+++ b/src/main/java/org/fairdatapoint/service/index/common/RequiredEnabledIndexFeature.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/index/entry/IndexEntryMapper.java b/src/main/java/org/fairdatapoint/service/index/entry/IndexEntryMapper.java
index 9fa54d35..44b7d52f 100644
--- a/src/main/java/org/fairdatapoint/service/index/entry/IndexEntryMapper.java
+++ b/src/main/java/org/fairdatapoint/service/index/entry/IndexEntryMapper.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/index/entry/IndexEntryService.java b/src/main/java/org/fairdatapoint/service/index/entry/IndexEntryService.java
index c9efcac8..df0e4dfb 100644
--- a/src/main/java/org/fairdatapoint/service/index/entry/IndexEntryService.java
+++ b/src/main/java/org/fairdatapoint/service/index/entry/IndexEntryService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/index/event/EventMapper.java b/src/main/java/org/fairdatapoint/service/index/event/EventMapper.java
index 00639731..8880808e 100644
--- a/src/main/java/org/fairdatapoint/service/index/event/EventMapper.java
+++ b/src/main/java/org/fairdatapoint/service/index/event/EventMapper.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/index/event/EventService.java b/src/main/java/org/fairdatapoint/service/index/event/EventService.java
index 5dca81eb..b0da9805 100644
--- a/src/main/java/org/fairdatapoint/service/index/event/EventService.java
+++ b/src/main/java/org/fairdatapoint/service/index/event/EventService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/index/event/IncomingPingUtils.java b/src/main/java/org/fairdatapoint/service/index/event/IncomingPingUtils.java
index 702e3437..ddcf8ea4 100644
--- a/src/main/java/org/fairdatapoint/service/index/event/IncomingPingUtils.java
+++ b/src/main/java/org/fairdatapoint/service/index/event/IncomingPingUtils.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/index/event/MetadataRetrievalUtils.java b/src/main/java/org/fairdatapoint/service/index/event/MetadataRetrievalUtils.java
index 3fffe46c..5d688fb9 100644
--- a/src/main/java/org/fairdatapoint/service/index/event/MetadataRetrievalUtils.java
+++ b/src/main/java/org/fairdatapoint/service/index/event/MetadataRetrievalUtils.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/index/harvester/HarvesterService.java b/src/main/java/org/fairdatapoint/service/index/harvester/HarvesterService.java
index 2b4f9a11..178fd624 100644
--- a/src/main/java/org/fairdatapoint/service/index/harvester/HarvesterService.java
+++ b/src/main/java/org/fairdatapoint/service/index/harvester/HarvesterService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/index/settings/IndexSettingsDefaults.java b/src/main/java/org/fairdatapoint/service/index/settings/IndexSettingsDefaults.java
index 3ce88d64..1b60f8bb 100644
--- a/src/main/java/org/fairdatapoint/service/index/settings/IndexSettingsDefaults.java
+++ b/src/main/java/org/fairdatapoint/service/index/settings/IndexSettingsDefaults.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/index/settings/IndexSettingsMapper.java b/src/main/java/org/fairdatapoint/service/index/settings/IndexSettingsMapper.java
index 45eb343f..7108881b 100644
--- a/src/main/java/org/fairdatapoint/service/index/settings/IndexSettingsMapper.java
+++ b/src/main/java/org/fairdatapoint/service/index/settings/IndexSettingsMapper.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/index/settings/IndexSettingsService.java b/src/main/java/org/fairdatapoint/service/index/settings/IndexSettingsService.java
index 279fad77..be38a655 100644
--- a/src/main/java/org/fairdatapoint/service/index/settings/IndexSettingsService.java
+++ b/src/main/java/org/fairdatapoint/service/index/settings/IndexSettingsService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/index/webhook/WebhookMapper.java b/src/main/java/org/fairdatapoint/service/index/webhook/WebhookMapper.java
index b0372a7d..4e9dd85e 100644
--- a/src/main/java/org/fairdatapoint/service/index/webhook/WebhookMapper.java
+++ b/src/main/java/org/fairdatapoint/service/index/webhook/WebhookMapper.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/index/webhook/WebhookService.java b/src/main/java/org/fairdatapoint/service/index/webhook/WebhookService.java
index 1a5163f4..a6489b16 100644
--- a/src/main/java/org/fairdatapoint/service/index/webhook/WebhookService.java
+++ b/src/main/java/org/fairdatapoint/service/index/webhook/WebhookService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/index/webhook/WebhookUtils.java b/src/main/java/org/fairdatapoint/service/index/webhook/WebhookUtils.java
index d3638ec7..2e9c19ad 100644
--- a/src/main/java/org/fairdatapoint/service/index/webhook/WebhookUtils.java
+++ b/src/main/java/org/fairdatapoint/service/index/webhook/WebhookUtils.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/jwt/JwtService.java b/src/main/java/org/fairdatapoint/service/jwt/JwtService.java
index b698a090..89525a9e 100644
--- a/src/main/java/org/fairdatapoint/service/jwt/JwtService.java
+++ b/src/main/java/org/fairdatapoint/service/jwt/JwtService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/label/LabelService.java b/src/main/java/org/fairdatapoint/service/label/LabelService.java
index d0051b98..2872727a 100644
--- a/src/main/java/org/fairdatapoint/service/label/LabelService.java
+++ b/src/main/java/org/fairdatapoint/service/label/LabelService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/member/MemberMapper.java b/src/main/java/org/fairdatapoint/service/member/MemberMapper.java
index 46906c8c..6e95cbff 100644
--- a/src/main/java/org/fairdatapoint/service/member/MemberMapper.java
+++ b/src/main/java/org/fairdatapoint/service/member/MemberMapper.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/member/MemberService.java b/src/main/java/org/fairdatapoint/service/member/MemberService.java
index 048b27f9..72856834 100644
--- a/src/main/java/org/fairdatapoint/service/member/MemberService.java
+++ b/src/main/java/org/fairdatapoint/service/member/MemberService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/membership/MembershipMapper.java b/src/main/java/org/fairdatapoint/service/membership/MembershipMapper.java
index 424dbc33..e431b4f4 100644
--- a/src/main/java/org/fairdatapoint/service/membership/MembershipMapper.java
+++ b/src/main/java/org/fairdatapoint/service/membership/MembershipMapper.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/membership/MembershipService.java b/src/main/java/org/fairdatapoint/service/membership/MembershipService.java
index 1101b716..34f8606f 100644
--- a/src/main/java/org/fairdatapoint/service/membership/MembershipService.java
+++ b/src/main/java/org/fairdatapoint/service/membership/MembershipService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/membership/PermissionService.java b/src/main/java/org/fairdatapoint/service/membership/PermissionService.java
index 3ee3399f..a3bc3895 100644
--- a/src/main/java/org/fairdatapoint/service/membership/PermissionService.java
+++ b/src/main/java/org/fairdatapoint/service/membership/PermissionService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/metadata/catalog/CatalogMetadataService.java b/src/main/java/org/fairdatapoint/service/metadata/catalog/CatalogMetadataService.java
index 73e3afb7..efb2a262 100644
--- a/src/main/java/org/fairdatapoint/service/metadata/catalog/CatalogMetadataService.java
+++ b/src/main/java/org/fairdatapoint/service/metadata/catalog/CatalogMetadataService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/metadata/common/AbstractMetadataService.java b/src/main/java/org/fairdatapoint/service/metadata/common/AbstractMetadataService.java
index a328f7ac..a91c39f5 100644
--- a/src/main/java/org/fairdatapoint/service/metadata/common/AbstractMetadataService.java
+++ b/src/main/java/org/fairdatapoint/service/metadata/common/AbstractMetadataService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/metadata/common/MetadataService.java b/src/main/java/org/fairdatapoint/service/metadata/common/MetadataService.java
index 1cf91b8b..b1bbbda9 100644
--- a/src/main/java/org/fairdatapoint/service/metadata/common/MetadataService.java
+++ b/src/main/java/org/fairdatapoint/service/metadata/common/MetadataService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/metadata/enhance/MetadataEnhancer.java b/src/main/java/org/fairdatapoint/service/metadata/enhance/MetadataEnhancer.java
index e5a20e0f..e2b305ab 100644
--- a/src/main/java/org/fairdatapoint/service/metadata/enhance/MetadataEnhancer.java
+++ b/src/main/java/org/fairdatapoint/service/metadata/enhance/MetadataEnhancer.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/metadata/exception/MetadataServiceException.java b/src/main/java/org/fairdatapoint/service/metadata/exception/MetadataServiceException.java
index 138bf96d..c1f2059f 100644
--- a/src/main/java/org/fairdatapoint/service/metadata/exception/MetadataServiceException.java
+++ b/src/main/java/org/fairdatapoint/service/metadata/exception/MetadataServiceException.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/metadata/factory/MetadataServiceFactory.java b/src/main/java/org/fairdatapoint/service/metadata/factory/MetadataServiceFactory.java
index 169b1517..9ccb2ba5 100644
--- a/src/main/java/org/fairdatapoint/service/metadata/factory/MetadataServiceFactory.java
+++ b/src/main/java/org/fairdatapoint/service/metadata/factory/MetadataServiceFactory.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/metadata/generic/GenericMetadataService.java b/src/main/java/org/fairdatapoint/service/metadata/generic/GenericMetadataService.java
index 983c3df3..a1fb4a55 100644
--- a/src/main/java/org/fairdatapoint/service/metadata/generic/GenericMetadataService.java
+++ b/src/main/java/org/fairdatapoint/service/metadata/generic/GenericMetadataService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/metadata/metric/MetricsMetadataService.java b/src/main/java/org/fairdatapoint/service/metadata/metric/MetricsMetadataService.java
index d473fff7..13479d00 100644
--- a/src/main/java/org/fairdatapoint/service/metadata/metric/MetricsMetadataService.java
+++ b/src/main/java/org/fairdatapoint/service/metadata/metric/MetricsMetadataService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/metadata/state/MetadataStateService.java b/src/main/java/org/fairdatapoint/service/metadata/state/MetadataStateService.java
index dec752e3..998ad4d3 100644
--- a/src/main/java/org/fairdatapoint/service/metadata/state/MetadataStateService.java
+++ b/src/main/java/org/fairdatapoint/service/metadata/state/MetadataStateService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/metadata/validator/MetadataValidator.java b/src/main/java/org/fairdatapoint/service/metadata/validator/MetadataValidator.java
index af64588c..dd736867 100644
--- a/src/main/java/org/fairdatapoint/service/metadata/validator/MetadataValidator.java
+++ b/src/main/java/org/fairdatapoint/service/metadata/validator/MetadataValidator.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/openapi/OpenApiGenerator.java b/src/main/java/org/fairdatapoint/service/openapi/OpenApiGenerator.java
index 306e0ce5..d947a244 100644
--- a/src/main/java/org/fairdatapoint/service/openapi/OpenApiGenerator.java
+++ b/src/main/java/org/fairdatapoint/service/openapi/OpenApiGenerator.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/openapi/OpenApiService.java b/src/main/java/org/fairdatapoint/service/openapi/OpenApiService.java
index fd090b5d..49b1892b 100644
--- a/src/main/java/org/fairdatapoint/service/openapi/OpenApiService.java
+++ b/src/main/java/org/fairdatapoint/service/openapi/OpenApiService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/openapi/OpenApiTagsUtils.java b/src/main/java/org/fairdatapoint/service/openapi/OpenApiTagsUtils.java
index 8b748fad..c22f3ea2 100644
--- a/src/main/java/org/fairdatapoint/service/openapi/OpenApiTagsUtils.java
+++ b/src/main/java/org/fairdatapoint/service/openapi/OpenApiTagsUtils.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/ping/PingService.java b/src/main/java/org/fairdatapoint/service/ping/PingService.java
index a2c04dd0..79962c42 100644
--- a/src/main/java/org/fairdatapoint/service/ping/PingService.java
+++ b/src/main/java/org/fairdatapoint/service/ping/PingService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/profile/ProfileService.java b/src/main/java/org/fairdatapoint/service/profile/ProfileService.java
index 4b359dc3..d198d89a 100644
--- a/src/main/java/org/fairdatapoint/service/profile/ProfileService.java
+++ b/src/main/java/org/fairdatapoint/service/profile/ProfileService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/rdf/ShaclValidator.java b/src/main/java/org/fairdatapoint/service/rdf/ShaclValidator.java
index 4222daad..e2f39cbd 100644
--- a/src/main/java/org/fairdatapoint/service/rdf/ShaclValidator.java
+++ b/src/main/java/org/fairdatapoint/service/rdf/ShaclValidator.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/reset/FactoryDefaults.java b/src/main/java/org/fairdatapoint/service/reset/FactoryDefaults.java
index ff636c77..7b0470eb 100644
--- a/src/main/java/org/fairdatapoint/service/reset/FactoryDefaults.java
+++ b/src/main/java/org/fairdatapoint/service/reset/FactoryDefaults.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/reset/ResetService.java b/src/main/java/org/fairdatapoint/service/reset/ResetService.java
index c988ad62..0a086cc2 100644
--- a/src/main/java/org/fairdatapoint/service/reset/ResetService.java
+++ b/src/main/java/org/fairdatapoint/service/reset/ResetService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionCache.java b/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionCache.java
index d007d572..a00a96b7 100644
--- a/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionCache.java
+++ b/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionCache.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionMapper.java b/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionMapper.java
index 5dceec80..19f6b5ea 100644
--- a/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionMapper.java
+++ b/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionMapper.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionService.java b/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionService.java
index c3f93bd3..c59ec6dc 100644
--- a/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionService.java
+++ b/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionTargetClassesCache.java b/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionTargetClassesCache.java
index 3c61b3eb..f0a31bbc 100644
--- a/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionTargetClassesCache.java
+++ b/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionTargetClassesCache.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionValidator.java b/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionValidator.java
index 83cc3670..7728cdf8 100644
--- a/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionValidator.java
+++ b/src/main/java/org/fairdatapoint/service/resource/ResourceDefinitionValidator.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaMapper.java b/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaMapper.java
index 5a082952..3a3ac0a8 100644
--- a/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaMapper.java
+++ b/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaMapper.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaRetrievalUtils.java b/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaRetrievalUtils.java
index de4a0d9d..f750569d 100644
--- a/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaRetrievalUtils.java
+++ b/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaRetrievalUtils.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaService.java b/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaService.java
index b07241e7..f5d0a912 100644
--- a/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaService.java
+++ b/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaShaclUtils.java b/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaShaclUtils.java
index 131a81bd..c5079909 100644
--- a/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaShaclUtils.java
+++ b/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaShaclUtils.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaValidator.java b/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaValidator.java
index 1ff3ca9a..6c2f629a 100644
--- a/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaValidator.java
+++ b/src/main/java/org/fairdatapoint/service/schema/MetadataSchemaValidator.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/search/SearchFilterCache.java b/src/main/java/org/fairdatapoint/service/search/SearchFilterCache.java
index b425af33..426dafaa 100644
--- a/src/main/java/org/fairdatapoint/service/search/SearchFilterCache.java
+++ b/src/main/java/org/fairdatapoint/service/search/SearchFilterCache.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/search/SearchMapper.java b/src/main/java/org/fairdatapoint/service/search/SearchMapper.java
index 40d10e53..fadded3b 100644
--- a/src/main/java/org/fairdatapoint/service/search/SearchMapper.java
+++ b/src/main/java/org/fairdatapoint/service/search/SearchMapper.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/search/SearchService.java b/src/main/java/org/fairdatapoint/service/search/SearchService.java
index 465546b3..30edb74d 100644
--- a/src/main/java/org/fairdatapoint/service/search/SearchService.java
+++ b/src/main/java/org/fairdatapoint/service/search/SearchService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/search/query/SearchSavedQueryMapper.java b/src/main/java/org/fairdatapoint/service/search/query/SearchSavedQueryMapper.java
index ac663a29..82d73cb8 100644
--- a/src/main/java/org/fairdatapoint/service/search/query/SearchSavedQueryMapper.java
+++ b/src/main/java/org/fairdatapoint/service/search/query/SearchSavedQueryMapper.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/search/query/SearchSavedQueryService.java b/src/main/java/org/fairdatapoint/service/search/query/SearchSavedQueryService.java
index afc3b236..61343cb1 100644
--- a/src/main/java/org/fairdatapoint/service/search/query/SearchSavedQueryService.java
+++ b/src/main/java/org/fairdatapoint/service/search/query/SearchSavedQueryService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/security/AuthenticationService.java b/src/main/java/org/fairdatapoint/service/security/AuthenticationService.java
index 62e6e2cd..7926ccab 100644
--- a/src/main/java/org/fairdatapoint/service/security/AuthenticationService.java
+++ b/src/main/java/org/fairdatapoint/service/security/AuthenticationService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/security/UserDetailsServiceImpl.java b/src/main/java/org/fairdatapoint/service/security/UserDetailsServiceImpl.java
index 77717502..1f547c78 100644
--- a/src/main/java/org/fairdatapoint/service/security/UserDetailsServiceImpl.java
+++ b/src/main/java/org/fairdatapoint/service/security/UserDetailsServiceImpl.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/settings/SettingsCache.java b/src/main/java/org/fairdatapoint/service/settings/SettingsCache.java
index 280acb5d..eb39166c 100644
--- a/src/main/java/org/fairdatapoint/service/settings/SettingsCache.java
+++ b/src/main/java/org/fairdatapoint/service/settings/SettingsCache.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/settings/SettingsMapper.java b/src/main/java/org/fairdatapoint/service/settings/SettingsMapper.java
index 3b0e295d..44ba3ee4 100644
--- a/src/main/java/org/fairdatapoint/service/settings/SettingsMapper.java
+++ b/src/main/java/org/fairdatapoint/service/settings/SettingsMapper.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/settings/SettingsService.java b/src/main/java/org/fairdatapoint/service/settings/SettingsService.java
index 6a2ec3c7..774b0659 100644
--- a/src/main/java/org/fairdatapoint/service/settings/SettingsService.java
+++ b/src/main/java/org/fairdatapoint/service/settings/SettingsService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/user/CurrentUserService.java b/src/main/java/org/fairdatapoint/service/user/CurrentUserService.java
index 5b6142e3..f9fe9d64 100644
--- a/src/main/java/org/fairdatapoint/service/user/CurrentUserService.java
+++ b/src/main/java/org/fairdatapoint/service/user/CurrentUserService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/user/UserMapper.java b/src/main/java/org/fairdatapoint/service/user/UserMapper.java
index d542be97..f768226c 100644
--- a/src/main/java/org/fairdatapoint/service/user/UserMapper.java
+++ b/src/main/java/org/fairdatapoint/service/user/UserMapper.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/user/UserService.java b/src/main/java/org/fairdatapoint/service/user/UserService.java
index 94b58181..d9101b5e 100644
--- a/src/main/java/org/fairdatapoint/service/user/UserService.java
+++ b/src/main/java/org/fairdatapoint/service/user/UserService.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/service/user/UserValidator.java b/src/main/java/org/fairdatapoint/service/user/UserValidator.java
index 984cf189..2f1b89b3 100644
--- a/src/main/java/org/fairdatapoint/service/user/UserValidator.java
+++ b/src/main/java/org/fairdatapoint/service/user/UserValidator.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/util/HttpUtil.java b/src/main/java/org/fairdatapoint/util/HttpUtil.java
index a9e0e80b..daa5c621 100644
--- a/src/main/java/org/fairdatapoint/util/HttpUtil.java
+++ b/src/main/java/org/fairdatapoint/util/HttpUtil.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/util/KnownUUIDs.java b/src/main/java/org/fairdatapoint/util/KnownUUIDs.java
index 2cf7a0b1..84433273 100644
--- a/src/main/java/org/fairdatapoint/util/KnownUUIDs.java
+++ b/src/main/java/org/fairdatapoint/util/KnownUUIDs.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/util/RdfIOUtil.java b/src/main/java/org/fairdatapoint/util/RdfIOUtil.java
index 6ea75383..829efb15 100644
--- a/src/main/java/org/fairdatapoint/util/RdfIOUtil.java
+++ b/src/main/java/org/fairdatapoint/util/RdfIOUtil.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/util/RdfUtil.java b/src/main/java/org/fairdatapoint/util/RdfUtil.java
index 343621f6..cd4c5b45 100644
--- a/src/main/java/org/fairdatapoint/util/RdfUtil.java
+++ b/src/main/java/org/fairdatapoint/util/RdfUtil.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/util/ResourceReader.java b/src/main/java/org/fairdatapoint/util/ResourceReader.java
index 61f0f3b5..dfb0655f 100644
--- a/src/main/java/org/fairdatapoint/util/ResourceReader.java
+++ b/src/main/java/org/fairdatapoint/util/ResourceReader.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/util/ThrowingFunction.java b/src/main/java/org/fairdatapoint/util/ThrowingFunction.java
index 5c2d15a4..b3c065cf 100644
--- a/src/main/java/org/fairdatapoint/util/ThrowingFunction.java
+++ b/src/main/java/org/fairdatapoint/util/ThrowingFunction.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/util/TimeUtils.java b/src/main/java/org/fairdatapoint/util/TimeUtils.java
index f9fee609..c762e285 100644
--- a/src/main/java/org/fairdatapoint/util/TimeUtils.java
+++ b/src/main/java/org/fairdatapoint/util/TimeUtils.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/util/ValidationUtil.java b/src/main/java/org/fairdatapoint/util/ValidationUtil.java
index 8db3b531..6766a8e4 100644
--- a/src/main/java/org/fairdatapoint/util/ValidationUtil.java
+++ b/src/main/java/org/fairdatapoint/util/ValidationUtil.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/util/ValueFactoryHelper.java b/src/main/java/org/fairdatapoint/util/ValueFactoryHelper.java
index 29185d92..e875b201 100644
--- a/src/main/java/org/fairdatapoint/util/ValueFactoryHelper.java
+++ b/src/main/java/org/fairdatapoint/util/ValueFactoryHelper.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/vocabulary/DCAT3.java b/src/main/java/org/fairdatapoint/vocabulary/DCAT3.java
index 33e3f0cb..20432b3b 100644
--- a/src/main/java/org/fairdatapoint/vocabulary/DCAT3.java
+++ b/src/main/java/org/fairdatapoint/vocabulary/DCAT3.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/vocabulary/Sio.java b/src/main/java/org/fairdatapoint/vocabulary/Sio.java
index 349c838a..b5caafee 100644
--- a/src/main/java/org/fairdatapoint/vocabulary/Sio.java
+++ b/src/main/java/org/fairdatapoint/vocabulary/Sio.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/java/org/fairdatapoint/vocabulary/WebAccessControl.java b/src/main/java/org/fairdatapoint/vocabulary/WebAccessControl.java
index 2b6a3ec1..fbd80978 100644
--- a/src/main/java/org/fairdatapoint/vocabulary/WebAccessControl.java
+++ b/src/main/java/org/fairdatapoint/vocabulary/WebAccessControl.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/resources/db/migration/V0001.0__init-fdp-db.sql b/src/main/resources/db/migration/V0001.0__init-fdp-db.sql
index de8d3078..c411d058 100644
--- a/src/main/resources/db/migration/V0001.0__init-fdp-db.sql
+++ b/src/main/resources/db/migration/V0001.0__init-fdp-db.sql
@@ -1,6 +1,6 @@
--
-- The MIT License
--- Copyright © 2024 FAIR Data Team
+-- Copyright © 2016-2024 FAIR Data Team
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/resources/dev/db/migration/V0001.1__dev-data-users.sql b/src/main/resources/dev/db/migration/V0001.1__dev-data-users.sql
index e899a9b2..998d05ad 100644
--- a/src/main/resources/dev/db/migration/V0001.1__dev-data-users.sql
+++ b/src/main/resources/dev/db/migration/V0001.1__dev-data-users.sql
@@ -1,6 +1,6 @@
--
-- The MIT License
--- Copyright © 2024 FAIR Data Team
+-- Copyright © 2016-2024 FAIR Data Team
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/resources/dev/db/migration/V0001.2__dev-data-schemas.sql b/src/main/resources/dev/db/migration/V0001.2__dev-data-schemas.sql
index 8b4c1029..310c8377 100644
--- a/src/main/resources/dev/db/migration/V0001.2__dev-data-schemas.sql
+++ b/src/main/resources/dev/db/migration/V0001.2__dev-data-schemas.sql
@@ -1,6 +1,6 @@
--
-- The MIT License
--- Copyright © 2024 FAIR Data Team
+-- Copyright © 2016-2024 FAIR Data Team
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/resources/dev/db/migration/V0001.3__dev-data-rds.sql b/src/main/resources/dev/db/migration/V0001.3__dev-data-rds.sql
index 9dcbce8d..ed4f047f 100644
--- a/src/main/resources/dev/db/migration/V0001.3__dev-data-rds.sql
+++ b/src/main/resources/dev/db/migration/V0001.3__dev-data-rds.sql
@@ -1,6 +1,6 @@
--
-- The MIT License
--- Copyright © 2024 FAIR Data Team
+-- Copyright © 2016-2024 FAIR Data Team
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/resources/dev/db/migration/V0001.4__dev-data-membership.sql b/src/main/resources/dev/db/migration/V0001.4__dev-data-membership.sql
index bff7281a..8240e0bf 100644
--- a/src/main/resources/dev/db/migration/V0001.4__dev-data-membership.sql
+++ b/src/main/resources/dev/db/migration/V0001.4__dev-data-membership.sql
@@ -1,6 +1,6 @@
--
-- The MIT License
--- Copyright © 2024 FAIR Data Team
+-- Copyright © 2016-2024 FAIR Data Team
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
diff --git a/src/main/resources/dev/db/migration/V0001.5__dev-settings.sql b/src/main/resources/dev/db/migration/V0001.5__dev-settings.sql
index 3ba2f337..75496e02 100644
--- a/src/main/resources/dev/db/migration/V0001.5__dev-settings.sql
+++ b/src/main/resources/dev/db/migration/V0001.5__dev-settings.sql
@@ -1,6 +1,6 @@
--
-- The MIT License
--- Copyright © 2024 FAIR Data Team
+-- Copyright © 2016-2024 FAIR Data Team
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/BaseIntegrationTest.java b/src/test/java/org/fairdatapoint/BaseIntegrationTest.java
index 79839ce0..00f1f96d 100644
--- a/src/test/java/org/fairdatapoint/BaseIntegrationTest.java
+++ b/src/test/java/org/fairdatapoint/BaseIntegrationTest.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/WebIntegrationTest.java b/src/test/java/org/fairdatapoint/WebIntegrationTest.java
index 33f72f7a..6fe2e758 100644
--- a/src/test/java/org/fairdatapoint/WebIntegrationTest.java
+++ b/src/test/java/org/fairdatapoint/WebIntegrationTest.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/actuator/ActuatorInfoDTO.java b/src/test/java/org/fairdatapoint/acceptance/actuator/ActuatorInfoDTO.java
index 1f6dbeab..3438ae85 100644
--- a/src/test/java/org/fairdatapoint/acceptance/actuator/ActuatorInfoDTO.java
+++ b/src/test/java/org/fairdatapoint/acceptance/actuator/ActuatorInfoDTO.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/actuator/List_Info_GET.java b/src/test/java/org/fairdatapoint/acceptance/actuator/List_Info_GET.java
index 933d5172..40403fda 100644
--- a/src/test/java/org/fairdatapoint/acceptance/actuator/List_Info_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/actuator/List_Info_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/apikey/Detail_DELETE.java b/src/test/java/org/fairdatapoint/acceptance/apikey/Detail_DELETE.java
index 5e3b96ae..020d3678 100644
--- a/src/test/java/org/fairdatapoint/acceptance/apikey/Detail_DELETE.java
+++ b/src/test/java/org/fairdatapoint/acceptance/apikey/Detail_DELETE.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/apikey/List_GET.java b/src/test/java/org/fairdatapoint/acceptance/apikey/List_GET.java
index bec7ed5c..22147859 100644
--- a/src/test/java/org/fairdatapoint/acceptance/apikey/List_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/apikey/List_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/apikey/List_POST.java b/src/test/java/org/fairdatapoint/acceptance/apikey/List_POST.java
index c9a15800..b84537ed 100644
--- a/src/test/java/org/fairdatapoint/acceptance/apikey/List_POST.java
+++ b/src/test/java/org/fairdatapoint/acceptance/apikey/List_POST.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/common/ForbiddenTest.java b/src/test/java/org/fairdatapoint/acceptance/common/ForbiddenTest.java
index d38116c3..f3386dda 100644
--- a/src/test/java/org/fairdatapoint/acceptance/common/ForbiddenTest.java
+++ b/src/test/java/org/fairdatapoint/acceptance/common/ForbiddenTest.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/common/NotFoundTest.java b/src/test/java/org/fairdatapoint/acceptance/common/NotFoundTest.java
index cf2b722d..8829b07f 100644
--- a/src/test/java/org/fairdatapoint/acceptance/common/NotFoundTest.java
+++ b/src/test/java/org/fairdatapoint/acceptance/common/NotFoundTest.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/config/List_Bootstrap_GET.java b/src/test/java/org/fairdatapoint/acceptance/config/List_Bootstrap_GET.java
index 58e815d0..1603ebcd 100644
--- a/src/test/java/org/fairdatapoint/acceptance/config/List_Bootstrap_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/config/List_Bootstrap_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/dashboard/List_GET.java b/src/test/java/org/fairdatapoint/acceptance/dashboard/List_GET.java
index 7b254193..ed0fb0ec 100644
--- a/src/test/java/org/fairdatapoint/acceptance/dashboard/List_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/dashboard/List_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/general/ContentNegotiationTest.java b/src/test/java/org/fairdatapoint/acceptance/general/ContentNegotiationTest.java
index 684e25b8..4c63921d 100644
--- a/src/test/java/org/fairdatapoint/acceptance/general/ContentNegotiationTest.java
+++ b/src/test/java/org/fairdatapoint/acceptance/general/ContentNegotiationTest.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/general/SecurityTest.java b/src/test/java/org/fairdatapoint/acceptance/general/SecurityTest.java
index 1ecbcd1e..dad2bfbe 100644
--- a/src/test/java/org/fairdatapoint/acceptance/general/SecurityTest.java
+++ b/src/test/java/org/fairdatapoint/acceptance/general/SecurityTest.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/index/admin/List_TriggerAll_POST.java b/src/test/java/org/fairdatapoint/acceptance/index/admin/List_TriggerAll_POST.java
index 045565fa..556a58af 100644
--- a/src/test/java/org/fairdatapoint/acceptance/index/admin/List_TriggerAll_POST.java
+++ b/src/test/java/org/fairdatapoint/acceptance/index/admin/List_TriggerAll_POST.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/index/admin/List_Trigger_POST.java b/src/test/java/org/fairdatapoint/acceptance/index/admin/List_Trigger_POST.java
index 4534587e..f9bb9321 100644
--- a/src/test/java/org/fairdatapoint/acceptance/index/admin/List_Trigger_POST.java
+++ b/src/test/java/org/fairdatapoint/acceptance/index/admin/List_Trigger_POST.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/index/entry/List_All_GET.java b/src/test/java/org/fairdatapoint/acceptance/index/entry/List_All_GET.java
index 17a2a106..bb4fb1a1 100644
--- a/src/test/java/org/fairdatapoint/acceptance/index/entry/List_All_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/index/entry/List_All_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/index/entry/List_GET.java b/src/test/java/org/fairdatapoint/acceptance/index/entry/List_GET.java
index e80a5bbf..07f1235f 100644
--- a/src/test/java/org/fairdatapoint/acceptance/index/entry/List_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/index/entry/List_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/index/entry/List_Info_GET.java b/src/test/java/org/fairdatapoint/acceptance/index/entry/List_Info_GET.java
index b860c34c..fa38b25e 100644
--- a/src/test/java/org/fairdatapoint/acceptance/index/entry/List_Info_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/index/entry/List_Info_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/index/ping/List_POST.java b/src/test/java/org/fairdatapoint/acceptance/index/ping/List_POST.java
index ae921fe8..8096c1f6 100644
--- a/src/test/java/org/fairdatapoint/acceptance/index/ping/List_POST.java
+++ b/src/test/java/org/fairdatapoint/acceptance/index/ping/List_POST.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/index/settings/List_DELETE.java b/src/test/java/org/fairdatapoint/acceptance/index/settings/List_DELETE.java
index 0213d212..2924ad7b 100644
--- a/src/test/java/org/fairdatapoint/acceptance/index/settings/List_DELETE.java
+++ b/src/test/java/org/fairdatapoint/acceptance/index/settings/List_DELETE.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/index/settings/List_GET.java b/src/test/java/org/fairdatapoint/acceptance/index/settings/List_GET.java
index 58e3a47b..9fef70f0 100644
--- a/src/test/java/org/fairdatapoint/acceptance/index/settings/List_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/index/settings/List_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/index/settings/List_PUT.java b/src/test/java/org/fairdatapoint/acceptance/index/settings/List_PUT.java
index 881cbaa0..7a3d0fee 100644
--- a/src/test/java/org/fairdatapoint/acceptance/index/settings/List_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/index/settings/List_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/membership/Common.java b/src/test/java/org/fairdatapoint/acceptance/membership/Common.java
index ccbfcd16..c7188526 100644
--- a/src/test/java/org/fairdatapoint/acceptance/membership/Common.java
+++ b/src/test/java/org/fairdatapoint/acceptance/membership/Common.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/membership/List_GET.java b/src/test/java/org/fairdatapoint/acceptance/membership/List_GET.java
index cfe1d214..1f7b2d09 100644
--- a/src/test/java/org/fairdatapoint/acceptance/membership/List_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/membership/List_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/Common.java b/src/test/java/org/fairdatapoint/acceptance/metadata/Common.java
index 20ba5b3e..2ba6298d 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/Common.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/Common.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/SingpostingTest.java b/src/test/java/org/fairdatapoint/acceptance/metadata/SingpostingTest.java
index 71d1dae5..918168be 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/SingpostingTest.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/SingpostingTest.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_DELETE.java b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_DELETE.java
index 983c70fb..7835d793 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_DELETE.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_DELETE.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_Expanded_GET.java b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_Expanded_GET.java
index 6c3102eb..daf677d8 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_Expanded_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_Expanded_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_GET.java b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_GET.java
index 0cf02f74..345fc359 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_PUT.java b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_PUT.java
index 18f15e2b..9d3c57a5 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_Page_GET.java b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_Page_GET.java
index efcd1171..fa6b671c 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_Page_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/Detail_Page_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/List_POST.java b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/List_POST.java
index 27f27a99..be9e1919 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/List_POST.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/List_POST.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/member/Detail_DELETE.java b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/member/Detail_DELETE.java
index 316f109d..d79428e5 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/member/Detail_DELETE.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/member/Detail_DELETE.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/member/Detail_PUT.java b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/member/Detail_PUT.java
index f444262e..ba7d66f9 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/member/Detail_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/member/Detail_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/member/List_GET.java b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/member/List_GET.java
index f0f6ab4c..2eeba7bb 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/member/List_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/member/List_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/meta/List_GET.java b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/meta/List_GET.java
index 228c032c..f376013f 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/meta/List_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/meta/List_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/meta/List_State_PUT.java b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/meta/List_State_PUT.java
index 9f76dcf4..3ff11e88 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/meta/List_State_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/catalog/meta/List_State_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_DELETE.java b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_DELETE.java
index 22a25e3b..f6428a39 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_DELETE.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_DELETE.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_Expanded_GET.java b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_Expanded_GET.java
index 12e176cc..b74221c9 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_Expanded_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_Expanded_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_GET.java b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_GET.java
index d9ff6415..4bc0f7e7 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_PUT.java b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_PUT.java
index 42133ac2..d503f089 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_Page_GET.java b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_Page_GET.java
index 93ecc238..3783a8a8 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_Page_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/Detail_Page_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/List_POST.java b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/List_POST.java
index fbc938a6..55721832 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/List_POST.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/List_POST.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/member/Detail_DELETE.java b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/member/Detail_DELETE.java
index d716bdc2..d38955c1 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/member/Detail_DELETE.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/member/Detail_DELETE.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/member/Detail_PUT.java b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/member/Detail_PUT.java
index 7265bdd3..919bd04c 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/member/Detail_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/member/Detail_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/member/List_GET.java b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/member/List_GET.java
index c80c8142..181f7272 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/member/List_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/member/List_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/meta/List_GET.java b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/meta/List_GET.java
index 676de21d..c7e70bac 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/meta/List_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/meta/List_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/meta/List_State_PUT.java b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/meta/List_State_PUT.java
index a495a3bb..40037bcd 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/meta/List_State_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/dataset/meta/List_State_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/Detail_DELETE.java b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/Detail_DELETE.java
index e2dbbb8a..08acb136 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/Detail_DELETE.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/Detail_DELETE.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/Detail_Expanded_GET.java b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/Detail_Expanded_GET.java
index 06b9bd41..6eef2900 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/Detail_Expanded_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/Detail_Expanded_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/Detail_GET.java b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/Detail_GET.java
index 2a0a113d..fad5bc6c 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/Detail_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/Detail_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/Detail_PUT.java b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/Detail_PUT.java
index 31c5e62f..13b117e2 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/Detail_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/Detail_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/List_POST.java b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/List_POST.java
index 40893236..d3d9f1b7 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/List_POST.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/List_POST.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/member/Detail_DELETE.java b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/member/Detail_DELETE.java
index 8d6c5422..24113ab6 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/member/Detail_DELETE.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/member/Detail_DELETE.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/member/Detail_PUT.java b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/member/Detail_PUT.java
index 6477eca0..011da0c6 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/member/Detail_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/member/Detail_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/member/List_GET.java b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/member/List_GET.java
index 87aa1c3b..2486bb97 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/member/List_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/member/List_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/meta/List_GET.java b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/meta/List_GET.java
index a0b91d68..c8443531 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/meta/List_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/meta/List_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/meta/List_State_PUT.java b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/meta/List_State_PUT.java
index 99490ef6..4315d591 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/meta/List_State_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/distribution/meta/List_State_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_DELETE.java b/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_DELETE.java
index d2590800..fb2de222 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_DELETE.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_DELETE.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_Expanded_GET.java b/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_Expanded_GET.java
index 78210b19..f7addc51 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_Expanded_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_Expanded_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_GET.java b/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_GET.java
index c2509619..80a88222 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_POST.java b/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_POST.java
index 28f4a851..a6accb76 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_POST.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_POST.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_PUT.java b/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_PUT.java
index c0be400e..ce5ab290 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_Page_GET.java b/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_Page_GET.java
index b8281fb1..28c2a5b0 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_Page_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/repository/Detail_Page_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/repository/meta/List_GET.java b/src/test/java/org/fairdatapoint/acceptance/metadata/repository/meta/List_GET.java
index 59a5673f..8c8228a8 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/repository/meta/List_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/repository/meta/List_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/metadata/repository/meta/List_State_PUT.java b/src/test/java/org/fairdatapoint/acceptance/metadata/repository/meta/List_State_PUT.java
index f49b2050..c27a0da2 100644
--- a/src/test/java/org/fairdatapoint/acceptance/metadata/repository/meta/List_State_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/metadata/repository/meta/List_State_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/openapi/OpenApiDocs_GET.java b/src/test/java/org/fairdatapoint/acceptance/openapi/OpenApiDocs_GET.java
index a9fb2279..4aefcd4f 100644
--- a/src/test/java/org/fairdatapoint/acceptance/openapi/OpenApiDocs_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/openapi/OpenApiDocs_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/openapi/SwaggerUI_GET.java b/src/test/java/org/fairdatapoint/acceptance/openapi/SwaggerUI_GET.java
index 21785be6..62d7644e 100644
--- a/src/test/java/org/fairdatapoint/acceptance/openapi/SwaggerUI_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/openapi/SwaggerUI_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/resource/Detail_DELETE.java b/src/test/java/org/fairdatapoint/acceptance/resource/Detail_DELETE.java
index 9d58049e..2d7e4fdd 100644
--- a/src/test/java/org/fairdatapoint/acceptance/resource/Detail_DELETE.java
+++ b/src/test/java/org/fairdatapoint/acceptance/resource/Detail_DELETE.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/resource/Detail_GET.java b/src/test/java/org/fairdatapoint/acceptance/resource/Detail_GET.java
index b9d6c861..febf2a06 100644
--- a/src/test/java/org/fairdatapoint/acceptance/resource/Detail_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/resource/Detail_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/resource/Detail_PUT.java b/src/test/java/org/fairdatapoint/acceptance/resource/Detail_PUT.java
index fb3323ec..30430b92 100644
--- a/src/test/java/org/fairdatapoint/acceptance/resource/Detail_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/resource/Detail_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/resource/List_GET.java b/src/test/java/org/fairdatapoint/acceptance/resource/List_GET.java
index 736d862d..5a434709 100644
--- a/src/test/java/org/fairdatapoint/acceptance/resource/List_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/resource/List_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/resource/List_POST.java b/src/test/java/org/fairdatapoint/acceptance/resource/List_POST.java
index ee6de2fb..9a8a79d6 100644
--- a/src/test/java/org/fairdatapoint/acceptance/resource/List_POST.java
+++ b/src/test/java/org/fairdatapoint/acceptance/resource/List_POST.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/schema/Common.java b/src/test/java/org/fairdatapoint/acceptance/schema/Common.java
index efe826b4..8c0ea383 100644
--- a/src/test/java/org/fairdatapoint/acceptance/schema/Common.java
+++ b/src/test/java/org/fairdatapoint/acceptance/schema/Common.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/schema/Content_GET.java b/src/test/java/org/fairdatapoint/acceptance/schema/Content_GET.java
index 2b007abe..17e02c08 100644
--- a/src/test/java/org/fairdatapoint/acceptance/schema/Content_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/schema/Content_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/schema/Detail_DELETE.java b/src/test/java/org/fairdatapoint/acceptance/schema/Detail_DELETE.java
index c2ac67b2..17c6218c 100644
--- a/src/test/java/org/fairdatapoint/acceptance/schema/Detail_DELETE.java
+++ b/src/test/java/org/fairdatapoint/acceptance/schema/Detail_DELETE.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/schema/Detail_GET.java b/src/test/java/org/fairdatapoint/acceptance/schema/Detail_GET.java
index 4015aaaf..39d2cd66 100644
--- a/src/test/java/org/fairdatapoint/acceptance/schema/Detail_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/schema/Detail_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/schema/Draft_DELETE.java b/src/test/java/org/fairdatapoint/acceptance/schema/Draft_DELETE.java
index c36157b7..35fea9df 100644
--- a/src/test/java/org/fairdatapoint/acceptance/schema/Draft_DELETE.java
+++ b/src/test/java/org/fairdatapoint/acceptance/schema/Draft_DELETE.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/schema/Draft_GET.java b/src/test/java/org/fairdatapoint/acceptance/schema/Draft_GET.java
index 030f84e4..f6c28185 100644
--- a/src/test/java/org/fairdatapoint/acceptance/schema/Draft_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/schema/Draft_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/schema/Draft_PUT.java b/src/test/java/org/fairdatapoint/acceptance/schema/Draft_PUT.java
index 14238d7e..3f231eaa 100644
--- a/src/test/java/org/fairdatapoint/acceptance/schema/Draft_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/schema/Draft_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/schema/Import_POST.java b/src/test/java/org/fairdatapoint/acceptance/schema/Import_POST.java
index 06e021ca..a63b37ae 100644
--- a/src/test/java/org/fairdatapoint/acceptance/schema/Import_POST.java
+++ b/src/test/java/org/fairdatapoint/acceptance/schema/Import_POST.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/schema/List_GET.java b/src/test/java/org/fairdatapoint/acceptance/schema/List_GET.java
index 28097373..0130df5a 100644
--- a/src/test/java/org/fairdatapoint/acceptance/schema/List_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/schema/List_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/schema/List_POST.java b/src/test/java/org/fairdatapoint/acceptance/schema/List_POST.java
index c7e63e0d..6446cbb7 100644
--- a/src/test/java/org/fairdatapoint/acceptance/schema/List_POST.java
+++ b/src/test/java/org/fairdatapoint/acceptance/schema/List_POST.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/schema/Public_GET.java b/src/test/java/org/fairdatapoint/acceptance/schema/Public_GET.java
index 5bbff3fd..6a9d7040 100644
--- a/src/test/java/org/fairdatapoint/acceptance/schema/Public_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/schema/Public_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/schema/Version_DELETE.java b/src/test/java/org/fairdatapoint/acceptance/schema/Version_DELETE.java
index 8b1a24a9..4f40c8ea 100644
--- a/src/test/java/org/fairdatapoint/acceptance/schema/Version_DELETE.java
+++ b/src/test/java/org/fairdatapoint/acceptance/schema/Version_DELETE.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/schema/Version_GET.java b/src/test/java/org/fairdatapoint/acceptance/schema/Version_GET.java
index 792eb59f..87f002ec 100644
--- a/src/test/java/org/fairdatapoint/acceptance/schema/Version_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/schema/Version_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/schema/Version_PUT.java b/src/test/java/org/fairdatapoint/acceptance/schema/Version_PUT.java
index bae66fa0..bd9630f2 100644
--- a/src/test/java/org/fairdatapoint/acceptance/schema/Version_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/schema/Version_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/schema/Versions_POST.java b/src/test/java/org/fairdatapoint/acceptance/schema/Versions_POST.java
index e8f60079..b1b35930 100644
--- a/src/test/java/org/fairdatapoint/acceptance/schema/Versions_POST.java
+++ b/src/test/java/org/fairdatapoint/acceptance/schema/Versions_POST.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/search/Filters_GET.java b/src/test/java/org/fairdatapoint/acceptance/search/Filters_GET.java
index d334508c..3feab1b9 100644
--- a/src/test/java/org/fairdatapoint/acceptance/search/Filters_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/search/Filters_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/search/List_POST.java b/src/test/java/org/fairdatapoint/acceptance/search/List_POST.java
index 3feacf4b..046e25c5 100644
--- a/src/test/java/org/fairdatapoint/acceptance/search/List_POST.java
+++ b/src/test/java/org/fairdatapoint/acceptance/search/List_POST.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/search/query/List_GET.java b/src/test/java/org/fairdatapoint/acceptance/search/query/List_GET.java
index ffb6c911..bed71f72 100644
--- a/src/test/java/org/fairdatapoint/acceptance/search/query/List_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/search/query/List_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/search/query/List_POST.java b/src/test/java/org/fairdatapoint/acceptance/search/query/List_POST.java
index e85c24a9..e3e69f38 100644
--- a/src/test/java/org/fairdatapoint/acceptance/search/query/List_POST.java
+++ b/src/test/java/org/fairdatapoint/acceptance/search/query/List_POST.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/search/query/saved/Detail_DELETE.java b/src/test/java/org/fairdatapoint/acceptance/search/query/saved/Detail_DELETE.java
index dc50bdd8..cf49de7c 100644
--- a/src/test/java/org/fairdatapoint/acceptance/search/query/saved/Detail_DELETE.java
+++ b/src/test/java/org/fairdatapoint/acceptance/search/query/saved/Detail_DELETE.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/search/query/saved/Detail_GET.java b/src/test/java/org/fairdatapoint/acceptance/search/query/saved/Detail_GET.java
index b5abdc0c..b2462471 100644
--- a/src/test/java/org/fairdatapoint/acceptance/search/query/saved/Detail_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/search/query/saved/Detail_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/search/query/saved/Detail_PUT.java b/src/test/java/org/fairdatapoint/acceptance/search/query/saved/Detail_PUT.java
index 0e21a0ab..148702a1 100644
--- a/src/test/java/org/fairdatapoint/acceptance/search/query/saved/Detail_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/search/query/saved/Detail_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/search/query/saved/List_GET.java b/src/test/java/org/fairdatapoint/acceptance/search/query/saved/List_GET.java
index a1196642..90f4ea1b 100644
--- a/src/test/java/org/fairdatapoint/acceptance/search/query/saved/List_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/search/query/saved/List_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/search/query/saved/List_POST.java b/src/test/java/org/fairdatapoint/acceptance/search/query/saved/List_POST.java
index 210ad534..8b66ea33 100644
--- a/src/test/java/org/fairdatapoint/acceptance/search/query/saved/List_POST.java
+++ b/src/test/java/org/fairdatapoint/acceptance/search/query/saved/List_POST.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/settings/List_DELETE.java b/src/test/java/org/fairdatapoint/acceptance/settings/List_DELETE.java
index 69e44c64..c23af6ed 100644
--- a/src/test/java/org/fairdatapoint/acceptance/settings/List_DELETE.java
+++ b/src/test/java/org/fairdatapoint/acceptance/settings/List_DELETE.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/settings/List_GET.java b/src/test/java/org/fairdatapoint/acceptance/settings/List_GET.java
index 24107612..d47fd016 100644
--- a/src/test/java/org/fairdatapoint/acceptance/settings/List_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/settings/List_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/settings/List_PUT.java b/src/test/java/org/fairdatapoint/acceptance/settings/List_PUT.java
index c52c13c9..81192ee2 100644
--- a/src/test/java/org/fairdatapoint/acceptance/settings/List_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/settings/List_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/token/List_POST.java b/src/test/java/org/fairdatapoint/acceptance/token/List_POST.java
index d2b1404d..f4af81a0 100644
--- a/src/test/java/org/fairdatapoint/acceptance/token/List_POST.java
+++ b/src/test/java/org/fairdatapoint/acceptance/token/List_POST.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/user/Common.java b/src/test/java/org/fairdatapoint/acceptance/user/Common.java
index 043f4890..98fcbf9a 100644
--- a/src/test/java/org/fairdatapoint/acceptance/user/Common.java
+++ b/src/test/java/org/fairdatapoint/acceptance/user/Common.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/user/Current_GET.java b/src/test/java/org/fairdatapoint/acceptance/user/Current_GET.java
index 1480dca7..60ceb9be 100644
--- a/src/test/java/org/fairdatapoint/acceptance/user/Current_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/user/Current_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/user/Detail_Current_PUT.java b/src/test/java/org/fairdatapoint/acceptance/user/Detail_Current_PUT.java
index bea4da8e..52ad63f2 100644
--- a/src/test/java/org/fairdatapoint/acceptance/user/Detail_Current_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/user/Detail_Current_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/user/Detail_Current_Password_PUT.java b/src/test/java/org/fairdatapoint/acceptance/user/Detail_Current_Password_PUT.java
index 324ef458..faeab432 100644
--- a/src/test/java/org/fairdatapoint/acceptance/user/Detail_Current_Password_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/user/Detail_Current_Password_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/user/Detail_DELETE.java b/src/test/java/org/fairdatapoint/acceptance/user/Detail_DELETE.java
index 525a90f5..5dc35c1f 100644
--- a/src/test/java/org/fairdatapoint/acceptance/user/Detail_DELETE.java
+++ b/src/test/java/org/fairdatapoint/acceptance/user/Detail_DELETE.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/user/Detail_GET.java b/src/test/java/org/fairdatapoint/acceptance/user/Detail_GET.java
index b4befef3..b1eecbd1 100644
--- a/src/test/java/org/fairdatapoint/acceptance/user/Detail_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/user/Detail_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/user/Detail_PUT.java b/src/test/java/org/fairdatapoint/acceptance/user/Detail_PUT.java
index 3077d237..952944ea 100644
--- a/src/test/java/org/fairdatapoint/acceptance/user/Detail_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/user/Detail_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/user/Detail_Password_PUT.java b/src/test/java/org/fairdatapoint/acceptance/user/Detail_Password_PUT.java
index 8f595fdc..ce51dac8 100644
--- a/src/test/java/org/fairdatapoint/acceptance/user/Detail_Password_PUT.java
+++ b/src/test/java/org/fairdatapoint/acceptance/user/Detail_Password_PUT.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/user/List_GET.java b/src/test/java/org/fairdatapoint/acceptance/user/List_GET.java
index 7499838c..6ae23284 100644
--- a/src/test/java/org/fairdatapoint/acceptance/user/List_GET.java
+++ b/src/test/java/org/fairdatapoint/acceptance/user/List_GET.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/acceptance/user/List_POST.java b/src/test/java/org/fairdatapoint/acceptance/user/List_POST.java
index a089eaf0..8afec312 100644
--- a/src/test/java/org/fairdatapoint/acceptance/user/List_POST.java
+++ b/src/test/java/org/fairdatapoint/acceptance/user/List_POST.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/config/DatabaseConfig.java b/src/test/java/org/fairdatapoint/config/DatabaseConfig.java
index c1eeba23..1a45325d 100644
--- a/src/test/java/org/fairdatapoint/config/DatabaseConfig.java
+++ b/src/test/java/org/fairdatapoint/config/DatabaseConfig.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/config/MetadataTestConfig.java b/src/test/java/org/fairdatapoint/config/MetadataTestConfig.java
index 8765e461..af37d50a 100644
--- a/src/test/java/org/fairdatapoint/config/MetadataTestConfig.java
+++ b/src/test/java/org/fairdatapoint/config/MetadataTestConfig.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/config/RepositoryTestConfig.java b/src/test/java/org/fairdatapoint/config/RepositoryTestConfig.java
index a5ece33e..7c46dbdb 100644
--- a/src/test/java/org/fairdatapoint/config/RepositoryTestConfig.java
+++ b/src/test/java/org/fairdatapoint/config/RepositoryTestConfig.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/database/rdf/repository/catalog/CatalogMetadataRepositoryTest.java b/src/test/java/org/fairdatapoint/database/rdf/repository/catalog/CatalogMetadataRepositoryTest.java
index 92137ae3..58b02b19 100644
--- a/src/test/java/org/fairdatapoint/database/rdf/repository/catalog/CatalogMetadataRepositoryTest.java
+++ b/src/test/java/org/fairdatapoint/database/rdf/repository/catalog/CatalogMetadataRepositoryTest.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/database/rdf/repository/common/MetadataRepositoryTest.java b/src/test/java/org/fairdatapoint/database/rdf/repository/common/MetadataRepositoryTest.java
index cb508969..ad8d2bdb 100644
--- a/src/test/java/org/fairdatapoint/database/rdf/repository/common/MetadataRepositoryTest.java
+++ b/src/test/java/org/fairdatapoint/database/rdf/repository/common/MetadataRepositoryTest.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/database/rdf/repository/generic/GenericMetadataRepositoryTest.java b/src/test/java/org/fairdatapoint/database/rdf/repository/generic/GenericMetadataRepositoryTest.java
index 29b896fa..e984f18f 100644
--- a/src/test/java/org/fairdatapoint/database/rdf/repository/generic/GenericMetadataRepositoryTest.java
+++ b/src/test/java/org/fairdatapoint/database/rdf/repository/generic/GenericMetadataRepositoryTest.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/entity/schema/SemVerTest.java b/src/test/java/org/fairdatapoint/entity/schema/SemVerTest.java
index 40ef9317..4c131165 100644
--- a/src/test/java/org/fairdatapoint/entity/schema/SemVerTest.java
+++ b/src/test/java/org/fairdatapoint/entity/schema/SemVerTest.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/service/index/harvester/HarvesterServiceTest.java b/src/test/java/org/fairdatapoint/service/index/harvester/HarvesterServiceTest.java
index 7db135fa..8db4d935 100644
--- a/src/test/java/org/fairdatapoint/service/index/harvester/HarvesterServiceTest.java
+++ b/src/test/java/org/fairdatapoint/service/index/harvester/HarvesterServiceTest.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/service/metadata/catalog/CatalogMetadataServiceMockTest.java b/src/test/java/org/fairdatapoint/service/metadata/catalog/CatalogMetadataServiceMockTest.java
index b747c1e2..02c3b377 100644
--- a/src/test/java/org/fairdatapoint/service/metadata/catalog/CatalogMetadataServiceMockTest.java
+++ b/src/test/java/org/fairdatapoint/service/metadata/catalog/CatalogMetadataServiceMockTest.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/service/metadata/generic/GenericMetadataServiceTest.java b/src/test/java/org/fairdatapoint/service/metadata/generic/GenericMetadataServiceTest.java
index 8a99d479..c8c65111 100644
--- a/src/test/java/org/fairdatapoint/service/metadata/generic/GenericMetadataServiceTest.java
+++ b/src/test/java/org/fairdatapoint/service/metadata/generic/GenericMetadataServiceTest.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/service/metadata/metric/MetricsMetadataServiceTest.java b/src/test/java/org/fairdatapoint/service/metadata/metric/MetricsMetadataServiceTest.java
index d84d1ba6..2f7834b2 100644
--- a/src/test/java/org/fairdatapoint/service/metadata/metric/MetricsMetadataServiceTest.java
+++ b/src/test/java/org/fairdatapoint/service/metadata/metric/MetricsMetadataServiceTest.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/service/resource/ResourceDefinitionCacheTest.java b/src/test/java/org/fairdatapoint/service/resource/ResourceDefinitionCacheTest.java
index 318aade4..4800c2d5 100644
--- a/src/test/java/org/fairdatapoint/service/resource/ResourceDefinitionCacheTest.java
+++ b/src/test/java/org/fairdatapoint/service/resource/ResourceDefinitionCacheTest.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/service/resource/ResourceDefinitionValidatorTest.java b/src/test/java/org/fairdatapoint/service/resource/ResourceDefinitionValidatorTest.java
index 53defbb4..845c32f2 100644
--- a/src/test/java/org/fairdatapoint/service/resource/ResourceDefinitionValidatorTest.java
+++ b/src/test/java/org/fairdatapoint/service/resource/ResourceDefinitionValidatorTest.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/utils/AuthHelper.java b/src/test/java/org/fairdatapoint/utils/AuthHelper.java
index 7d89c785..564748c2 100644
--- a/src/test/java/org/fairdatapoint/utils/AuthHelper.java
+++ b/src/test/java/org/fairdatapoint/utils/AuthHelper.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/utils/CustomPageImpl.java b/src/test/java/org/fairdatapoint/utils/CustomPageImpl.java
index bbbef656..5bb5aa62 100644
--- a/src/test/java/org/fairdatapoint/utils/CustomPageImpl.java
+++ b/src/test/java/org/fairdatapoint/utils/CustomPageImpl.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/utils/HttpUtilTest.java b/src/test/java/org/fairdatapoint/utils/HttpUtilTest.java
index 7056937b..ba06a129 100644
--- a/src/test/java/org/fairdatapoint/utils/HttpUtilTest.java
+++ b/src/test/java/org/fairdatapoint/utils/HttpUtilTest.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/utils/TestIndexEntryFixtures.java b/src/test/java/org/fairdatapoint/utils/TestIndexEntryFixtures.java
index 7927176a..76fadfb8 100644
--- a/src/test/java/org/fairdatapoint/utils/TestIndexEntryFixtures.java
+++ b/src/test/java/org/fairdatapoint/utils/TestIndexEntryFixtures.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/java/org/fairdatapoint/utils/TestRdfMetadataFixtures.java b/src/test/java/org/fairdatapoint/utils/TestRdfMetadataFixtures.java
index e03734f0..c26c7d58 100644
--- a/src/test/java/org/fairdatapoint/utils/TestRdfMetadataFixtures.java
+++ b/src/test/java/org/fairdatapoint/utils/TestRdfMetadataFixtures.java
@@ -1,6 +1,6 @@
/**
* The MIT License
- * Copyright © 2024 FAIR Data Team
+ * Copyright © 2016-2024 FAIR Data Team
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/resources/test/db/migration/V0001.1__dev-data-users.sql b/src/test/resources/test/db/migration/V0001.1__dev-data-users.sql
index 443999f0..cd8e0a96 100644
--- a/src/test/resources/test/db/migration/V0001.1__dev-data-users.sql
+++ b/src/test/resources/test/db/migration/V0001.1__dev-data-users.sql
@@ -1,6 +1,6 @@
--
-- The MIT License
--- Copyright © 2024 FAIR Data Team
+-- Copyright © 2016-2024 FAIR Data Team
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/resources/test/db/migration/V0001.2__dev-data-schemas.sql b/src/test/resources/test/db/migration/V0001.2__dev-data-schemas.sql
index 8b4c1029..310c8377 100644
--- a/src/test/resources/test/db/migration/V0001.2__dev-data-schemas.sql
+++ b/src/test/resources/test/db/migration/V0001.2__dev-data-schemas.sql
@@ -1,6 +1,6 @@
--
-- The MIT License
--- Copyright © 2024 FAIR Data Team
+-- Copyright © 2016-2024 FAIR Data Team
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/resources/test/db/migration/V0001.3__dev-data-rds.sql b/src/test/resources/test/db/migration/V0001.3__dev-data-rds.sql
index 9dcbce8d..ed4f047f 100644
--- a/src/test/resources/test/db/migration/V0001.3__dev-data-rds.sql
+++ b/src/test/resources/test/db/migration/V0001.3__dev-data-rds.sql
@@ -1,6 +1,6 @@
--
-- The MIT License
--- Copyright © 2024 FAIR Data Team
+-- Copyright © 2016-2024 FAIR Data Team
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/resources/test/db/migration/V0001.4__dev-data-membership.sql b/src/test/resources/test/db/migration/V0001.4__dev-data-membership.sql
index bff7281a..8240e0bf 100644
--- a/src/test/resources/test/db/migration/V0001.4__dev-data-membership.sql
+++ b/src/test/resources/test/db/migration/V0001.4__dev-data-membership.sql
@@ -1,6 +1,6 @@
--
-- The MIT License
--- Copyright © 2024 FAIR Data Team
+-- Copyright © 2016-2024 FAIR Data Team
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/resources/test/db/migration/V0001.5__dev-settings.sql b/src/test/resources/test/db/migration/V0001.5__dev-settings.sql
index 3ba2f337..75496e02 100644
--- a/src/test/resources/test/db/migration/V0001.5__dev-settings.sql
+++ b/src/test/resources/test/db/migration/V0001.5__dev-settings.sql
@@ -1,6 +1,6 @@
--
-- The MIT License
--- Copyright © 2024 FAIR Data Team
+-- Copyright © 2016-2024 FAIR Data Team
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
diff --git a/src/test/resources/test/db/migration/V0001.6__test-schemas.sql b/src/test/resources/test/db/migration/V0001.6__test-schemas.sql
index e679e641..b340329e 100644
--- a/src/test/resources/test/db/migration/V0001.6__test-schemas.sql
+++ b/src/test/resources/test/db/migration/V0001.6__test-schemas.sql
@@ -1,6 +1,6 @@
--
-- The MIT License
--- Copyright © 2024 FAIR Data Team
+-- Copyright © 2016-2024 FAIR Data Team
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal