From a77f16bb632c010389448fb4270175c1e89b28a9 Mon Sep 17 00:00:00 2001
From: alaskowski <alaskowski@ethz.ch>
Date: Thu, 16 Feb 2023 10:31:13 +0100
Subject: [PATCH] SSDM-13365: Updated copyright comments in lib-authentication

---
 .../cisd/authentication/BasicSession.java         |  3 +--
 .../authentication/DefaultSessionManager.java     |  3 +--
 .../DummyAuthenticationService.java               |  3 +--
 .../authentication/IAuthenticationService.java    |  3 +--
 .../ILogMessagePrefixGenerator.java               |  3 +--
 .../cisd/authentication/IPrincipalProvider.java   |  3 +--
 .../authentication/ISessionActionListener.java    |  3 +--
 .../cisd/authentication/ISessionFactory.java      |  3 +--
 .../cisd/authentication/ISessionManager.java      |  3 +--
 .../authentication/NullAuthenticationService.java |  3 +--
 .../systemsx/cisd/authentication/Principal.java   |  3 +--
 .../cisd/authentication/SessionTokenHash.java     | 15 +++++++++++++++
 .../crowd/CrowdAuthenticationService.java         |  3 +--
 .../authentication/crowd/CrowdConfiguration.java  |  3 +--
 .../authentication/crowd/CrowdSoapElements.java   |  3 +--
 .../authentication/crowd/IRequestExecutor.java    |  3 +--
 .../crowd/SOAPAttributeContentHandler.java        |  3 +--
 .../file/CachingAuthenticationConfiguration.java  |  3 +--
 .../file/CachingAuthenticationService.java        |  3 +--
 .../file/FileAuthenticationService.java           |  3 +--
 .../authentication/file/FileBasedLineStore.java   |  3 +--
 .../cisd/authentication/file/ILineStore.java      |  3 +--
 .../cisd/authentication/file/IUserStore.java      |  3 +--
 .../authentication/file/LineBasedUserStore.java   |  3 +--
 .../cisd/authentication/file/Parameters.java      |  3 +--
 .../file/PasswordEditorCommand.java               |  3 +--
 .../cisd/authentication/file/UserCacheEntry.java  |  3 +--
 .../cisd/authentication/file/UserEntry.java       |  3 +--
 .../file/UserEntryAuthenticationState.java        |  3 +--
 .../ldap/LDAPAuthenticationService.java           |  3 +--
 .../ldap/LDAPDirectoryConfiguration.java          |  3 +--
 .../authentication/ldap/LDAPPrincipalQuery.java   |  3 +--
 .../stacked/StackedAuthenticationService.java     |  3 +--
 .../authentication/DefaultSessionManagerTest.java |  3 +--
 .../authentication/DependencyCheckingTest.java    |  3 +--
 .../crowd/CrowdAuthenticationServiceTest.java     |  3 +--
 .../crowd/RealCrowdAuthenticationTest.java        |  3 +--
 ...ingAuthenticationServiceInvalidLoginTests.java |  3 +--
 ...uthenticationServicePasswordChangingTests.java |  3 +--
 .../CachingAuthenticationServiceSuccessTests.java |  3 +--
 .../file/FileAuthenticationServiceTest.java       |  3 +--
 .../file/FileBasedLineStoreTest.java              |  3 +--
 .../file/LineBasedUserStoreTest.java              |  3 +--
 .../file/PasswordEditorCommandTest.java           | 15 +++++++++++++++
 .../cisd/authentication/file/UserEntryTest.java   |  3 +--
 .../ldap/LDAPDirectoryConfigurationTest.java      |  3 +--
 .../ldap/RealLDAPAuthenticationTest.java          |  3 +--
 .../stacked/StackedAuthenticationServiceTest.java |  3 +--
 48 files changed, 76 insertions(+), 92 deletions(-)

diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/BasicSession.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/BasicSession.java
index 33b983ada8c..16bff1181fe 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/BasicSession.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/BasicSession.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication;
 
 import java.io.Serializable;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/DefaultSessionManager.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/DefaultSessionManager.java
index 3bff08d201e..8005237900d 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/DefaultSessionManager.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/DefaultSessionManager.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication;
 
 import java.io.File;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/DummyAuthenticationService.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/DummyAuthenticationService.java
index c0ff043340a..2ee723d8a88 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/DummyAuthenticationService.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/DummyAuthenticationService.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007 ETH Zuerich, CISD
+ * Copyright ETH 2007 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication;
 
 import java.util.List;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/IAuthenticationService.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/IAuthenticationService.java
index 20b8a162b56..9752c778cad 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/IAuthenticationService.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/IAuthenticationService.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007 ETH Zuerich, CISD
+ * Copyright ETH 2007 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication;
 
 import java.util.List;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/ILogMessagePrefixGenerator.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/ILogMessagePrefixGenerator.java
index 1f9a02cf7a9..58809692a20 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/ILogMessagePrefixGenerator.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/ILogMessagePrefixGenerator.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication;
 
 /**
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/IPrincipalProvider.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/IPrincipalProvider.java
index a9ea9ad5162..01333427182 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/IPrincipalProvider.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/IPrincipalProvider.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication;
 
 /**
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/ISessionActionListener.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/ISessionActionListener.java
index 9c8803b0a94..8de0f6f0a3f 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/ISessionActionListener.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/ISessionActionListener.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019 ETH Zuerich, SIS
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication;
 
 /**
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/ISessionFactory.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/ISessionFactory.java
index f82535ba86d..2f7a898d95f 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/ISessionFactory.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/ISessionFactory.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication;
 
 /**
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/ISessionManager.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/ISessionManager.java
index 05e60d85453..4480ff9a656 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/ISessionManager.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/ISessionManager.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication;
 
 import java.util.List;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/NullAuthenticationService.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/NullAuthenticationService.java
index de0b93d3cda..3d54eb0c08f 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/NullAuthenticationService.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/NullAuthenticationService.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2007 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication;
 
 import java.util.List;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/Principal.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/Principal.java
index 34407cc0783..e3e03cca280 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/Principal.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/Principal.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007 ETH Zuerich, CISD
+ * Copyright ETH 2007 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication;
 
 import java.io.Serializable;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/SessionTokenHash.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/SessionTokenHash.java
index 20eafb94197..46acfcf57c3 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/SessionTokenHash.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/SessionTokenHash.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package ch.systemsx.cisd.authentication;
 
 import org.apache.commons.lang3.StringUtils;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationService.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationService.java
index fb03c1aed02..a0623834a47 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationService.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationService.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007 ETH Zuerich, CISD
+ * Copyright ETH 2007 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.crowd;
 
 import java.io.IOException;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/CrowdConfiguration.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/CrowdConfiguration.java
index e58f882000d..adc71ec10fc 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/CrowdConfiguration.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/CrowdConfiguration.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 ETH Zuerich, CISD
+ * Copyright ETH 2013 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.crowd;
 
 import org.apache.commons.lang3.StringUtils;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/CrowdSoapElements.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/CrowdSoapElements.java
index 7ed85842287..abed7a13e1c 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/CrowdSoapElements.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/CrowdSoapElements.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007 ETH Zuerich, CISD
+ * Copyright ETH 2007 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.crowd;
 
 /**
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/IRequestExecutor.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/IRequestExecutor.java
index 69070005d2f..bed99735a75 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/IRequestExecutor.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/IRequestExecutor.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007 ETH Zuerich, CISD
+ * Copyright ETH 2007 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.crowd;
 
 /**
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/SOAPAttributeContentHandler.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/SOAPAttributeContentHandler.java
index a14cb4854d8..5ff6640453e 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/SOAPAttributeContentHandler.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/crowd/SOAPAttributeContentHandler.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007 ETH Zuerich, CISD
+ * Copyright ETH 2007 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.crowd;
 
 import java.util.HashMap;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationConfiguration.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationConfiguration.java
index cb79598e8c4..55b917b3494 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationConfiguration.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationConfiguration.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 ETH Zuerich, CISD
+ * Copyright ETH 2013 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 import org.apache.commons.lang3.StringUtils;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationService.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationService.java
index 01597e0dfbb..d59e9f498f4 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationService.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationService.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 ETH Zuerich, CISD
+ * Copyright ETH 2013 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 import java.io.File;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/FileAuthenticationService.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/FileAuthenticationService.java
index 1b600f2f0eb..b5b74bd6244 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/FileAuthenticationService.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/FileAuthenticationService.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 import java.io.File;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/FileBasedLineStore.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/FileBasedLineStore.java
index 5cf1ef134b9..323a5a84730 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/FileBasedLineStore.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/FileBasedLineStore.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 import java.io.File;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/ILineStore.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/ILineStore.java
index 0743804f421..02faa3dd974 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/ILineStore.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/ILineStore.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 import java.util.List;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/IUserStore.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/IUserStore.java
index 6a24a6b3b5b..3d1be39d413 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/IUserStore.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/IUserStore.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 import java.util.List;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/LineBasedUserStore.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/LineBasedUserStore.java
index edc17052cb3..9f2672215af 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/LineBasedUserStore.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/LineBasedUserStore.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 import java.util.ArrayList;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/Parameters.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/Parameters.java
index b569b792c06..29d71538ae1 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/Parameters.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/Parameters.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 import java.util.ArrayList;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/PasswordEditorCommand.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/PasswordEditorCommand.java
index 2408fe37bdb..76b5ae978ca 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/PasswordEditorCommand.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/PasswordEditorCommand.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 import java.io.File;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/UserCacheEntry.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/UserCacheEntry.java
index 938858e5d9b..f5cb12cb25e 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/UserCacheEntry.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/UserCacheEntry.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 ETH Zuerich, CISD
+ * Copyright ETH 2013 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 import org.apache.commons.lang3.StringUtils;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/UserEntry.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/UserEntry.java
index 79864ea9fda..5866ff85608 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/UserEntry.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/UserEntry.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 import org.apache.commons.lang3.StringUtils;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/UserEntryAuthenticationState.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/UserEntryAuthenticationState.java
index 881b411e0b0..9ec5814cd22 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/UserEntryAuthenticationState.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/file/UserEntryAuthenticationState.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 /**
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPAuthenticationService.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPAuthenticationService.java
index 72bd4794eaf..d082301ebb9 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPAuthenticationService.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPAuthenticationService.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 ETH Zuerich, CISD
+ * Copyright ETH 2010 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.ldap;
 
 import java.util.List;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPDirectoryConfiguration.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPDirectoryConfiguration.java
index 36a40768492..cc8002a4e2c 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPDirectoryConfiguration.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPDirectoryConfiguration.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 ETH Zuerich, CISD
+ * Copyright ETH 2010 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.ldap;
 
 import javax.naming.Context;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPPrincipalQuery.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPPrincipalQuery.java
index 385df13ca28..e7b689a5ab0 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPPrincipalQuery.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPPrincipalQuery.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 ETH Zuerich, CISD
+ * Copyright ETH 2010 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.ldap;
 
 import java.util.ArrayList;
diff --git a/lib-authentication/source/java/ch/systemsx/cisd/authentication/stacked/StackedAuthenticationService.java b/lib-authentication/source/java/ch/systemsx/cisd/authentication/stacked/StackedAuthenticationService.java
index 72af500f90e..13c383a255a 100644
--- a/lib-authentication/source/java/ch/systemsx/cisd/authentication/stacked/StackedAuthenticationService.java
+++ b/lib-authentication/source/java/ch/systemsx/cisd/authentication/stacked/StackedAuthenticationService.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 ETH Zuerich, CISD
+ * Copyright ETH 2010 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.stacked;
 
 import java.util.ArrayList;
diff --git a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/DefaultSessionManagerTest.java b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/DefaultSessionManagerTest.java
index be686ec4771..0caa214f331 100644
--- a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/DefaultSessionManagerTest.java
+++ b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/DefaultSessionManagerTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication;
 
 import static org.testng.AssertJUnit.assertEquals;
diff --git a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/DependencyCheckingTest.java b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/DependencyCheckingTest.java
index cd7db3c1a29..c3b623a164a 100644
--- a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/DependencyCheckingTest.java
+++ b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/DependencyCheckingTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2011 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication;
 
 /**
diff --git a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationServiceTest.java b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationServiceTest.java
index bcc8c5fb1cb..5e3b11679ac 100644
--- a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationServiceTest.java
+++ b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationServiceTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2007 ETH Zuerich, CISD
+ * Copyright ETH 2007 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.crowd;
 
 import static org.testng.AssertJUnit.assertEquals;
diff --git a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/RealCrowdAuthenticationTest.java b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/RealCrowdAuthenticationTest.java
index 6dab327c014..f48b4f77b2d 100644
--- a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/RealCrowdAuthenticationTest.java
+++ b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/RealCrowdAuthenticationTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.crowd;
 
 import static org.testng.AssertJUnit.*;
diff --git a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationServiceInvalidLoginTests.java b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationServiceInvalidLoginTests.java
index f75b691350d..1adb56d100e 100644
--- a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationServiceInvalidLoginTests.java
+++ b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationServiceInvalidLoginTests.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 ETH Zuerich, CISD
+ * Copyright ETH 2013 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 import static org.testng.AssertJUnit.assertEquals;
diff --git a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationServicePasswordChangingTests.java b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationServicePasswordChangingTests.java
index b74934e7f10..cec00353413 100644
--- a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationServicePasswordChangingTests.java
+++ b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationServicePasswordChangingTests.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 ETH Zuerich, CISD
+ * Copyright ETH 2013 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 import static org.testng.AssertJUnit.*;
diff --git a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationServiceSuccessTests.java b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationServiceSuccessTests.java
index c30fed63440..ba3cc6b75e5 100644
--- a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationServiceSuccessTests.java
+++ b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/CachingAuthenticationServiceSuccessTests.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 ETH Zuerich, CISD
+ * Copyright ETH 2013 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 import static org.testng.AssertJUnit.assertEquals;
diff --git a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/FileAuthenticationServiceTest.java b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/FileAuthenticationServiceTest.java
index d6fae38af96..0719f2b6802 100644
--- a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/FileAuthenticationServiceTest.java
+++ b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/FileAuthenticationServiceTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 import static org.testng.AssertJUnit.*;
diff --git a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/FileBasedLineStoreTest.java b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/FileBasedLineStoreTest.java
index 65e492cde26..33b40100b19 100644
--- a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/FileBasedLineStoreTest.java
+++ b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/FileBasedLineStoreTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 import static org.testng.AssertJUnit.assertEquals;
diff --git a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/LineBasedUserStoreTest.java b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/LineBasedUserStoreTest.java
index be6267477fb..3ca35c00874 100644
--- a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/LineBasedUserStoreTest.java
+++ b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/LineBasedUserStoreTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 import static org.testng.AssertJUnit.*;
diff --git a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/PasswordEditorCommandTest.java b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/PasswordEditorCommandTest.java
index 9304512e884..92c3959ed89 100644
--- a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/PasswordEditorCommandTest.java
+++ b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/PasswordEditorCommandTest.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright ETH 2017 - 2023 Zürich, Scientific IT Services
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package ch.systemsx.cisd.authentication.file;
 
 import static org.testng.Assert.assertEquals;
diff --git a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/UserEntryTest.java b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/UserEntryTest.java
index 0d1ab86aea1..f06a9e594d0 100644
--- a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/UserEntryTest.java
+++ b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/file/UserEntryTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 ETH Zuerich, CISD
+ * Copyright ETH 2008 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.file;
 
 import static org.testng.AssertJUnit.assertEquals;
diff --git a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/ldap/LDAPDirectoryConfigurationTest.java b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/ldap/LDAPDirectoryConfigurationTest.java
index eb6fb42f845..4a12239340f 100644
--- a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/ldap/LDAPDirectoryConfigurationTest.java
+++ b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/ldap/LDAPDirectoryConfigurationTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2011 ETH Zuerich, CISD
+ * Copyright ETH 2007 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.ldap;
 
 import static org.testng.AssertJUnit.assertEquals;
diff --git a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/ldap/RealLDAPAuthenticationTest.java b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/ldap/RealLDAPAuthenticationTest.java
index b7d9deb5b15..7a86c2b6a30 100644
--- a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/ldap/RealLDAPAuthenticationTest.java
+++ b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/ldap/RealLDAPAuthenticationTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 ETH Zuerich, CISD
+ * Copyright ETH 2010 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.ldap;
 
 import org.testng.annotations.BeforeTest;
diff --git a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/stacked/StackedAuthenticationServiceTest.java b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/stacked/StackedAuthenticationServiceTest.java
index 79bd3088baa..fbf85ebf9b4 100644
--- a/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/stacked/StackedAuthenticationServiceTest.java
+++ b/lib-authentication/sourceTest/java/ch/systemsx/cisd/authentication/stacked/StackedAuthenticationServiceTest.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2010 ETH Zuerich, CISD
+ * Copyright ETH 2010 - 2023 Zürich, Scientific IT Services
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package ch.systemsx.cisd.authentication.stacked;
 
 import static org.testng.AssertJUnit.*;
-- 
GitLab