From a1533704aa1c8635669f9871b469ac3cee3c0d49 Mon Sep 17 00:00:00 2001 From: alaskowski <alaskowski@ethz.ch> Date: Thu, 16 Feb 2023 16:12:54 +0100 Subject: [PATCH] SSDM-13365: Updated copyright comments in test-ui-core --- .../cisd/openbis/uitest/dsl/Application.java | 3 +-- .../systemsx/cisd/openbis/uitest/dsl/Command.java | 3 +-- .../openbis/uitest/dsl/CommandNotSuccessful.java | 3 +-- .../systemsx/cisd/openbis/uitest/dsl/Console.java | 3 +-- .../uitest/dsl/DataSetSearchCommandBuilder.java | 3 +-- .../uitest/dsl/GeneralBatchImportFileBuilder.java | 3 +-- .../cisd/openbis/uitest/dsl/IdentifiedBy.java | 3 +-- .../systemsx/cisd/openbis/uitest/dsl/Inject.java | 3 +-- .../uitest/dsl/MaterialSearchCommandBuilder.java | 3 +-- .../uitest/dsl/SampleSearchCommandBuilder.java | 3 +-- .../openbis/uitest/dsl/SearchCommandBuilder.java | 3 +-- .../cisd/openbis/uitest/dsl/SeleniumTest.java | 3 +-- .../uitest/dsl/StartApplicationServer.java | 3 +-- .../openbis/uitest/dsl/StartDataStoreServer.java | 3 +-- .../ch/systemsx/cisd/openbis/uitest/dsl/Ui.java | 3 +-- .../uitest/dsl/matcher/CellContentMatcher.java | 3 +-- .../matcher/CollectionContainsExactlyMatcher.java | 3 +-- .../dsl/matcher/CollectionContainsMatcher.java | 3 +-- .../uitest/dsl/matcher/CurrentPageMatcher.java | 3 +-- ...pleFormContainsInputsForPropertiesMatcher.java | 3 +-- .../uitest/dsl/matcher/RowExistsMatcher.java | 3 +-- .../cisd/openbis/uitest/dsl/type/Builder.java | 3 +-- .../openbis/uitest/dsl/type/DataSetBuilder.java | 3 +-- .../cisd/openbis/uitest/dsl/type/DataSetDsl.java | 3 +-- .../DataSetPropertyTypeAssignmentBuilder.java | 3 +-- .../uitest/dsl/type/DataSetTypeBuilder.java | 3 +-- .../openbis/uitest/dsl/type/DataSetTypeDsl.java | 3 +-- .../uitest/dsl/type/ExperimentBuilder.java | 3 +-- .../openbis/uitest/dsl/type/ExperimentDsl.java | 3 +-- .../uitest/dsl/type/ExperimentTypeBuilder.java | 3 +-- .../uitest/dsl/type/ExperimentTypeDsl.java | 3 +-- .../openbis/uitest/dsl/type/MaterialBuilder.java | 3 +-- .../cisd/openbis/uitest/dsl/type/MaterialDsl.java | 3 +-- .../uitest/dsl/type/MaterialTypeBuilder.java | 3 +-- .../openbis/uitest/dsl/type/MaterialTypeDsl.java | 3 +-- .../uitest/dsl/type/MetaProjectBuilder.java | 3 +-- .../openbis/uitest/dsl/type/MetaProjectDsl.java | 3 +-- .../openbis/uitest/dsl/type/ProjectBuilder.java | 3 +-- .../cisd/openbis/uitest/dsl/type/ProjectDsl.java | 3 +-- .../dsl/type/PropertyTypeAssignmentDsl.java | 3 +-- .../uitest/dsl/type/PropertyTypeBuilder.java | 3 +-- .../openbis/uitest/dsl/type/PropertyTypeDsl.java | 3 +-- .../openbis/uitest/dsl/type/SampleBuilder.java | 3 +-- .../cisd/openbis/uitest/dsl/type/SampleDsl.java | 3 +-- .../type/SamplePropertyTypeAssignmentBuilder.java | 3 +-- .../uitest/dsl/type/SampleTypeBuilder.java | 3 +-- .../openbis/uitest/dsl/type/SampleTypeDsl.java | 3 +-- .../uitest/dsl/type/SampleTypeUpdateBuilder.java | 3 +-- .../uitest/dsl/type/SampleUpdateBuilder.java | 3 +-- .../openbis/uitest/dsl/type/ScriptBuilder.java | 3 +-- .../cisd/openbis/uitest/dsl/type/ScriptDsl.java | 3 +-- .../openbis/uitest/dsl/type/SpaceBuilder.java | 3 +-- .../cisd/openbis/uitest/dsl/type/SpaceDsl.java | 3 +-- .../openbis/uitest/dsl/type/UpdateBuilder.java | 3 +-- .../cisd/openbis/uitest/dsl/type/UserBuilder.java | 3 +-- .../cisd/openbis/uitest/dsl/type/UserDsl.java | 3 +-- .../uitest/dsl/type/VocabularyBuilder.java | 3 +-- .../openbis/uitest/dsl/type/VocabularyDsl.java | 3 +-- .../CreateDataSetPropertyTypeAssignmentGui.java | 3 +-- .../openbis/uitest/gui/CreateExperimentGui.java | 3 +-- .../uitest/gui/CreateExperimentTypeGui.java | 3 +-- .../cisd/openbis/uitest/gui/CreateProjectGui.java | 3 +-- .../openbis/uitest/gui/CreatePropertyTypeGui.java | 3 +-- .../cisd/openbis/uitest/gui/CreateSampleGui.java | 3 +-- .../CreateSamplePropertyTypeAssignmentGui.java | 3 +-- .../openbis/uitest/gui/CreateSampleTypeGui.java | 3 +-- .../cisd/openbis/uitest/gui/CreateScriptGui.java | 3 +-- .../cisd/openbis/uitest/gui/CreateSpaceGui.java | 3 +-- .../openbis/uitest/gui/CreateVocabularyGui.java | 3 +-- .../uitest/gui/DeleteExperimentTypeGui.java | 3 +-- .../uitest/gui/DeleteExperimentsOfProjectGui.java | 3 +-- .../cisd/openbis/uitest/gui/DeleteProjectGui.java | 3 +-- .../openbis/uitest/gui/DeletePropertyTypeGui.java | 3 +-- .../cisd/openbis/uitest/gui/DeleteSampleGui.java | 3 +-- .../openbis/uitest/gui/DeleteSampleTypeGui.java | 3 +-- .../cisd/openbis/uitest/gui/DeleteSpaceGui.java | 3 +-- .../openbis/uitest/gui/DeleteVocabularyGui.java | 3 +-- .../cisd/openbis/uitest/gui/EmptyTrashGui.java | 3 +-- .../openbis/uitest/gui/GeneralBatchImportGui.java | 3 +-- .../cisd/openbis/uitest/gui/LoginGui.java | 3 +-- .../cisd/openbis/uitest/gui/LogoutGui.java | 3 +-- .../uitest/gui/RegisterSampleBatchGui.java | 3 +-- .../openbis/uitest/gui/UpdateSampleTypeGui.java | 3 +-- .../cisd/openbis/uitest/help/StartSystem.java | 3 +-- .../uitest/layout/AddExperimentTypeLocation.java | 3 +-- .../uitest/layout/AddPropertyTypeLocation.java | 3 +-- .../uitest/layout/AddSampleTypeLocation.java | 3 +-- .../uitest/layout/AddSpaceDialogLocation.java | 3 +-- .../uitest/layout/AddVocabularyLocation.java | 3 +-- .../layout/AssignDataSetPropertyLocation.java | 3 +-- .../layout/AssignSamplePropertyLocation.java | 3 +-- .../uitest/layout/DataSetTypeBrowserLocation.java | 3 +-- .../uitest/layout/ExperimentBrowserLocation.java | 3 +-- .../layout/ExperimentTypeBrowserLocation.java | 3 +-- .../uitest/layout/GeneralBatchImportLocation.java | 3 +-- .../cisd/openbis/uitest/layout/Location.java | 3 +-- .../uitest/layout/ProjectBrowserLocation.java | 3 +-- .../PropertyTypeAssignmentBrowserLocation.java | 3 +-- .../layout/PropertyTypeBrowserLocation.java | 3 +-- .../uitest/layout/RegisterExperimentLocation.java | 3 +-- .../uitest/layout/RegisterProjectLocation.java | 3 +-- .../uitest/layout/RegisterSampleLocation.java | 3 +-- .../uitest/layout/RegisterScriptLocation.java | 3 +-- .../layout/SampleBatchRegistrationLocation.java | 3 +-- .../uitest/layout/SampleBrowserLocation.java | 3 +-- .../uitest/layout/SampleTypeBrowserLocation.java | 3 +-- .../uitest/layout/ScriptBrowserLocation.java | 3 +-- .../uitest/layout/SpaceBrowserLocation.java | 3 +-- .../cisd/openbis/uitest/layout/TrashLocation.java | 3 +-- .../uitest/layout/UserSettingsDialogLocation.java | 3 +-- .../uitest/layout/VocabularyBrowserLocation.java | 3 +-- .../cisd/openbis/uitest/menu/AdminMenu.java | 3 +-- .../cisd/openbis/uitest/menu/BrowseMenu.java | 3 +-- .../cisd/openbis/uitest/menu/ImportMenu.java | 3 +-- .../cisd/openbis/uitest/menu/NewMenu.java | 3 +-- .../systemsx/cisd/openbis/uitest/menu/TabBar.java | 3 +-- .../systemsx/cisd/openbis/uitest/menu/TopBar.java | 3 +-- .../cisd/openbis/uitest/menu/UserMenu.java | 3 +-- .../cisd/openbis/uitest/menu/UtilitiesMenu.java | 3 +-- .../uitest/page/AddExperimentTypeDialog.java | 3 +-- .../cisd/openbis/uitest/page/AddPropertyType.java | 3 +-- .../openbis/uitest/page/AddSampleTypeDialog.java | 3 +-- .../cisd/openbis/uitest/page/AddSpaceDialog.java | 3 +-- .../openbis/uitest/page/AddVocabularyDialog.java | 3 +-- .../uitest/page/AssignDataSetPropertyType.java | 3 +-- .../uitest/page/AssignSamplePropertyType.java | 3 +-- .../cisd/openbis/uitest/page/Browsable.java | 3 +-- .../cisd/openbis/uitest/page/Browser.java | 3 +-- .../cisd/openbis/uitest/page/BrowserCell.java | 3 +-- .../cisd/openbis/uitest/page/BrowserRow.java | 3 +-- .../openbis/uitest/page/DataSetTypeBrowser.java | 3 +-- .../openbis/uitest/page/EditSampleTypeDialog.java | 3 +-- .../openbis/uitest/page/ExperimentBrowser.java | 3 +-- .../uitest/page/ExperimentTypeBrowser.java | 3 +-- .../openbis/uitest/page/GeneralBatchImport.java | 3 +-- .../uitest/page/InvalidPasswordDialog.java | 3 +-- .../cisd/openbis/uitest/page/LoginPage.java | 3 +-- .../cisd/openbis/uitest/page/ProjectBrowser.java | 3 +-- .../page/PropertyTypeAssignmentBrowser.java | 3 +-- .../openbis/uitest/page/PropertyTypeBrowser.java | 3 +-- .../openbis/uitest/page/RegisterExperiment.java | 3 +-- .../cisd/openbis/uitest/page/RegisterProject.java | 3 +-- .../cisd/openbis/uitest/page/RegisterSample.java | 3 +-- .../cisd/openbis/uitest/page/RegisterScript.java | 3 +-- .../uitest/page/RoleAssignmentBrowser.java | 3 +-- .../uitest/page/SampleBatchRegistration.java | 3 +-- .../uitest/page/SampleBatchRegistrationFile.java | 3 +-- .../cisd/openbis/uitest/page/SampleBrowser.java | 3 +-- .../cisd/openbis/uitest/page/SampleDetails.java | 3 +-- .../openbis/uitest/page/SampleTypeBrowser.java | 3 +-- .../cisd/openbis/uitest/page/ScriptBrowser.java | 3 +-- .../cisd/openbis/uitest/page/SpaceBrowser.java | 3 +-- .../systemsx/cisd/openbis/uitest/page/Trash.java | 3 +-- .../openbis/uitest/page/UserSettingsDialog.java | 15 +++++++++++++++ .../openbis/uitest/page/VocabularyBrowser.java | 3 +-- .../uitest/rmi/AddEntitiesToMetaProjectRmi.java | 3 +-- .../openbis/uitest/rmi/AggregationReportRmi.java | 3 +-- .../cisd/openbis/uitest/rmi/CreateDataSetRmi.java | 3 +-- .../openbis/uitest/rmi/CreateDataSetTypeRmi.java | 3 +-- .../openbis/uitest/rmi/CreateExperimentRmi.java | 3 +-- .../uitest/rmi/CreateExperimentTypeRmi.java | 3 +-- .../openbis/uitest/rmi/CreateMaterialRmi.java | 3 +-- .../openbis/uitest/rmi/CreateMaterialTypeRmi.java | 3 +-- .../openbis/uitest/rmi/CreateMetaProjectRmi.java | 3 +-- .../cisd/openbis/uitest/rmi/CreateProjectRmi.java | 3 +-- .../cisd/openbis/uitest/rmi/CreateSampleRmi.java | 3 +-- .../openbis/uitest/rmi/CreateSampleTypeRmi.java | 3 +-- .../cisd/openbis/uitest/rmi/CreateSpaceRmi.java | 3 +-- .../cisd/openbis/uitest/rmi/CreateUserRmi.java | 3 +-- .../cisd/openbis/uitest/rmi/DataSetCreator.java | 3 +-- .../openbis/uitest/rmi/GetDataSetMetaDataRmi.java | 3 +-- .../cisd/openbis/uitest/rmi/Identifiers.java | 3 +-- ...istDataSetsOfExperimentsOnBehalfOfUserRmi.java | 3 +-- .../uitest/rmi/ListDataSetsOfExperimentsRmi.java | 3 +-- .../uitest/rmi/ListDataSetsOfSampleRmi.java | 3 +-- .../ListDataSetsOfSamplesOnBehalfOfUserRmi.java | 3 +-- .../uitest/rmi/ListDataSetsOfSamplesRmi.java | 3 +-- .../ListDataSetsOfSamplesWithConnectionsRmi.java | 3 +-- ...istExperimentsHavingDataSetsOfProjectsRmi.java | 3 +-- ...ListExperimentsHavingSamplesOfProjectsRmi.java | 3 +-- .../uitest/rmi/ListExperimentsOfProjectsRmi.java | 3 +-- .../openbis/uitest/rmi/ListExperimentsRmi.java | 3 +-- .../cisd/openbis/uitest/rmi/ListMaterialsRmi.java | 3 +-- .../openbis/uitest/rmi/ListMetaProjectsRmi.java | 3 +-- .../ListSamplesOfExperimentOnBehalfOfUserRmi.java | 3 +-- .../uitest/rmi/ListSamplesOfExperimentRmi.java | 3 +-- .../openbis/uitest/rmi/ReportFromDataSetsRmi.java | 3 +-- .../rmi/SearchForDataSetsOnBehalfOfUserRmi.java | 3 +-- .../openbis/uitest/rmi/SearchForDataSetsRmi.java | 3 +-- .../openbis/uitest/rmi/SearchForMaterialsRmi.java | 3 +-- .../rmi/SearchForSamplesOnBehalfOfUserRmi.java | 3 +-- .../openbis/uitest/rmi/SearchForSamplesRmi.java | 3 +-- .../cisd/openbis/uitest/rmi/eager/DataSetRmi.java | 3 +-- .../openbis/uitest/rmi/eager/ExperimentRmi.java | 3 +-- .../openbis/uitest/rmi/eager/MaterialRmi.java | 3 +-- .../openbis/uitest/rmi/eager/MetaProjectRmi.java | 3 +-- .../cisd/openbis/uitest/rmi/eager/SampleRmi.java | 3 +-- .../openbis/uitest/rmi/lazy/ExperimentLazy.java | 3 +-- .../openbis/uitest/rmi/lazy/SampleTypeLazy.java | 3 +-- .../cisd/openbis/uitest/rmi/lazy/SpaceLazy.java | 3 +-- .../uitest/screenshot/FileScreenShotter.java | 3 +-- .../openbis/uitest/screenshot/ScreenShotter.java | 3 +-- .../suite/authentication/AuthenticationTest.java | 15 +++++++++++++++ .../DataSetsContainMetaProjectInformation.java | 3 +-- .../ExperimentsContainMetaProjectInformation.java | 3 +-- .../uitest/suite/headless/HeadlessSuite.java | 3 +-- .../MaterialsContainMetaProjectInformation.java | 3 +-- .../suite/headless/MetaProjectCreation.java | 3 +-- .../uitest/suite/headless/MultiDssReporting.java | 3 +-- .../SamplesContainMetaProjectInformation.java | 3 +-- .../openbis/uitest/suite/main/DataSetTest.java | 3 +-- .../openbis/uitest/suite/main/ExperimentTest.java | 3 +-- .../uitest/suite/main/ExperimentTypeTest.java | 15 +++++++++++++++ .../main/GeneralBatchImportRegistrationTest.java | 3 +-- .../suite/main/GeneralBatchImportUpdateTest.java | 3 +-- .../cisd/openbis/uitest/suite/main/MainSuite.java | 3 +-- .../openbis/uitest/suite/main/ProjectTest.java | 15 +++++++++++++++ .../suite/main/PropertyTypeAssignmentTest.java | 3 +-- .../uitest/suite/main/PropertyTypeTest.java | 3 +-- .../openbis/uitest/suite/main/SampleTest.java | 3 +-- .../openbis/uitest/suite/main/SampleTypeTest.java | 3 +-- .../openbis/uitest/suite/main/ScriptTest.java | 3 +-- .../cisd/openbis/uitest/suite/main/SpaceTest.java | 15 +++++++++++++++ .../openbis/uitest/suite/main/VocabularyTest.java | 15 +++++++++++++++ .../openbis/uitest/suite/sprint/SprintSuite.java | 3 +-- .../openbis/uitest/suite/sprint/SprintTest.java | 3 +-- .../openbis/uitest/type/BrowsableWrapper.java | 3 +-- .../cisd/openbis/uitest/type/DataSet.java | 3 +-- .../cisd/openbis/uitest/type/DataSetType.java | 3 +-- .../systemsx/cisd/openbis/uitest/type/Entity.java | 3 +-- .../cisd/openbis/uitest/type/EntityKind.java | 3 +-- .../cisd/openbis/uitest/type/EntityType.java | 3 +-- .../cisd/openbis/uitest/type/Experiment.java | 3 +-- .../cisd/openbis/uitest/type/ExperimentType.java | 3 +-- .../uitest/type/GeneralBatchImportFile.java | 3 +-- .../systemsx/cisd/openbis/uitest/type/Header.java | 3 +-- .../cisd/openbis/uitest/type/ImportFile.java | 3 +-- .../cisd/openbis/uitest/type/Material.java | 3 +-- .../cisd/openbis/uitest/type/MaterialType.java | 3 +-- .../cisd/openbis/uitest/type/MetaProject.java | 3 +-- .../cisd/openbis/uitest/type/Project.java | 3 +-- .../cisd/openbis/uitest/type/PropertyType.java | 3 +-- .../uitest/type/PropertyTypeAssignment.java | 3 +-- .../openbis/uitest/type/PropertyTypeDataType.java | 3 +-- .../systemsx/cisd/openbis/uitest/type/Sample.java | 3 +-- .../cisd/openbis/uitest/type/SampleType.java | 3 +-- .../systemsx/cisd/openbis/uitest/type/Script.java | 3 +-- .../cisd/openbis/uitest/type/ScriptType.java | 3 +-- .../systemsx/cisd/openbis/uitest/type/Space.java | 3 +-- .../systemsx/cisd/openbis/uitest/type/User.java | 3 +-- .../cisd/openbis/uitest/type/Vocabulary.java | 3 +-- .../cisd/openbis/uitest/type/WorkBookWriter.java | 3 +-- .../uitest/uid/DictionaryUidGenerator.java | 3 +-- .../cisd/openbis/uitest/uid/UidGenerator.java | 3 +-- .../cisd/openbis/uitest/webdriver/Contextual.java | 3 +-- .../cisd/openbis/uitest/webdriver/Lazy.java | 3 +-- .../cisd/openbis/uitest/webdriver/LazyLoader.java | 3 +-- .../cisd/openbis/uitest/webdriver/Locate.java | 3 +-- .../cisd/openbis/uitest/webdriver/Pages.java | 3 +-- .../openbis/uitest/webdriver/WidgetContext.java | 3 +-- .../openbis/uitest/widget/AlertMessageBox.java | 3 +-- .../cisd/openbis/uitest/widget/Button.java | 3 +-- .../cisd/openbis/uitest/widget/Checkbox.java | 3 +-- .../uitest/widget/DeletionConfirmationBox.java | 3 +-- .../cisd/openbis/uitest/widget/DropDown.java | 3 +-- .../cisd/openbis/uitest/widget/Dynamic.java | 3 +-- .../cisd/openbis/uitest/widget/FileUpload.java | 3 +-- .../cisd/openbis/uitest/widget/Fillable.java | 3 +-- .../cisd/openbis/uitest/widget/FilterToolBar.java | 3 +-- .../systemsx/cisd/openbis/uitest/widget/Form.java | 3 +-- .../systemsx/cisd/openbis/uitest/widget/Grid.java | 3 +-- .../systemsx/cisd/openbis/uitest/widget/Link.java | 3 +-- .../cisd/openbis/uitest/widget/PagingToolBar.java | 3 +-- .../cisd/openbis/uitest/widget/RadioButton.java | 3 +-- .../cisd/openbis/uitest/widget/Refreshable.java | 3 +-- .../openbis/uitest/widget/SettingsDialog.java | 3 +-- .../cisd/openbis/uitest/widget/SubmitButton.java | 3 +-- .../systemsx/cisd/openbis/uitest/widget/Text.java | 3 +-- .../cisd/openbis/uitest/widget/TextArea.java | 3 +-- .../cisd/openbis/uitest/widget/TreeGrid.java | 3 +-- .../cisd/openbis/uitest/widget/Widget.java | 3 +-- test-ui-core/sourceTest/java/Dummy.java | 15 +++++++++++++++ 282 files changed, 380 insertions(+), 550 deletions(-) diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Application.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Application.java index dc7537a9755..261695af654 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Application.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Application.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.uitest.dsl; import java.lang.reflect.Field; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Command.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Command.java index 1165d196825..2dd5651e644 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Command.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Command.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.uitest.dsl; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/CommandNotSuccessful.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/CommandNotSuccessful.java index 0ad0b42cbf2..363c6b2e4fb 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/CommandNotSuccessful.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/CommandNotSuccessful.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.uitest.dsl; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Console.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Console.java index 56c813c0af6..a5e1e8a6b63 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Console.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Console.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.uitest.dsl; import java.io.IOException; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/DataSetSearchCommandBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/DataSetSearchCommandBuilder.java index c6e4ad99f02..f8e3fa648d3 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/DataSetSearchCommandBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/DataSetSearchCommandBuilder.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.uitest.dsl; import java.util.List; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/GeneralBatchImportFileBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/GeneralBatchImportFileBuilder.java index 322aad018d8..e3a3cd79cb6 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/GeneralBatchImportFileBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/GeneralBatchImportFileBuilder.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.uitest.dsl; import ch.systemsx.cisd.openbis.uitest.dsl.type.Builder; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/IdentifiedBy.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/IdentifiedBy.java index 932c130c7af..500a1af8f85 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/IdentifiedBy.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/IdentifiedBy.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.uitest.dsl; import ch.systemsx.cisd.openbis.uitest.type.Sample; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Inject.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Inject.java index 63356246533..b80f1b18a2d 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Inject.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Inject.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 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.uitest.dsl; import java.lang.annotation.ElementType; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/MaterialSearchCommandBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/MaterialSearchCommandBuilder.java index 2f115987396..b1f041ee926 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/MaterialSearchCommandBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/MaterialSearchCommandBuilder.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.uitest.dsl; import java.util.List; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/SampleSearchCommandBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/SampleSearchCommandBuilder.java index 0d2b814d23a..334894dddb6 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/SampleSearchCommandBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/SampleSearchCommandBuilder.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.uitest.dsl; import java.util.List; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/SearchCommandBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/SearchCommandBuilder.java index 3800b1aec4c..fb687bbe35f 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/SearchCommandBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/SearchCommandBuilder.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.uitest.dsl; import java.util.List; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/SeleniumTest.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/SeleniumTest.java index 387797f6a1f..8e9deeaf899 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/SeleniumTest.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/SeleniumTest.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.uitest.dsl; import static org.hamcrest.CoreMatchers.not; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/StartApplicationServer.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/StartApplicationServer.java index ddaf02531f9..3c3e961e88b 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/StartApplicationServer.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/StartApplicationServer.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.uitest.dsl; import java.io.BufferedReader; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/StartDataStoreServer.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/StartDataStoreServer.java index 65aa81fcca3..50e9dff96ea 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/StartDataStoreServer.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/StartDataStoreServer.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.uitest.dsl; import java.io.BufferedReader; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Ui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Ui.java index 36b8e731587..a9992615713 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Ui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/Ui.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.uitest.dsl; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/CellContentMatcher.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/CellContentMatcher.java index 664cb70a8c3..8fb5c98be9b 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/CellContentMatcher.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/CellContentMatcher.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.uitest.dsl.matcher; import org.hamcrest.Description; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/CollectionContainsExactlyMatcher.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/CollectionContainsExactlyMatcher.java index 80814651983..7a61dbf5357 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/CollectionContainsExactlyMatcher.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/CollectionContainsExactlyMatcher.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.uitest.dsl.matcher; import java.util.Arrays; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/CollectionContainsMatcher.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/CollectionContainsMatcher.java index 53816bbab32..49a3fd5dcf5 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/CollectionContainsMatcher.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/CollectionContainsMatcher.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.uitest.dsl.matcher; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/CurrentPageMatcher.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/CurrentPageMatcher.java index 85b0db7db18..168564654af 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/CurrentPageMatcher.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/CurrentPageMatcher.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.uitest.dsl.matcher; import org.hamcrest.Description; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/RegisterSampleFormContainsInputsForPropertiesMatcher.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/RegisterSampleFormContainsInputsForPropertiesMatcher.java index b152256eab8..8167318ac85 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/RegisterSampleFormContainsInputsForPropertiesMatcher.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/RegisterSampleFormContainsInputsForPropertiesMatcher.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.uitest.dsl.matcher; import java.util.Arrays; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/RowExistsMatcher.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/RowExistsMatcher.java index fdde4146ecb..8cd5542dd7c 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/RowExistsMatcher.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/matcher/RowExistsMatcher.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.uitest.dsl.matcher; import org.hamcrest.Description; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/Builder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/Builder.java index 5abcb5e01c4..56f492bc043 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/Builder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/Builder.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.dsl.Application; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetBuilder.java index f7a76f9a45e..b310d0a96f6 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetBuilder.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.uitest.dsl.type; import java.util.Arrays; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetDsl.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetDsl.java index f09dddc1e00..a9b134b03f2 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetDsl.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetDsl.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.uitest.dsl.type; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetPropertyTypeAssignmentBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetPropertyTypeAssignmentBuilder.java index 1c9042f83e7..14486a3181c 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetPropertyTypeAssignmentBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetPropertyTypeAssignmentBuilder.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.dsl.Application; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetTypeBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetTypeBuilder.java index 870a4c809b9..817cc026f9f 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetTypeBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetTypeBuilder.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.uitest.dsl.type; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetTypeDsl.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetTypeDsl.java index 5fdcdac2982..dd2c1665568 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetTypeDsl.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/DataSetTypeDsl.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.uitest.dsl.type; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ExperimentBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ExperimentBuilder.java index 35b1fe729d3..d09be45a382 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ExperimentBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ExperimentBuilder.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.uitest.dsl.type; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ExperimentDsl.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ExperimentDsl.java index 882f93186e0..44d426d0c19 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ExperimentDsl.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ExperimentDsl.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.uitest.dsl.type; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ExperimentTypeBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ExperimentTypeBuilder.java index 25e0d3d8cd8..10b9b483284 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ExperimentTypeBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ExperimentTypeBuilder.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.dsl.Application; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ExperimentTypeDsl.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ExperimentTypeDsl.java index 3b0e200b831..c512b556b8d 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ExperimentTypeDsl.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ExperimentTypeDsl.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.type.ExperimentType; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MaterialBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MaterialBuilder.java index 27f7eb4cc7b..7497cc12362 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MaterialBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MaterialBuilder.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.uitest.dsl.type; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MaterialDsl.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MaterialDsl.java index 18b2a87ffbe..53ea2ffecdd 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MaterialDsl.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MaterialDsl.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.uitest.dsl.type; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MaterialTypeBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MaterialTypeBuilder.java index bef16485e53..e3200b39a6e 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MaterialTypeBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MaterialTypeBuilder.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.dsl.Application; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MaterialTypeDsl.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MaterialTypeDsl.java index 1e387878144..d3efede6e82 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MaterialTypeDsl.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MaterialTypeDsl.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.type.MaterialType; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MetaProjectBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MetaProjectBuilder.java index 7465be7360d..d3d6316651b 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MetaProjectBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MetaProjectBuilder.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.dsl.Application; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MetaProjectDsl.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MetaProjectDsl.java index f63ac5100a4..53fda7cd573 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MetaProjectDsl.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/MetaProjectDsl.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.type.MetaProject; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ProjectBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ProjectBuilder.java index cad815c704f..c37f75c1069 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ProjectBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ProjectBuilder.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.dsl.Application; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ProjectDsl.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ProjectDsl.java index aa28c37e5d4..97aa33c4b2f 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ProjectDsl.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ProjectDsl.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.type.Project; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/PropertyTypeAssignmentDsl.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/PropertyTypeAssignmentDsl.java index 6a9681da7da..e7bbef3f4b9 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/PropertyTypeAssignmentDsl.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/PropertyTypeAssignmentDsl.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.type.EntityType; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/PropertyTypeBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/PropertyTypeBuilder.java index 5f91bb7f35d..8e0035b4168 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/PropertyTypeBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/PropertyTypeBuilder.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.dsl.Application; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/PropertyTypeDsl.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/PropertyTypeDsl.java index 606bc76c035..86318175172 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/PropertyTypeDsl.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/PropertyTypeDsl.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.type.PropertyType; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleBuilder.java index 9a3d342c9de..2d8e1d1e16a 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleBuilder.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.uitest.dsl.type; import java.util.Arrays; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleDsl.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleDsl.java index f35403b3dc8..de840c9a0fa 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleDsl.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleDsl.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.uitest.dsl.type; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SamplePropertyTypeAssignmentBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SamplePropertyTypeAssignmentBuilder.java index 9d0c5bcec4b..0fc5d4099e0 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SamplePropertyTypeAssignmentBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SamplePropertyTypeAssignmentBuilder.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.dsl.Application; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleTypeBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleTypeBuilder.java index ef0d5641275..1c9702abab1 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleTypeBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleTypeBuilder.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.uitest.dsl.type; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleTypeDsl.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleTypeDsl.java index b0abfee58ff..af6e79d2388 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleTypeDsl.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleTypeDsl.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.uitest.dsl.type; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleTypeUpdateBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleTypeUpdateBuilder.java index 9d324bb6028..fb793239492 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleTypeUpdateBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleTypeUpdateBuilder.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.dsl.Application; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleUpdateBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleUpdateBuilder.java index 66d52d8ab4f..370908a788f 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleUpdateBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SampleUpdateBuilder.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.dsl.Application; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ScriptBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ScriptBuilder.java index 69b688fa37b..2243f976ea8 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ScriptBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ScriptBuilder.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.uitest.dsl.type; import java.io.File; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ScriptDsl.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ScriptDsl.java index 958bf8254b8..10ae4e74041 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ScriptDsl.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/ScriptDsl.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.type.EntityKind; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SpaceBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SpaceBuilder.java index 25de21843cf..103b6511d12 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SpaceBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SpaceBuilder.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.uitest.dsl.type; import java.util.UUID; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SpaceDsl.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SpaceDsl.java index 0bec690d924..1511a20ef10 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SpaceDsl.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/SpaceDsl.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.type.Space; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/UpdateBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/UpdateBuilder.java index 491b96b1c30..f11985b1477 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/UpdateBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/UpdateBuilder.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.dsl.Application; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/UserBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/UserBuilder.java index c05b76f0b52..7da8c10c07f 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/UserBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/UserBuilder.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.uitest.dsl.type; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/UserDsl.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/UserDsl.java index 8fa611d8c48..5c988ca141b 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/UserDsl.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/UserDsl.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.uitest.dsl.type; import ch.systemsx.cisd.openbis.uitest.type.User; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/VocabularyBuilder.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/VocabularyBuilder.java index 6a828fc538e..5fb5ddff85f 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/VocabularyBuilder.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/VocabularyBuilder.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.uitest.dsl.type; import java.util.HashSet; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/VocabularyDsl.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/VocabularyDsl.java index 97b763021b6..7e8130f39cc 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/VocabularyDsl.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/dsl/type/VocabularyDsl.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.uitest.dsl.type; import java.util.Set; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateDataSetPropertyTypeAssignmentGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateDataSetPropertyTypeAssignmentGui.java index b0d4efaf494..6479f64cdf1 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateDataSetPropertyTypeAssignmentGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateDataSetPropertyTypeAssignmentGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateExperimentGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateExperimentGui.java index ce218066e66..e32a83f83bb 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateExperimentGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateExperimentGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateExperimentTypeGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateExperimentTypeGui.java index c40baf596ab..a86d0135d5e 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateExperimentTypeGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateExperimentTypeGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateProjectGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateProjectGui.java index 45291b4cbda..adc1af632cb 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateProjectGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateProjectGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreatePropertyTypeGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreatePropertyTypeGui.java index cc6cbdd80f2..41f733861e9 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreatePropertyTypeGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreatePropertyTypeGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateSampleGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateSampleGui.java index 38ac3b4723e..8151d9d3455 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateSampleGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateSampleGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateSamplePropertyTypeAssignmentGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateSamplePropertyTypeAssignmentGui.java index e737ac9d4fb..bf07c690101 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateSamplePropertyTypeAssignmentGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateSamplePropertyTypeAssignmentGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateSampleTypeGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateSampleTypeGui.java index f9a2d881643..f25220ee16e 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateSampleTypeGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateSampleTypeGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateScriptGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateScriptGui.java index 4a91d4bb684..a2d88386d25 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateScriptGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateScriptGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateSpaceGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateSpaceGui.java index 1596b473127..18810d60d8e 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateSpaceGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateSpaceGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateVocabularyGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateVocabularyGui.java index 09da22b1308..de34d6b04be 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateVocabularyGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/CreateVocabularyGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteExperimentTypeGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteExperimentTypeGui.java index 2d3d54e4c06..457d92f160e 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteExperimentTypeGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteExperimentTypeGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteExperimentsOfProjectGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteExperimentsOfProjectGui.java index 288caf7e555..a2826fde41a 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteExperimentsOfProjectGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteExperimentsOfProjectGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteProjectGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteProjectGui.java index b5170ef452f..4c798e4e1ef 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteProjectGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteProjectGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeletePropertyTypeGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeletePropertyTypeGui.java index bfd038347f9..4ce4eaa9c58 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeletePropertyTypeGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeletePropertyTypeGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteSampleGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteSampleGui.java index 64a101ac86b..dca29a0a966 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteSampleGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteSampleGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteSampleTypeGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteSampleTypeGui.java index 744bd3c7e54..b4b8e34ea74 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteSampleTypeGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteSampleTypeGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteSpaceGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteSpaceGui.java index abbe981f2ad..2a7e68cf33b 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteSpaceGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteSpaceGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteVocabularyGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteVocabularyGui.java index a4e80a73d10..7f227b36bcf 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteVocabularyGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/DeleteVocabularyGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/EmptyTrashGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/EmptyTrashGui.java index 4444c538ed1..ffe6c27f5e3 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/EmptyTrashGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/EmptyTrashGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/GeneralBatchImportGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/GeneralBatchImportGui.java index 1343b4f90a2..56fa3802e16 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/GeneralBatchImportGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/GeneralBatchImportGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/LoginGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/LoginGui.java index b9705e81f6d..34e47b85067 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/LoginGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/LoginGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/LogoutGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/LogoutGui.java index 3abe9609b12..32800ccf50b 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/LogoutGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/LogoutGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/RegisterSampleBatchGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/RegisterSampleBatchGui.java index 50ff4579c0a..510d01e9a51 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/RegisterSampleBatchGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/RegisterSampleBatchGui.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.uitest.gui; import java.io.IOException; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/UpdateSampleTypeGui.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/UpdateSampleTypeGui.java index 3fa87e99e9c..c030a190b67 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/UpdateSampleTypeGui.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/gui/UpdateSampleTypeGui.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.uitest.gui; import ch.systemsx.cisd.openbis.uitest.dsl.Command; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/help/StartSystem.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/help/StartSystem.java index c24749fa734..b4981ca1154 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/help/StartSystem.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/help/StartSystem.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.uitest.help; import org.testng.annotations.Test; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddExperimentTypeLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddExperimentTypeLocation.java index 94781db2719..886516d2dfe 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddExperimentTypeLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddExperimentTypeLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.page.AddExperimentTypeDialog; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddPropertyTypeLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddPropertyTypeLocation.java index 750678f3a36..65cdd120ad5 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddPropertyTypeLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddPropertyTypeLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.AdminMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddSampleTypeLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddSampleTypeLocation.java index 80b3e2b077d..3d11ee756d7 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddSampleTypeLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddSampleTypeLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.page.AddSampleTypeDialog; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddSpaceDialogLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddSpaceDialogLocation.java index eff9f68956f..19d1402285b 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddSpaceDialogLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddSpaceDialogLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.page.AddSpaceDialog; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddVocabularyLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddVocabularyLocation.java index 8b9420f278b..ebb3cf12a5d 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddVocabularyLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AddVocabularyLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.page.AddVocabularyDialog; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AssignDataSetPropertyLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AssignDataSetPropertyLocation.java index c4290772960..6aaa8c6c712 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AssignDataSetPropertyLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AssignDataSetPropertyLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.AdminMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AssignSamplePropertyLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AssignSamplePropertyLocation.java index e1f8dd75db9..cf5bf2f8aa8 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AssignSamplePropertyLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/AssignSamplePropertyLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.AdminMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/DataSetTypeBrowserLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/DataSetTypeBrowserLocation.java index eebbb91794f..6b5575a00dc 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/DataSetTypeBrowserLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/DataSetTypeBrowserLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.AdminMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/ExperimentBrowserLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/ExperimentBrowserLocation.java index 24a85b8a243..8b43521a948 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/ExperimentBrowserLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/ExperimentBrowserLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.BrowseMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/ExperimentTypeBrowserLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/ExperimentTypeBrowserLocation.java index 7366e2dda90..367da27477a 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/ExperimentTypeBrowserLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/ExperimentTypeBrowserLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.AdminMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/GeneralBatchImportLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/GeneralBatchImportLocation.java index 985cc4891ee..a7a5718d0f5 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/GeneralBatchImportLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/GeneralBatchImportLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.ImportMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/Location.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/Location.java index 16e8f3c06f1..adc9919c2fc 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/Location.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/Location.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.webdriver.Pages; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/ProjectBrowserLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/ProjectBrowserLocation.java index f3bf0091673..9059a033e87 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/ProjectBrowserLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/ProjectBrowserLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.BrowseMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/PropertyTypeAssignmentBrowserLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/PropertyTypeAssignmentBrowserLocation.java index 488389747ed..0e5b79bb71a 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/PropertyTypeAssignmentBrowserLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/PropertyTypeAssignmentBrowserLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.AdminMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/PropertyTypeBrowserLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/PropertyTypeBrowserLocation.java index 69f814467e5..dbdd15ba856 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/PropertyTypeBrowserLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/PropertyTypeBrowserLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.AdminMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/RegisterExperimentLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/RegisterExperimentLocation.java index 20ad4598ea3..0c616fa3cd7 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/RegisterExperimentLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/RegisterExperimentLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.NewMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/RegisterProjectLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/RegisterProjectLocation.java index 4f4465f6add..45b3a755db0 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/RegisterProjectLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/RegisterProjectLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.NewMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/RegisterSampleLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/RegisterSampleLocation.java index 64233806c88..971537351b6 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/RegisterSampleLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/RegisterSampleLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.NewMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/RegisterScriptLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/RegisterScriptLocation.java index 53967bf6ea1..fc85df853c9 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/RegisterScriptLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/RegisterScriptLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.page.RegisterScript; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/SampleBatchRegistrationLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/SampleBatchRegistrationLocation.java index 1e4c39aad8e..aeebd65e98a 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/SampleBatchRegistrationLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/SampleBatchRegistrationLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.ImportMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/SampleBrowserLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/SampleBrowserLocation.java index 481d8e4cd65..0c59aae00f4 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/SampleBrowserLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/SampleBrowserLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.BrowseMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/SampleTypeBrowserLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/SampleTypeBrowserLocation.java index 33a047b326a..f7e01a70a11 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/SampleTypeBrowserLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/SampleTypeBrowserLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.AdminMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/ScriptBrowserLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/ScriptBrowserLocation.java index baf4081b2d1..3faccc1211c 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/ScriptBrowserLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/ScriptBrowserLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.AdminMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/SpaceBrowserLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/SpaceBrowserLocation.java index 84bfba90532..f78b52fc21e 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/SpaceBrowserLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/SpaceBrowserLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.AdminMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/TrashLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/TrashLocation.java index cc59c10cfa2..37a1423fa29 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/TrashLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/TrashLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.TopBar; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/UserSettingsDialogLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/UserSettingsDialogLocation.java index 53e2d1b0404..fc045b59941 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/UserSettingsDialogLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/UserSettingsDialogLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.TopBar; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/VocabularyBrowserLocation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/VocabularyBrowserLocation.java index f18b671a3ee..62cd6c67c57 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/VocabularyBrowserLocation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/layout/VocabularyBrowserLocation.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.uitest.layout; import ch.systemsx.cisd.openbis.uitest.menu.AdminMenu; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/AdminMenu.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/AdminMenu.java index 24a366388fa..85b5cc7f258 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/AdminMenu.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/AdminMenu.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.uitest.menu; import ch.systemsx.cisd.openbis.uitest.webdriver.Lazy; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/BrowseMenu.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/BrowseMenu.java index 442cde649eb..98ffbfac8ef 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/BrowseMenu.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/BrowseMenu.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.uitest.menu; import ch.systemsx.cisd.openbis.uitest.webdriver.Locate; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/ImportMenu.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/ImportMenu.java index 4a26cad83fc..ec2c55633df 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/ImportMenu.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/ImportMenu.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.uitest.menu; import ch.systemsx.cisd.openbis.uitest.webdriver.Locate; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/NewMenu.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/NewMenu.java index cf4ad987a61..970dfb66f19 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/NewMenu.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/NewMenu.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.uitest.menu; import ch.systemsx.cisd.openbis.uitest.webdriver.Locate; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/TabBar.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/TabBar.java index 6d059c74f01..a78a2355146 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/TabBar.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/TabBar.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.uitest.menu; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/TopBar.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/TopBar.java index af94563eda7..a29a8f03529 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/TopBar.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/TopBar.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.uitest.menu; import ch.systemsx.cisd.openbis.uitest.webdriver.Locate; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/UserMenu.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/UserMenu.java index 18061d598cd..2dba68173ea 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/UserMenu.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/UserMenu.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.uitest.menu; import ch.systemsx.cisd.openbis.uitest.webdriver.Locate; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/UtilitiesMenu.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/UtilitiesMenu.java index 6cd18f9a9ca..f5b04e21beb 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/UtilitiesMenu.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/menu/UtilitiesMenu.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.uitest.menu; import ch.systemsx.cisd.openbis.uitest.webdriver.Locate; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddExperimentTypeDialog.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddExperimentTypeDialog.java index c3ac21e85f1..ff2efbcea52 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddExperimentTypeDialog.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddExperimentTypeDialog.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.type.ExperimentType; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddPropertyType.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddPropertyType.java index 8d45c5f2fbd..bf357937e8a 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddPropertyType.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddPropertyType.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.uitest.page; import org.openqa.selenium.By; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddSampleTypeDialog.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddSampleTypeDialog.java index 57c95c6c5dc..e82d5ecfc3a 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddSampleTypeDialog.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddSampleTypeDialog.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.type.SampleType; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddSpaceDialog.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddSpaceDialog.java index 593878b8f76..f9d1e1076f6 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddSpaceDialog.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddSpaceDialog.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.type.Space; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddVocabularyDialog.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddVocabularyDialog.java index 187ba3c5b2e..128bee46b8b 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddVocabularyDialog.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AddVocabularyDialog.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.type.Vocabulary; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AssignDataSetPropertyType.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AssignDataSetPropertyType.java index 363d65e6892..3339531f85f 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AssignDataSetPropertyType.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AssignDataSetPropertyType.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.uitest.page; import java.util.concurrent.TimeUnit; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AssignSamplePropertyType.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AssignSamplePropertyType.java index 25f942c93c3..826bf50afb1 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AssignSamplePropertyType.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/AssignSamplePropertyType.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.uitest.page; import java.util.concurrent.TimeUnit; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/Browsable.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/Browsable.java index 1c5fe1f9dda..f56fbaab67b 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/Browsable.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/Browsable.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.uitest.page; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/Browser.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/Browser.java index 583127e918a..c0a5cf7bac1 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/Browser.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/Browser.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.uitest.page; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/BrowserCell.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/BrowserCell.java index 23039a0f5ec..63a7bc35fe7 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/BrowserCell.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/BrowserCell.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.uitest.page; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/BrowserRow.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/BrowserRow.java index 7a55676e9b0..980a29f8b08 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/BrowserRow.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/BrowserRow.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.uitest.page; import java.util.HashMap; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/DataSetTypeBrowser.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/DataSetTypeBrowser.java index f35d77ceb90..33e8df013a3 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/DataSetTypeBrowser.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/DataSetTypeBrowser.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.webdriver.Lazy; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/EditSampleTypeDialog.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/EditSampleTypeDialog.java index 47efcceb786..aa65363b4f5 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/EditSampleTypeDialog.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/EditSampleTypeDialog.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.type.SampleType; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/ExperimentBrowser.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/ExperimentBrowser.java index 58a9bfea0b1..877c9be227b 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/ExperimentBrowser.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/ExperimentBrowser.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.uitest.page; import java.util.concurrent.TimeUnit; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/ExperimentTypeBrowser.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/ExperimentTypeBrowser.java index ae3b6083a33..81662818627 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/ExperimentTypeBrowser.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/ExperimentTypeBrowser.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.webdriver.Lazy; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/GeneralBatchImport.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/GeneralBatchImport.java index a057d2423f5..458371d2469 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/GeneralBatchImport.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/GeneralBatchImport.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.webdriver.Locate; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/InvalidPasswordDialog.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/InvalidPasswordDialog.java index df8ddb661b3..0bd80cfa023 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/InvalidPasswordDialog.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/InvalidPasswordDialog.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.webdriver.Locate; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/LoginPage.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/LoginPage.java index 2cdd928bf87..752565d92c1 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/LoginPage.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/LoginPage.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.dsl.SeleniumTest; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/ProjectBrowser.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/ProjectBrowser.java index c63930fe610..86793f88ee7 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/ProjectBrowser.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/ProjectBrowser.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.webdriver.Lazy; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/PropertyTypeAssignmentBrowser.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/PropertyTypeAssignmentBrowser.java index ea3f3da1f96..329b5f81751 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/PropertyTypeAssignmentBrowser.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/PropertyTypeAssignmentBrowser.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.webdriver.Lazy; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/PropertyTypeBrowser.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/PropertyTypeBrowser.java index 60b4eb60b6d..ccb5fa37e9b 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/PropertyTypeBrowser.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/PropertyTypeBrowser.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.webdriver.Lazy; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RegisterExperiment.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RegisterExperiment.java index 8016458190a..d1027761c57 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RegisterExperiment.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RegisterExperiment.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.uitest.page; import java.util.concurrent.TimeUnit; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RegisterProject.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RegisterProject.java index f19c4c032a0..fc0beab19c8 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RegisterProject.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RegisterProject.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.uitest.page; import org.openqa.selenium.By; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RegisterSample.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RegisterSample.java index ddb41922850..01ab361a85e 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RegisterSample.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RegisterSample.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.uitest.page; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RegisterScript.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RegisterScript.java index 2c16e1c3d39..2de948c5451 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RegisterScript.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RegisterScript.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.uitest.page; import org.openqa.selenium.By; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RoleAssignmentBrowser.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RoleAssignmentBrowser.java index 7a2162b1672..445c44c7c3d 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RoleAssignmentBrowser.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/RoleAssignmentBrowser.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.webdriver.Lazy; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleBatchRegistration.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleBatchRegistration.java index c609087e34c..f90265213bb 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleBatchRegistration.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleBatchRegistration.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.type.SampleType; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleBatchRegistrationFile.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleBatchRegistrationFile.java index 0a635a5d9c7..1c8a381ab7f 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleBatchRegistrationFile.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleBatchRegistrationFile.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.uitest.page; import java.io.BufferedWriter; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleBrowser.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleBrowser.java index d01c765d624..947fd6499ec 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleBrowser.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleBrowser.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.uitest.page; import java.util.List; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleDetails.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleDetails.java index 8117a80ddf6..1cf33b2e0c2 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleDetails.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleDetails.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.uitest.page; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleTypeBrowser.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleTypeBrowser.java index 6885b2f7e49..39e37ad2134 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleTypeBrowser.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SampleTypeBrowser.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.webdriver.Lazy; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/ScriptBrowser.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/ScriptBrowser.java index 7488c550eb0..92ea3a594d3 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/ScriptBrowser.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/ScriptBrowser.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.webdriver.Lazy; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SpaceBrowser.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SpaceBrowser.java index 2696df55505..bddf6d16ce8 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SpaceBrowser.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/SpaceBrowser.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.webdriver.Lazy; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/Trash.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/Trash.java index 431656d9e6a..bf69863e4ca 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/Trash.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/Trash.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.webdriver.Lazy; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/UserSettingsDialog.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/UserSettingsDialog.java index c910eab29c9..ecaec0a8744 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/UserSettingsDialog.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/UserSettingsDialog.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. + */ package ch.systemsx.cisd.openbis.uitest.page; import ch.systemsx.cisd.openbis.uitest.webdriver.Locate; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/VocabularyBrowser.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/VocabularyBrowser.java index 625338055aa..b710c3e0fa8 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/VocabularyBrowser.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/page/VocabularyBrowser.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.uitest.page; import ch.systemsx.cisd.openbis.uitest.webdriver.Lazy; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/AddEntitiesToMetaProjectRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/AddEntitiesToMetaProjectRmi.java index 1a5d9e09143..4037121b257 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/AddEntitiesToMetaProjectRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/AddEntitiesToMetaProjectRmi.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.uitest.rmi; import java.util.Arrays; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/AggregationReportRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/AggregationReportRmi.java index 40df7ac73e2..c2b421eeafa 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/AggregationReportRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/AggregationReportRmi.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.uitest.rmi; import java.util.Map; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateDataSetRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateDataSetRmi.java index a738ddac58b..7d94b0bdce1 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateDataSetRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateDataSetRmi.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.uitest.rmi; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateDataSetTypeRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateDataSetTypeRmi.java index 0ceefb64c6a..7a59c14b768 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateDataSetTypeRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateDataSetTypeRmi.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.uitest.rmi; import ch.systemsx.cisd.openbis.generic.shared.ICommonServer; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateExperimentRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateExperimentRmi.java index 046d1e5b86a..c6c14114e0d 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateExperimentRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateExperimentRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateExperimentTypeRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateExperimentTypeRmi.java index 043dda193fd..00f1cbf1b38 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateExperimentTypeRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateExperimentTypeRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateMaterialRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateMaterialRmi.java index 5fb7e4eb189..e20304f6d0d 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateMaterialRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateMaterialRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateMaterialTypeRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateMaterialTypeRmi.java index 538863b84fb..cc400d387d0 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateMaterialTypeRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateMaterialTypeRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateMetaProjectRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateMetaProjectRmi.java index 90cb1744e35..2347e6e9f18 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateMetaProjectRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateMetaProjectRmi.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.uitest.rmi; import ch.systemsx.cisd.openbis.generic.shared.api.v1.IGeneralInformationChangingService; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateProjectRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateProjectRmi.java index 9045a14abf9..9b0bfdc3d5e 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateProjectRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateProjectRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateSampleRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateSampleRmi.java index ab929f95a45..18db4ffa954 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateSampleRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateSampleRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateSampleTypeRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateSampleTypeRmi.java index 1f5653e4804..c98662cd2fd 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateSampleTypeRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateSampleTypeRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateSpaceRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateSpaceRmi.java index f23d5c2d8bd..ffb7db606a8 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateSpaceRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateSpaceRmi.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.uitest.rmi; import ch.systemsx.cisd.openbis.generic.shared.ICommonServer; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateUserRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateUserRmi.java index a236eba30be..6191fc1b0fa 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateUserRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/CreateUserRmi.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.uitest.rmi; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/DataSetCreator.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/DataSetCreator.java index 9a6606a793a..8099c05b61a 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/DataSetCreator.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/DataSetCreator.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.uitest.rmi; import java.io.File; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/GetDataSetMetaDataRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/GetDataSetMetaDataRmi.java index 5adc523198c..796ff686576 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/GetDataSetMetaDataRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/GetDataSetMetaDataRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/Identifiers.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/Identifiers.java index 6d1cf1dc35a..afa2577e712 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/Identifiers.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/Identifiers.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.uitest.rmi; import ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.MaterialIdentifier; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfExperimentsOnBehalfOfUserRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfExperimentsOnBehalfOfUserRmi.java index 21027b3d95b..c588a1a2c2e 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfExperimentsOnBehalfOfUserRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfExperimentsOnBehalfOfUserRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfExperimentsRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfExperimentsRmi.java index fde25506190..a7993c5fcbc 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfExperimentsRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfExperimentsRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfSampleRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfSampleRmi.java index c32859e19a9..7ba3f20fb43 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfSampleRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfSampleRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfSamplesOnBehalfOfUserRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfSamplesOnBehalfOfUserRmi.java index dfd8d2e0430..9db36132025 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfSamplesOnBehalfOfUserRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfSamplesOnBehalfOfUserRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfSamplesRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfSamplesRmi.java index 27e0528b7e8..dad87df87c9 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfSamplesRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfSamplesRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfSamplesWithConnectionsRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfSamplesWithConnectionsRmi.java index 878ece53d49..ca6f21651a2 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfSamplesWithConnectionsRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListDataSetsOfSamplesWithConnectionsRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListExperimentsHavingDataSetsOfProjectsRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListExperimentsHavingDataSetsOfProjectsRmi.java index 1b4f6e270ad..a8d42cb0de2 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListExperimentsHavingDataSetsOfProjectsRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListExperimentsHavingDataSetsOfProjectsRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListExperimentsHavingSamplesOfProjectsRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListExperimentsHavingSamplesOfProjectsRmi.java index b674093e613..4d019b844ef 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListExperimentsHavingSamplesOfProjectsRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListExperimentsHavingSamplesOfProjectsRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListExperimentsOfProjectsRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListExperimentsOfProjectsRmi.java index 32c4953831a..2e240661bb9 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListExperimentsOfProjectsRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListExperimentsOfProjectsRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListExperimentsRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListExperimentsRmi.java index 04ae8d583a8..748c18a42de 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListExperimentsRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListExperimentsRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListMaterialsRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListMaterialsRmi.java index 3873d80a99d..666afa7e40d 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListMaterialsRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListMaterialsRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListMetaProjectsRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListMetaProjectsRmi.java index e0c8018d014..5d6e67f1295 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListMetaProjectsRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListMetaProjectsRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListSamplesOfExperimentOnBehalfOfUserRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListSamplesOfExperimentOnBehalfOfUserRmi.java index 33cea9e8601..6106e181b8a 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListSamplesOfExperimentOnBehalfOfUserRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListSamplesOfExperimentOnBehalfOfUserRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListSamplesOfExperimentRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListSamplesOfExperimentRmi.java index 583aceaf4d9..ea130c755a7 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListSamplesOfExperimentRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ListSamplesOfExperimentRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ReportFromDataSetsRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ReportFromDataSetsRmi.java index b159b284625..8a3290d2bd2 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ReportFromDataSetsRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/ReportFromDataSetsRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForDataSetsOnBehalfOfUserRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForDataSetsOnBehalfOfUserRmi.java index 26131b29c1b..48377c03634 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForDataSetsOnBehalfOfUserRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForDataSetsOnBehalfOfUserRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForDataSetsRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForDataSetsRmi.java index dab78d797da..210641024d2 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForDataSetsRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForDataSetsRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForMaterialsRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForMaterialsRmi.java index 5a2579e5095..d8c9dd94f60 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForMaterialsRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForMaterialsRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForSamplesOnBehalfOfUserRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForSamplesOnBehalfOfUserRmi.java index 3a9b7252f6a..6de09c8f415 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForSamplesOnBehalfOfUserRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForSamplesOnBehalfOfUserRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForSamplesRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForSamplesRmi.java index 76d8aa0aa35..9e8e4a01ec5 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForSamplesRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/SearchForSamplesRmi.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.uitest.rmi; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/DataSetRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/DataSetRmi.java index 60c123a9ced..b8b749eef06 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/DataSetRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/DataSetRmi.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.uitest.rmi.eager; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/ExperimentRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/ExperimentRmi.java index ab8eefb7674..680f301f845 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/ExperimentRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/ExperimentRmi.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.uitest.rmi.eager; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/MaterialRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/MaterialRmi.java index acef8ce8763..622d368d879 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/MaterialRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/MaterialRmi.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.uitest.rmi.eager; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/MetaProjectRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/MetaProjectRmi.java index f9ffae69120..55e9a3c32b3 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/MetaProjectRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/MetaProjectRmi.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 ETH Zuerich, CISD + * Copyright ETH 2009 - 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.uitest.rmi.eager; import ch.systemsx.cisd.openbis.generic.shared.basic.dto.Metaproject; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/SampleRmi.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/SampleRmi.java index 3a6a852b89f..f53a2d5be32 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/SampleRmi.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/eager/SampleRmi.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.uitest.rmi.eager; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/lazy/ExperimentLazy.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/lazy/ExperimentLazy.java index b50bd855c47..e3ff5e5ccb1 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/lazy/ExperimentLazy.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/lazy/ExperimentLazy.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.uitest.rmi.lazy; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/lazy/SampleTypeLazy.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/lazy/SampleTypeLazy.java index 7dfe06aec00..ed307ee57cd 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/lazy/SampleTypeLazy.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/lazy/SampleTypeLazy.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.uitest.rmi.lazy; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/lazy/SpaceLazy.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/lazy/SpaceLazy.java index d2603ffb520..7fdfc504ced 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/lazy/SpaceLazy.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/rmi/lazy/SpaceLazy.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.uitest.rmi.lazy; import ch.systemsx.cisd.openbis.generic.shared.ICommonServer; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/screenshot/FileScreenShotter.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/screenshot/FileScreenShotter.java index dee5d2ad5ac..e1faea3cc84 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/screenshot/FileScreenShotter.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/screenshot/FileScreenShotter.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.uitest.screenshot; import java.io.File; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/screenshot/ScreenShotter.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/screenshot/ScreenShotter.java index 46bfe341118..1b8b11066ea 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/screenshot/ScreenShotter.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/screenshot/ScreenShotter.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.uitest.screenshot; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/authentication/AuthenticationTest.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/authentication/AuthenticationTest.java index cc5cd566c5b..188d0b32f61 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/authentication/AuthenticationTest.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/authentication/AuthenticationTest.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.uitest.suite.authentication; import static org.hamcrest.CoreMatchers.is; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/DataSetsContainMetaProjectInformation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/DataSetsContainMetaProjectInformation.java index 06b1e84c9f5..f2f1c733111 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/DataSetsContainMetaProjectInformation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/DataSetsContainMetaProjectInformation.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.uitest.suite.headless; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/ExperimentsContainMetaProjectInformation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/ExperimentsContainMetaProjectInformation.java index 3ecc2a3017e..c93a635cb01 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/ExperimentsContainMetaProjectInformation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/ExperimentsContainMetaProjectInformation.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.uitest.suite.headless; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/HeadlessSuite.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/HeadlessSuite.java index d904db69a3c..2c83ae92ad5 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/HeadlessSuite.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/HeadlessSuite.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.uitest.suite.headless; import org.testng.annotations.BeforeTest; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/MaterialsContainMetaProjectInformation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/MaterialsContainMetaProjectInformation.java index 8cf50e92202..822572ca2b0 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/MaterialsContainMetaProjectInformation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/MaterialsContainMetaProjectInformation.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.uitest.suite.headless; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/MetaProjectCreation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/MetaProjectCreation.java index 73c7498e659..04087a648de 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/MetaProjectCreation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/MetaProjectCreation.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.uitest.suite.headless; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/MultiDssReporting.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/MultiDssReporting.java index ff109391504..3086ac70936 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/MultiDssReporting.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/MultiDssReporting.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.uitest.suite.headless; import static org.hamcrest.CoreMatchers.is; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/SamplesContainMetaProjectInformation.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/SamplesContainMetaProjectInformation.java index 969f9bc8921..42115da9608 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/SamplesContainMetaProjectInformation.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/headless/SamplesContainMetaProjectInformation.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.uitest.suite.headless; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/DataSetTest.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/DataSetTest.java index 9ab584de1f9..a9d4a4bae22 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/DataSetTest.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/DataSetTest.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.uitest.suite.main; import org.testng.annotations.Test; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/ExperimentTest.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/ExperimentTest.java index 021dd81c68a..0576c5ec115 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/ExperimentTest.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/ExperimentTest.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.uitest.suite.main; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/ExperimentTypeTest.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/ExperimentTypeTest.java index e2f2a68d68c..33866ff5a90 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/ExperimentTypeTest.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/ExperimentTypeTest.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.uitest.suite.main; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/GeneralBatchImportRegistrationTest.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/GeneralBatchImportRegistrationTest.java index 9a4c34f5d62..2dba5103ea8 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/GeneralBatchImportRegistrationTest.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/GeneralBatchImportRegistrationTest.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.uitest.suite.main; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/GeneralBatchImportUpdateTest.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/GeneralBatchImportUpdateTest.java index 467f22bc34a..d15fbf8d243 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/GeneralBatchImportUpdateTest.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/GeneralBatchImportUpdateTest.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.uitest.suite.main; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/MainSuite.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/MainSuite.java index aac0cbfcb95..f17cdf9ea28 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/MainSuite.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/MainSuite.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.uitest.suite.main; import ch.systemsx.cisd.openbis.uitest.page.SampleBrowser; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/ProjectTest.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/ProjectTest.java index 4aae6dce29a..1591675a509 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/ProjectTest.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/ProjectTest.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.uitest.suite.main; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/PropertyTypeAssignmentTest.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/PropertyTypeAssignmentTest.java index 6eb25586556..fa794983c14 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/PropertyTypeAssignmentTest.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/PropertyTypeAssignmentTest.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.uitest.suite.main; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/PropertyTypeTest.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/PropertyTypeTest.java index bda8248f73b..24555c2d0a8 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/PropertyTypeTest.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/PropertyTypeTest.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.uitest.suite.main; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/SampleTest.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/SampleTest.java index e01a938bcae..89f5b6fde8a 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/SampleTest.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/SampleTest.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.uitest.suite.main; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/SampleTypeTest.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/SampleTypeTest.java index 6bab3976a04..8f8f557a0a3 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/SampleTypeTest.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/SampleTypeTest.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.uitest.suite.main; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/ScriptTest.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/ScriptTest.java index b6e28e291b9..3eeca51d88b 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/ScriptTest.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/ScriptTest.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.uitest.suite.main; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/SpaceTest.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/SpaceTest.java index 5f36d96ab46..c24660ba030 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/SpaceTest.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/SpaceTest.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.uitest.suite.main; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/VocabularyTest.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/VocabularyTest.java index dc7e0ea4300..daffe15a3ec 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/VocabularyTest.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/main/VocabularyTest.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.uitest.suite.main; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/sprint/SprintSuite.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/sprint/SprintSuite.java index 1f875efca0f..f0ac01361ce 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/sprint/SprintSuite.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/sprint/SprintSuite.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.uitest.suite.sprint; import ch.systemsx.cisd.openbis.uitest.page.SampleBrowser; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/sprint/SprintTest.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/sprint/SprintTest.java index 2345dea717c..629adee8075 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/sprint/SprintTest.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/suite/sprint/SprintTest.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.uitest.suite.sprint; import static org.hamcrest.MatcherAssert.assertThat; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/BrowsableWrapper.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/BrowsableWrapper.java index 87923a06d41..2c62574ec08 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/BrowsableWrapper.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/BrowsableWrapper.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.uitest.type; import java.util.Arrays; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/DataSet.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/DataSet.java index c13ef6f1ecf..b171b9cf4f5 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/DataSet.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/DataSet.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.uitest.type; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/DataSetType.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/DataSetType.java index 12bb93a7075..6482f19f91e 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/DataSetType.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/DataSetType.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.uitest.type; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Entity.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Entity.java index 15bbff62769..16f69f73449 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Entity.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Entity.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.uitest.type; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/EntityKind.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/EntityKind.java index 1f918b5d9f1..44f502a5b46 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/EntityKind.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/EntityKind.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.uitest.type; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/EntityType.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/EntityType.java index 5f05033dbc5..fcd353924aa 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/EntityType.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/EntityType.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.uitest.type; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Experiment.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Experiment.java index 9c2d7703393..5a638071634 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Experiment.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Experiment.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.uitest.type; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/ExperimentType.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/ExperimentType.java index 6089b4fde06..72f7670e4c1 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/ExperimentType.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/ExperimentType.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.uitest.type; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/GeneralBatchImportFile.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/GeneralBatchImportFile.java index cead397e394..65dfd7d4270 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/GeneralBatchImportFile.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/GeneralBatchImportFile.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.uitest.type; import java.io.File; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Header.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Header.java index 3613e3aa437..086bd44a4ae 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Header.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Header.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.uitest.type; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/ImportFile.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/ImportFile.java index 0df7262ab5a..0ceaf7345db 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/ImportFile.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/ImportFile.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.uitest.type; import ch.systemsx.cisd.openbis.uitest.dsl.IdentifiedBy; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Material.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Material.java index 682e75d741d..a4f3e3a6cd1 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Material.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Material.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.uitest.type; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/MaterialType.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/MaterialType.java index eccf4dceaf1..385075219e0 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/MaterialType.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/MaterialType.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.uitest.type; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/MetaProject.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/MetaProject.java index 0a16a72906f..c93f05b4588 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/MetaProject.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/MetaProject.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.uitest.type; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Project.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Project.java index b8df15d446c..114c06ddf9d 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Project.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Project.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.uitest.type; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/PropertyType.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/PropertyType.java index a25f2ff337f..cf74918d974 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/PropertyType.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/PropertyType.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.uitest.type; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/PropertyTypeAssignment.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/PropertyTypeAssignment.java index fc3ef7ac7d2..9bda72aa5e7 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/PropertyTypeAssignment.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/PropertyTypeAssignment.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.uitest.type; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/PropertyTypeDataType.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/PropertyTypeDataType.java index 3cc26021f61..1245803ec0e 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/PropertyTypeDataType.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/PropertyTypeDataType.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.uitest.type; import ch.systemsx.cisd.openbis.uitest.widget.Checkbox; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Sample.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Sample.java index ce1a3731f5b..0dcd462ec84 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Sample.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Sample.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.uitest.type; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/SampleType.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/SampleType.java index a8bf633630b..375f3638420 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/SampleType.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/SampleType.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.uitest.type; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Script.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Script.java index c5f9b42d1e7..47452ae365d 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Script.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Script.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.uitest.type; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/ScriptType.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/ScriptType.java index b1accbb1eaa..06499100a47 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/ScriptType.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/ScriptType.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.uitest.type; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Space.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Space.java index 1540800936f..ff919b7a8c2 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Space.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Space.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.uitest.type; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/User.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/User.java index be10331553c..b51687ddf9c 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/User.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/User.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.uitest.type; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Vocabulary.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Vocabulary.java index ddb93c5fca0..748f9a9cf19 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Vocabulary.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/Vocabulary.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.uitest.type; import java.util.Set; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/WorkBookWriter.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/WorkBookWriter.java index 9cff6b7d5f6..a0666d84b84 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/WorkBookWriter.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/type/WorkBookWriter.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.uitest.type; import java.io.File; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/uid/DictionaryUidGenerator.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/uid/DictionaryUidGenerator.java index acfa79e7c1a..e9b20a7f581 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/uid/DictionaryUidGenerator.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/uid/DictionaryUidGenerator.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.uitest.uid; import java.io.BufferedReader; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/uid/UidGenerator.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/uid/UidGenerator.java index 9f67f456b4d..baa07386657 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/uid/UidGenerator.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/uid/UidGenerator.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.uitest.uid; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/Contextual.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/Contextual.java index c32cf087b2f..c0ab65447ac 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/Contextual.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/Contextual.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 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.uitest.webdriver; import java.lang.annotation.ElementType; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/Lazy.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/Lazy.java index c67d2196ba5..99a62de35d9 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/Lazy.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/Lazy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 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.uitest.webdriver; import java.lang.annotation.ElementType; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/LazyLoader.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/LazyLoader.java index 9d3f0a6038e..dd3620e0dd3 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/LazyLoader.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/LazyLoader.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.uitest.webdriver; import java.lang.reflect.InvocationHandler; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/Locate.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/Locate.java index 86b9846c351..96d838468f6 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/Locate.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/Locate.java @@ -1,5 +1,5 @@ /* - * Copyright 2012 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.uitest.webdriver; import java.lang.annotation.ElementType; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/Pages.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/Pages.java index 66925fa32c9..522c53e1871 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/Pages.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/Pages.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.uitest.webdriver; import java.lang.reflect.Field; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/WidgetContext.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/WidgetContext.java index f41814305f9..8b0e3fa006b 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/WidgetContext.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/webdriver/WidgetContext.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.uitest.webdriver; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/AlertMessageBox.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/AlertMessageBox.java index 468b4ffe950..1c745dc157a 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/AlertMessageBox.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/AlertMessageBox.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.uitest.widget; import ch.systemsx.cisd.openbis.uitest.webdriver.Contextual; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Button.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Button.java index f951b33a855..f865fdeeb15 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Button.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Button.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.uitest.widget; import org.openqa.selenium.WebElement; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Checkbox.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Checkbox.java index c3caf3aaa65..4c6cbb9ff71 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Checkbox.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Checkbox.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.uitest.widget; import org.openqa.selenium.WebElement; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/DeletionConfirmationBox.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/DeletionConfirmationBox.java index ad0818a723c..13ea7d2262b 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/DeletionConfirmationBox.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/DeletionConfirmationBox.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.uitest.widget; import ch.systemsx.cisd.openbis.uitest.webdriver.Contextual; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/DropDown.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/DropDown.java index 517a420383e..c0eaac2e91d 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/DropDown.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/DropDown.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.uitest.widget; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Dynamic.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Dynamic.java index bcb7096b499..75e24a8d42a 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Dynamic.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Dynamic.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.uitest.widget; import org.openqa.selenium.WebElement; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/FileUpload.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/FileUpload.java index c82c489dcd7..ee96b58caba 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/FileUpload.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/FileUpload.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.uitest.widget; import org.openqa.selenium.JavascriptExecutor; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Fillable.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Fillable.java index be2c5863796..2e33e61f4ae 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Fillable.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Fillable.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.uitest.widget; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/FilterToolBar.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/FilterToolBar.java index d351c056b4d..793ceab7a39 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/FilterToolBar.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/FilterToolBar.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.uitest.widget; import java.util.Collection; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Form.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Form.java index 26a15f8514c..28277b5f06f 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Form.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Form.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.uitest.widget; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Grid.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Grid.java index 4fcd686fac5..e2e300cd489 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Grid.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Grid.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.uitest.widget; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Link.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Link.java index a33f057eb0e..7e456c4d5af 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Link.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Link.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.uitest.widget; import org.openqa.selenium.WebElement; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/PagingToolBar.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/PagingToolBar.java index 372c56e671e..cc43915f45f 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/PagingToolBar.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/PagingToolBar.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.uitest.widget; import java.util.StringTokenizer; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/RadioButton.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/RadioButton.java index 17a0ac24aac..02f249c43a6 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/RadioButton.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/RadioButton.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.uitest.widget; import org.openqa.selenium.WebElement; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Refreshable.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Refreshable.java index 9990e6b965a..736c44838be 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Refreshable.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Refreshable.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.uitest.widget; /** diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/SettingsDialog.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/SettingsDialog.java index d95b9565870..cd25b9fcafb 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/SettingsDialog.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/SettingsDialog.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.uitest.widget; import java.util.List; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/SubmitButton.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/SubmitButton.java index be95d58823d..e3fef7d117b 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/SubmitButton.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/SubmitButton.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.uitest.widget; import org.openqa.selenium.WebElement; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Text.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Text.java index 5ccfee155f8..42e563c773d 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Text.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Text.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.uitest.widget; import org.openqa.selenium.WebElement; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/TextArea.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/TextArea.java index 469eb6ec70d..5bf18861189 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/TextArea.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/TextArea.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.uitest.widget; import org.openqa.selenium.WebElement; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/TreeGrid.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/TreeGrid.java index 68b71e99183..7a9915a14e9 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/TreeGrid.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/TreeGrid.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.uitest.widget; import java.util.ArrayList; diff --git a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Widget.java b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Widget.java index 33b8b38a606..f92ba7678f7 100644 --- a/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Widget.java +++ b/test-ui-core/source/java/ch/systemsx/cisd/openbis/uitest/widget/Widget.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.uitest.widget; /** diff --git a/test-ui-core/sourceTest/java/Dummy.java b/test-ui-core/sourceTest/java/Dummy.java index 1106752bbd5..99cb2ec54e5 100644 --- a/test-ui-core/sourceTest/java/Dummy.java +++ b/test-ui-core/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