diff --git a/api-openbis-java/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/common/get/GetObjectsOperationResult.java b/api-openbis-java/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/common/get/GetObjectsOperationResult.java index f1cc22264a7fee14d60c0bf1af5eafacddd2cbe2..b1dc180d22c44cd505528b1d774ee04d33af0f40 100644 --- a/api-openbis-java/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/common/get/GetObjectsOperationResult.java +++ b/api-openbis-java/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/common/get/GetObjectsOperationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 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.ethz.sis.openbis.generic.asapi.v3.dto.common.get; import java.util.ArrayList; diff --git a/api-openbis-java/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/common/get/GetServerInformationOperation.java b/api-openbis-java/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/common/get/GetServerInformationOperation.java index c7b1fd27b6bffc2833c92b28a500fdab8a9e32d1..42c6a06f1d2587fc17b118216bec5cad4f658e23 100644 --- a/api-openbis-java/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/common/get/GetServerInformationOperation.java +++ b/api-openbis-java/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/common/get/GetServerInformationOperation.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 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.ethz.sis.openbis.generic.asapi.v3.dto.common.get; import ch.ethz.sis.openbis.generic.asapi.v3.dto.common.operation.IOperation; diff --git a/api-openbis-java/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/common/search/DateObjectLaterThanOrEqualToValue.java b/api-openbis-java/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/common/search/DateObjectLaterThanOrEqualToValue.java index 545217032c8c4e4a3eb2f91dceb9fb3491b8df5c..3e9de87a8c1ca3fe307c498d116f016307348bae 100644 --- a/api-openbis-java/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/common/search/DateObjectLaterThanOrEqualToValue.java +++ b/api-openbis-java/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/common/search/DateObjectLaterThanOrEqualToValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 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.ethz.sis.openbis.generic.asapi.v3.dto.common.search; import java.util.Date; diff --git a/api-openbis-java/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/sample/create/SampleCreation.java b/api-openbis-java/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/sample/create/SampleCreation.java index 2884110395178304ea1065f94a986ce34da6760d..24b0de3a6c5ad55b78b2f213c512690e05f24994 100644 --- a/api-openbis-java/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/sample/create/SampleCreation.java +++ b/api-openbis-java/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/sample/create/SampleCreation.java @@ -1,5 +1,5 @@ /* - * Copyright 2013 ETH Zuerich, CISD + * Copyright ETH 2014 - 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.ethz.sis.openbis.generic.asapi.v3.dto.sample.create; import java.util.HashMap;