From 165c8fa535c4011c257f2a18acc7c753401eb7a7 Mon Sep 17 00:00:00 2001
From: alaskowski <alaskowski@ethz.ch>
Date: Thu, 16 Feb 2023 16:12:12 +0100
Subject: [PATCH] SSDM-13365: Updated copyright comments in
 test-api-openbis-javascript

---
 .../jstest/layout/ELNJsWebappLocation.java        | 15 +++++++++++++++
 .../jstest/layout/OpenbisJsWebappLocation.java    |  3 +--
 .../jstest/layout/OpenbisV3JsWebappLocation.java  |  3 +--
 .../jstest/page/OpenbisJsCommonWebapp.java        |  3 +--
 .../cisd/openbis/jstest/report/V3APIReport.java   | 15 +++++++++++++++
 .../jstest/server/JsTestDataStoreServer.java      |  3 +--
 .../jstest/server/JsTestDataStoreServer1.java     |  3 +--
 .../jstest/server/JsTestDataStoreServer2.java     |  3 +--
 .../server/JsTestGenericApplicationServer.java    |  3 +--
 .../server/JsTestScreeningApplicationServer.java  |  3 +--
 .../jstest/service/V3ApiDtoTestService.java       |  3 +--
 .../jstest/suite/basynthec/JsTestBasynthec.java   |  3 +--
 .../JsTestBasynthecApplicationServer.java         |  3 +--
 .../basynthec/JsTestBasynthecDataStoreServer.java |  3 +--
 .../openbis/jstest/suite/common/JsTestCommon.java |  3 +--
 .../common/JsTestCommonApplicationServer.java     |  3 +--
 .../common/JsTestCommonDataStoreServer1.java      |  3 +--
 .../common/JsTestCommonDataStoreServer2.java      |  3 +--
 .../jstest/suite/common/JsTestCommonSelenium.java |  3 +--
 .../jstest/suite/common/JsTestElnSelenium.java    |  3 +--
 .../jstest/suite/dev/JsTestDevSelenium.java       |  3 +--
 .../jstest/suite/dev/JsTestElnDevSelenium.java    |  3 +--
 .../cisd/openbis/jstest/suite/dsu/JsTestDsu.java  |  3 +--
 .../suite/dsu/JsTestDsuApplicationServer.java     |  3 +--
 .../suite/dsu/JsTestDsuDataStoreServer.java       |  3 +--
 .../jstest/suite/novartis/JsTestNovartis.java     |  3 +--
 .../novartis/JsTestNovartisApplicationServer.java |  3 +--
 .../novartis/JsTestNovartisDataStoreServer.java   |  3 +--
 .../jstest/suite/yeastlab/JsTestYeastlab.java     |  3 +--
 .../yeastlab/JsTestYeastlabApplicationServer.java |  3 +--
 .../yeastlab/JsTestYeastlabDataStoreServer.java   |  3 +--
 .../test/server/TestApplicationServer.java        |  3 +--
 .../openbis/test/server/TestDataStoreServer.java  |  3 +--
 .../sourceTest/java/Dummy.java                    | 15 +++++++++++++++
 34 files changed, 76 insertions(+), 62 deletions(-)

diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/layout/ELNJsWebappLocation.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/layout/ELNJsWebappLocation.java
index 0ee81d94e37..161e37d66bb 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/layout/ELNJsWebappLocation.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/layout/ELNJsWebappLocation.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright ETH 2012 - 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.openbis.jstest.layout;
 
 import ch.systemsx.cisd.openbis.jstest.page.OpenbisJsCommonWebapp;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/layout/OpenbisJsWebappLocation.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/layout/OpenbisJsWebappLocation.java
index bcf20f1980d..0efb2ce1761 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/layout/OpenbisJsWebappLocation.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/layout/OpenbisJsWebappLocation.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 ETH Zuerich, CISD
+ * Copyright ETH 2012 - 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.openbis.jstest.layout;
 
 import org.openqa.selenium.By;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/layout/OpenbisV3JsWebappLocation.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/layout/OpenbisV3JsWebappLocation.java
index 385787c2346..4055d628c39 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/layout/OpenbisV3JsWebappLocation.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/layout/OpenbisV3JsWebappLocation.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 ETH Zuerich, CISD
+ * Copyright ETH 2012 - 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.openbis.jstest.layout;
 
 import org.openqa.selenium.By;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/page/OpenbisJsCommonWebapp.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/page/OpenbisJsCommonWebapp.java
index e7c4a861b4b..65d729348bb 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/page/OpenbisJsCommonWebapp.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/page/OpenbisJsCommonWebapp.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.openbis.jstest.page;
 
 import java.util.concurrent.TimeUnit;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/report/V3APIReport.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/report/V3APIReport.java
index 8353822413e..44e9c1963dd 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/report/V3APIReport.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/report/V3APIReport.java
@@ -1,3 +1,18 @@
+/*
+ * Copyright ETH 2015 - 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.openbis.jstest.report;
 
 import java.io.File;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestDataStoreServer.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestDataStoreServer.java
index a899257d2d1..f2c8c4015f4 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestDataStoreServer.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestDataStoreServer.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.openbis.jstest.server;
 
 import java.io.File;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestDataStoreServer1.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestDataStoreServer1.java
index 7fedb01a9c9..7a11a31837f 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestDataStoreServer1.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestDataStoreServer1.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.openbis.jstest.server;
 
 /**
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestDataStoreServer2.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestDataStoreServer2.java
index aac9b81ab25..1eb33f7bcea 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestDataStoreServer2.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestDataStoreServer2.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.openbis.jstest.server;
 
 /**
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestGenericApplicationServer.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestGenericApplicationServer.java
index 1bbcd01cc6b..1ea879eacf7 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestGenericApplicationServer.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestGenericApplicationServer.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 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.openbis.jstest.server;
 
 import ch.systemsx.cisd.openbis.test.server.TestApplicationServer;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestScreeningApplicationServer.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestScreeningApplicationServer.java
index add2530a48f..07c109faa05 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestScreeningApplicationServer.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/server/JsTestScreeningApplicationServer.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 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.openbis.jstest.server;
 
 import ch.systemsx.cisd.openbis.test.server.TestApplicationServer;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/service/V3ApiDtoTestService.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/service/V3ApiDtoTestService.java
index d9fdece7a56..8ba922c1e21 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/service/V3ApiDtoTestService.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/service/V3ApiDtoTestService.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 ETH Zuerich, SIS
+ * Copyright ETH 2016 - 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.openbis.jstest.service;
 
 import java.io.ByteArrayOutputStream;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/basynthec/JsTestBasynthec.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/basynthec/JsTestBasynthec.java
index a4e38dfea70..fd633dc1a25 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/basynthec/JsTestBasynthec.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/basynthec/JsTestBasynthec.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.openbis.jstest.suite.basynthec;
 
 /**
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/basynthec/JsTestBasynthecApplicationServer.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/basynthec/JsTestBasynthecApplicationServer.java
index 8a6ccea3522..c4bd423c281 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/basynthec/JsTestBasynthecApplicationServer.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/basynthec/JsTestBasynthecApplicationServer.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 ETH Zuerich, CISD
+ * Copyright ETH 2012 - 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.openbis.jstest.suite.basynthec;
 
 import ch.systemsx.cisd.openbis.jstest.server.JsTestGenericApplicationServer;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/basynthec/JsTestBasynthecDataStoreServer.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/basynthec/JsTestBasynthecDataStoreServer.java
index 187dc0636c4..8b675b7631e 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/basynthec/JsTestBasynthecDataStoreServer.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/basynthec/JsTestBasynthecDataStoreServer.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 ETH Zuerich, CISD
+ * Copyright ETH 2012 - 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.openbis.jstest.suite.basynthec;
 
 import ch.systemsx.cisd.openbis.jstest.server.JsTestDataStoreServer1;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommon.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommon.java
index 95b1c0c9594..b59d4729d2a 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommon.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommon.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.openbis.jstest.suite.common;
 
 /**
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommonApplicationServer.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommonApplicationServer.java
index 287c4f0ea24..e687f3d13c2 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommonApplicationServer.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommonApplicationServer.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 ETH Zuerich, CISD
+ * Copyright ETH 2012 - 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.openbis.jstest.suite.common;
 
 import ch.systemsx.cisd.openbis.jstest.server.JsTestScreeningApplicationServer;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommonDataStoreServer1.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommonDataStoreServer1.java
index dc2e9f3c936..0d6c106c2f6 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommonDataStoreServer1.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommonDataStoreServer1.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 ETH Zuerich, CISD
+ * Copyright ETH 2012 - 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.openbis.jstest.suite.common;
 
 import ch.systemsx.cisd.openbis.jstest.server.JsTestDataStoreServer1;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommonDataStoreServer2.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommonDataStoreServer2.java
index 0086f54af1e..91108315e0f 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommonDataStoreServer2.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommonDataStoreServer2.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 ETH Zuerich, CISD
+ * Copyright ETH 2012 - 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.openbis.jstest.suite.common;
 
 import ch.systemsx.cisd.openbis.jstest.server.JsTestDataStoreServer2;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommonSelenium.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommonSelenium.java
index b98452ef4b7..e02fe08d9f1 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommonSelenium.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestCommonSelenium.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 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.openbis.jstest.suite.common;
 
 import java.io.File;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestElnSelenium.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestElnSelenium.java
index 2518790d749..491496133d5 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestElnSelenium.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/common/JsTestElnSelenium.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022 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.openbis.jstest.suite.common;
 
 import org.testng.annotations.Test;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dev/JsTestDevSelenium.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dev/JsTestDevSelenium.java
index 20219e54131..5e47f135fb2 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dev/JsTestDevSelenium.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dev/JsTestDevSelenium.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 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.openbis.jstest.suite.dev;
 
 import ch.systemsx.cisd.openbis.jstest.page.OpenbisJsCommonWebapp;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dev/JsTestElnDevSelenium.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dev/JsTestElnDevSelenium.java
index cb9962e8f7e..7e597deb28e 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dev/JsTestElnDevSelenium.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dev/JsTestElnDevSelenium.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022 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.openbis.jstest.suite.dev;
 
 import ch.systemsx.cisd.openbis.jstest.page.OpenbisJsCommonWebapp;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dsu/JsTestDsu.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dsu/JsTestDsu.java
index 65447e7f4b7..101db54b790 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dsu/JsTestDsu.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dsu/JsTestDsu.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.openbis.jstest.suite.dsu;
 
 /**
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dsu/JsTestDsuApplicationServer.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dsu/JsTestDsuApplicationServer.java
index 0f584e39803..8fb414acea7 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dsu/JsTestDsuApplicationServer.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dsu/JsTestDsuApplicationServer.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 ETH Zuerich, CISD
+ * Copyright ETH 2012 - 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.openbis.jstest.suite.dsu;
 
 import ch.systemsx.cisd.openbis.jstest.server.JsTestGenericApplicationServer;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dsu/JsTestDsuDataStoreServer.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dsu/JsTestDsuDataStoreServer.java
index 327e05b81f1..7736ac0ae75 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dsu/JsTestDsuDataStoreServer.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/dsu/JsTestDsuDataStoreServer.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.openbis.jstest.suite.dsu;
 
 import ch.systemsx.cisd.openbis.jstest.server.JsTestDataStoreServer1;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/novartis/JsTestNovartis.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/novartis/JsTestNovartis.java
index f8cb08c0d88..48d4edeaef7 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/novartis/JsTestNovartis.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/novartis/JsTestNovartis.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.openbis.jstest.suite.novartis;
 
 /**
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/novartis/JsTestNovartisApplicationServer.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/novartis/JsTestNovartisApplicationServer.java
index 395312c5e76..b96b34ad41c 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/novartis/JsTestNovartisApplicationServer.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/novartis/JsTestNovartisApplicationServer.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 ETH Zuerich, CISD
+ * Copyright ETH 2012 - 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.openbis.jstest.suite.novartis;
 
 import ch.systemsx.cisd.openbis.jstest.server.JsTestGenericApplicationServer;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/novartis/JsTestNovartisDataStoreServer.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/novartis/JsTestNovartisDataStoreServer.java
index e34b6d771d3..0056570bf87 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/novartis/JsTestNovartisDataStoreServer.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/novartis/JsTestNovartisDataStoreServer.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.openbis.jstest.suite.novartis;
 
 import ch.systemsx.cisd.openbis.jstest.server.JsTestDataStoreServer1;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/yeastlab/JsTestYeastlab.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/yeastlab/JsTestYeastlab.java
index 69e505323c1..e25e95cd78a 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/yeastlab/JsTestYeastlab.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/yeastlab/JsTestYeastlab.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.openbis.jstest.suite.yeastlab;
 
 /**
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/yeastlab/JsTestYeastlabApplicationServer.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/yeastlab/JsTestYeastlabApplicationServer.java
index 1624d25a54d..66bbdfa9397 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/yeastlab/JsTestYeastlabApplicationServer.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/yeastlab/JsTestYeastlabApplicationServer.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 ETH Zuerich, CISD
+ * Copyright ETH 2012 - 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.openbis.jstest.suite.yeastlab;
 
 import ch.systemsx.cisd.openbis.jstest.server.JsTestGenericApplicationServer;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/yeastlab/JsTestYeastlabDataStoreServer.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/yeastlab/JsTestYeastlabDataStoreServer.java
index 0abfb91bd25..58f3842055d 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/yeastlab/JsTestYeastlabDataStoreServer.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/jstest/suite/yeastlab/JsTestYeastlabDataStoreServer.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.openbis.jstest.suite.yeastlab;
 
 import ch.systemsx.cisd.openbis.jstest.server.JsTestDataStoreServer1;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/test/server/TestApplicationServer.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/test/server/TestApplicationServer.java
index 6e1e2d2e89f..0927d027405 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/test/server/TestApplicationServer.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/test/server/TestApplicationServer.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 ETH Zuerich, CISD
+ * Copyright ETH 2012 - 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.openbis.test.server;
 
 import java.io.BufferedReader;
diff --git a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/test/server/TestDataStoreServer.java b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/test/server/TestDataStoreServer.java
index fc91d437ff6..76b6f3da678 100644
--- a/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/test/server/TestDataStoreServer.java
+++ b/test-api-openbis-javascript/source/java/ch/systemsx/cisd/openbis/test/server/TestDataStoreServer.java
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 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.openbis.test.server;
 
 import java.io.BufferedReader;
diff --git a/test-api-openbis-javascript/sourceTest/java/Dummy.java b/test-api-openbis-javascript/sourceTest/java/Dummy.java
index 6a6ceabb550..41792605319 100644
--- a/test-api-openbis-javascript/sourceTest/java/Dummy.java
+++ b/test-api-openbis-javascript/sourceTest/java/Dummy.java
@@ -1,3 +1,18 @@
+/*
+ * 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.
+ * 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.
+ */
 public class Dummy
 {
 
-- 
GitLab