From 18508b8ce849dba9c019dac0a33e47a136061d93 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 10:56:12 +0100 Subject: [PATCH 01/52] added list of active SEB Settings for version --- .../examconfig/impl/AttributeMapping.java | 29 +- .../config/examConfigAttrVersionTable | 348 ++++++++++++++++++ 2 files changed, 372 insertions(+), 5 deletions(-) create mode 100644 src/main/resources/config/examConfigAttrVersionTable diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java index 8fa85bad..73fd23b7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java @@ -8,14 +8,13 @@ package ch.ethz.seb.sebserver.gui.service.examconfig.impl; -import java.util.Collection; -import java.util.Collections; -import java.util.List; -import java.util.Map; -import java.util.Objects; +import java.util.*; import java.util.function.Function; import java.util.stream.Collectors; +import java.util.stream.Stream; +import ch.ethz.seb.sebserver.gbl.Constants; +import org.apache.commons.io.IOUtils; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -23,6 +22,7 @@ import org.slf4j.LoggerFactory; import ch.ethz.seb.sebserver.gbl.model.sebconfig.ConfigurationAttribute; import ch.ethz.seb.sebserver.gbl.model.sebconfig.Orientation; import ch.ethz.seb.sebserver.gbl.util.Utils; +import org.springframework.core.io.ClassPathResource; public class AttributeMapping { @@ -48,10 +48,28 @@ public class AttributeMapping { Objects.requireNonNull(attributes); Objects.requireNonNull(orientations); + Set _config_attrs_ids = null; + try { + final ClassPathResource configFileResource = new ClassPathResource("config/examConfigAttrVersionTable"); + final String ids_comma_separated = IOUtils.toString(configFileResource.getInputStream()); + final String[] split = StringUtils.split(ids_comma_separated, Constants.LIST_SEPARATOR_CHAR); + _config_attrs_ids = Arrays.stream(split).map(s -> { + try { + return Long.valueOf(s.trim()); + } catch (Exception e) { + return 0L; + } + }).collect(Collectors.toSet()); + } catch (final Exception e) { + log.error("Failed to get exam config attribute version infos: ", e); + } + + final Set config_attrs_ids = _config_attrs_ids; this.templateId = templateId; this.orientationAttributeMapping = Utils.immutableMapOf(orientations .stream() + .filter(o -> config_attrs_ids == null || config_attrs_ids.contains(o.attributeId)) .collect(Collectors.toMap( o -> o.attributeId, Function.identity()))); @@ -72,6 +90,7 @@ public class AttributeMapping { this.orientationAttributeNameMapping = Utils.immutableMapOf(orientations .stream() + .filter(o -> this.attributeIdMapping.containsKey(o.attributeId)) .collect(Collectors.toMap( o -> this.attributeIdMapping.get(o.attributeId).name, Function.identity()))); diff --git a/src/main/resources/config/examConfigAttrVersionTable b/src/main/resources/config/examConfigAttrVersionTable new file mode 100644 index 00000000..6bc36b97 --- /dev/null +++ b/src/main/resources/config/examConfigAttrVersionTable @@ -0,0 +1,348 @@ +1, +2, +3, +4, +5, +6, +7, +8, +9, +10, +11, +12, +13, +14, +15, +16, +17, +18, +19, +20, +21, +22, +23, +24, +25, +26, +27, +28, +29, +30, +31, +32, +33, +34, +35, +36, +37, +38, +39, +40, +41, +42, +43, +44, +45, +46, +47, +48, +49, +50, +51, +52, +53, +54, +55, +56, +57, +58, +59, +60, +61, +62, +63, +64, +65, +66, +67, +68, +69, +70, +71, +72, +73, +91, +92, +93, +200, +201, +202, +210, +220, +300, +301, +302, +303, +304, +305, +306, +307, +308, +309, +310, +311, +312, +313, +314, +315, +316, +317, +318, +319, +320, +321, +322, +400, +401, +402, +403, +404, +405, +406, +407, +408, +500, +501, +502, +503, +504, +505, +506, +507, +508, +509, +510, +511, +512, +513, +514, +515, +516, +517, +518, +519, +520, +800, +801, +802, +803, +804, +805, +806, +807, +808, +809, +810, +812, +813, +900, +901, +902, +903, +904, +905, +906, +907, +908, +909, +910, +911, +912, +913, +914, +915, +917, +918, +919, +920, +921, +922, +923, +924, +925, +926, +927, +928, +929, +930, +931, +932, +933, +940, +941, +942, +943, +944, +945, +946, +947, +948, +950, +951, +952, +953, +960, +961, +970, +971, +972, +973, +974, +975, +1000, +1001, +1100, +1101, +1102, +1103, +1104, +1105, +1106, +1107, +1108, +1109, +1110, +1111, +1112, +1113, +1114, +1115, +1116, +1120, +1121, +1122, +1123, +1124, +1125, +1126, +1127, +1128, +1129, +1130, +1131, +1132, +1133, +1500, +1501, +1502, +1503, +1504, +1505, +1506, +1507, +1508, +1509, +1510, +1511, +1512, +1513, +1514, +1515, +1516, +1530, +1531, +1532, +1533, +1550, +1551, +1552, +1553, +1554, +1555, +1556, +1557, +1558, +1559, +1560, +1561, +1562, +1563, +1564, +1565, +1566, +1567, +1568, +1569, +1570, +1571, +1572, +1573, +1574, +1575, +1576, +1578, +74, +75, +76, +77, +78, +79, +81, +82, +85, +86, +87, +88, +89, +90, +94, +95, +96, +97, +98, +99, +100, +101, +102, +1577, +203, +204, +205, +206, +221, +222, +223, +231, +233, +234, +235, +236, +237, +238, +239, +240, +241, +242, +243, +244, +245, +246, +247, +248, +249, +250, +251, +252, +253, +254, +255, +256, +257, +258, +259, +260, +261, +262, +263, +264, +265 \ No newline at end of file From a1f0df6d5d86e72a91be8bc731d135c2475804f0 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 13:05:41 +0100 Subject: [PATCH 02/52] added list of active SEB Settings for version --- .../examconfig/impl/AttributeMapping.java | 19 ---------- .../impl/ConfigurationAttributeDAOImpl.java | 36 ++++++++++++++++--- 2 files changed, 31 insertions(+), 24 deletions(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java index 73fd23b7..739d7ee7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java @@ -48,28 +48,9 @@ public class AttributeMapping { Objects.requireNonNull(attributes); Objects.requireNonNull(orientations); - Set _config_attrs_ids = null; - try { - final ClassPathResource configFileResource = new ClassPathResource("config/examConfigAttrVersionTable"); - final String ids_comma_separated = IOUtils.toString(configFileResource.getInputStream()); - final String[] split = StringUtils.split(ids_comma_separated, Constants.LIST_SEPARATOR_CHAR); - _config_attrs_ids = Arrays.stream(split).map(s -> { - try { - return Long.valueOf(s.trim()); - } catch (Exception e) { - return 0L; - } - }).collect(Collectors.toSet()); - } catch (final Exception e) { - log.error("Failed to get exam config attribute version infos: ", e); - } - - final Set config_attrs_ids = _config_attrs_ids; this.templateId = templateId; - this.orientationAttributeMapping = Utils.immutableMapOf(orientations .stream() - .filter(o -> config_attrs_ids == null || config_attrs_ids.contains(o.attributeId)) .collect(Collectors.toMap( o -> o.attributeId, Function.identity()))); diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java index 907379da..570b1156 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java @@ -10,16 +10,16 @@ package ch.ethz.seb.sebserver.webservice.servicelayer.dao.impl; import static org.mybatis.dynamic.sql.SqlBuilder.isIn; -import java.util.ArrayList; -import java.util.Collection; -import java.util.Collections; -import java.util.List; -import java.util.Set; +import java.util.*; import java.util.function.Predicate; import java.util.stream.Collectors; +import ch.ethz.seb.sebserver.gbl.Constants; +import org.apache.commons.io.IOUtils; +import org.apache.commons.lang3.StringUtils; import org.mybatis.dynamic.sql.SqlBuilder; import org.springframework.context.annotation.Lazy; +import org.springframework.core.io.ClassPathResource; import org.springframework.stereotype.Component; import org.springframework.transaction.annotation.Transactional; @@ -50,6 +50,7 @@ public class ConfigurationAttributeDAOImpl implements ConfigurationAttributeDAO private final ConfigurationAttributeRecordMapper configurationAttributeRecordMapper; private final ConfigurationValueRecordMapper configurationValueRecordMapper; private final OrientationRecordMapper orientationRecordMapper; + private final Set config_attrs_ids; protected ConfigurationAttributeDAOImpl( final ConfigurationAttributeRecordMapper configurationAttributeRecordMapper, @@ -59,6 +60,25 @@ public class ConfigurationAttributeDAOImpl implements ConfigurationAttributeDAO this.configurationAttributeRecordMapper = configurationAttributeRecordMapper; this.configurationValueRecordMapper = configurationValueRecordMapper; this.orientationRecordMapper = orientationRecordMapper; + + Set _config_attrs_ids = null; + try { + final ClassPathResource configFileResource = new ClassPathResource("config/examConfigAttrVersionTable"); + final String ids_comma_separated = IOUtils.toString(configFileResource.getInputStream()); + final String[] split = StringUtils.split(ids_comma_separated, Constants.LIST_SEPARATOR_CHAR); + _config_attrs_ids = Arrays.stream(split).map(s -> { + try { + return Long.valueOf(s.trim()); + } catch (Exception e) { + return 0L; + } + }).collect(Collectors.toSet()); + } catch (final Exception e) { + log.error("Failed to get exam config attribute version infos: ", e); + _config_attrs_ids = null; + } + + config_attrs_ids = _config_attrs_ids; } @Override @@ -123,6 +143,7 @@ public class ConfigurationAttributeDAOImpl implements ConfigurationAttributeDAO .build() .execute() .stream() + .filter(this::settingsVersionFilter) .map(ConfigurationAttributeDAOImpl::toDomainModel) .flatMap(DAOLoggingSupport::logAndSkipOnError) .filter(predicate) @@ -156,11 +177,16 @@ public class ConfigurationAttributeDAOImpl implements ConfigurationAttributeDAO .build() .execute() .stream() + .filter(this::settingsVersionFilter) .map(ConfigurationAttributeDAOImpl::toDomainModel) .flatMap(DAOLoggingSupport::logAndSkipOnError) .collect(Collectors.toList())); } + private boolean settingsVersionFilter(final ConfigurationAttributeRecord record) { + return config_attrs_ids == null || config_attrs_ids.contains(record.getId()); + } + @Override @Transactional public Result createNew(final ConfigurationAttribute data) { From eebd8506c21c9e849eeedfb19a0a5d777c3ddbea Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 13:06:13 +0100 Subject: [PATCH 03/52] added list of active SEB Settings for version --- .../servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java index 570b1156..8eb1eba3 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java @@ -143,7 +143,6 @@ public class ConfigurationAttributeDAOImpl implements ConfigurationAttributeDAO .build() .execute() .stream() - .filter(this::settingsVersionFilter) .map(ConfigurationAttributeDAOImpl::toDomainModel) .flatMap(DAOLoggingSupport::logAndSkipOnError) .filter(predicate) From d6b3ac43c6863fc5ddbd8794c69214b430e6fad8 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 13:23:47 +0100 Subject: [PATCH 04/52] SEBSERV-512 fix error on downgrade for SEB Settings --- .../sebserver/gui/service/examconfig/impl/AttributeMapping.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java index 9b6582e8..2887319d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java @@ -74,6 +74,7 @@ public class AttributeMapping { this.orientationAttributeNameMapping = Utils.immutableMapOf(orientations .stream() + .filter(o -> this.attributeIdMapping.containsKey(o.attributeId)) .collect(Collectors.toMap( o -> this.attributeIdMapping.get(o.attributeId).name, Function.identity(), From 675ae47e04cc1f61a3403b088f44bb9a396d9541 Mon Sep 17 00:00:00 2001 From: NadimETH <138491408+NadimETH@users.noreply.github.com> Date: Mon, 4 Mar 2024 15:22:24 +0100 Subject: [PATCH 05/52] change base image to eclipse-temurin:17-jre --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 98ffecb8..7c13f034 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM openjdk:17-jdk-slim +FROM eclipse-temurin:17-jre ENV SERVER_PORT="8080" ENV JMX_PORT= @@ -38,4 +38,4 @@ CMD if [ "x${JMX_PORT}" = "x" ] ; \ --spring.config.location=file:/sebserver/config/spring/,classpath:/config/; \ fi -EXPOSE $SERVER_PORT $JMX_PORT \ No newline at end of file +EXPOSE $SERVER_PORT $JMX_PORT From 807e4daf8f17fc8304e3e02ec0a82553a281d27d Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 15:34:16 +0100 Subject: [PATCH 06/52] test new Jenkinsfile --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0814052d..af65acb3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,8 @@ pipeline { stages { stage('Maven build') { steps { - withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { + withMaven(globalMavenSettingsConfig: '', jdk: '', maven: '', mavenSettingsConfig: '', traceability: true, options: [findbugsPublisher(disabled: true)]) { + //withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { sh "mvn clean install -e -P let_reporting" } } From 5667bc800051054fb32b0cc1c31fc2dedc6ee3c3 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 15:40:17 +0100 Subject: [PATCH 07/52] test new Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index af65acb3..9af0f0f5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { stages { stage('Maven build') { steps { - withMaven(globalMavenSettingsConfig: '', jdk: '', maven: '', mavenSettingsConfig: '', traceability: true, options: [findbugsPublisher(disabled: true)]) { + withMaven(jdk: '17', traceability: true, options: [findbugsPublisher(disabled: true)]) { //withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { sh "mvn clean install -e -P let_reporting" } From 21f1708ac02822cbbf33e30ce32a57189a550561 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 15:41:47 +0100 Subject: [PATCH 08/52] test new Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9af0f0f5..ea953804 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { stages { stage('Maven build') { steps { - withMaven(jdk: '17', traceability: true, options: [findbugsPublisher(disabled: true)]) { + withMaven(jdk: '8', traceability: true, options: [findbugsPublisher(disabled: true)]) { //withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { sh "mvn clean install -e -P let_reporting" } From 4b264abee60c3e6ba93fb4ddccdd1224c8da1bf2 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 15:42:48 +0100 Subject: [PATCH 09/52] test new Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ea953804..b080b2b0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { stages { stage('Maven build') { steps { - withMaven(jdk: '8', traceability: true, options: [findbugsPublisher(disabled: true)]) { + withMaven(jdk: '8', traceability: true) { //withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { sh "mvn clean install -e -P let_reporting" } From d30188f01e48456173c9fd88b2558c2d5ddea8c0 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 15:45:25 +0100 Subject: [PATCH 10/52] test new Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b080b2b0..257ff990 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,9 +14,9 @@ pipeline { stages { stage('Maven build') { steps { - withMaven(jdk: '8', traceability: true) { + withMaven(jdk: '17', traceability: true) { //withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { - sh "mvn clean install -e -P let_reporting" + sh "mvn clean install" } } } From 05d4dd11f1b5b99fdcf0082b33009338cb244524 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 15:46:26 +0100 Subject: [PATCH 11/52] test new Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 257ff990..7256bc4d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { stages { stage('Maven build') { steps { - withMaven(jdk: '17', traceability: true) { + withMaven(jdk: '17', traceability: true, sh: 'mvn clean install') { //withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { sh "mvn clean install" } From 704578853c0cc615b8ddba9379c3b616681729bb Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 15:47:45 +0100 Subject: [PATCH 12/52] test new Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7256bc4d..257ff990 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { stages { stage('Maven build') { steps { - withMaven(jdk: '17', traceability: true, sh: 'mvn clean install') { + withMaven(jdk: '17', traceability: true) { //withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { sh "mvn clean install" } From 0ca2622319db20749054e82faa268b7f7b44c73a Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 15:49:55 +0100 Subject: [PATCH 13/52] test new Jenkinsfile --- Jenkinsfile | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 257ff990..4e884a37 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,30 +21,30 @@ pipeline { } } - stage('Reporting') { - steps { - withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { - sh "mvn --batch-mode -V -U -e -P let_reporting pmd:pmd pmd:cpd findbugs:findbugs spotbugs:spotbugs" - } - } - } +// stage('Reporting') { +// steps { +// withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { +// sh "mvn --batch-mode -V -U -e -P let_reporting pmd:pmd pmd:cpd findbugs:findbugs spotbugs:spotbugs" +// } +// } +// } } - post { - always { - junit testResults: '**/target/surefire-reports/TEST-*.xml' - - recordIssues enabledForFailure: true, tool: spotBugs() - recordIssues enabledForFailure: true, tool: pmdParser(pattern: '**/target/pmd.xml') - } - failure { - setBuildStatus("Build failed", "FAILURE"); - emailext body: "The build of the LET Application (${env.JOB_NAME}) failed! See ${env.BUILD_URL}", recipientProviders: [[$class: 'CulpritsRecipientProvider']], subject: 'LET Application Build Failure' - } - success { - setBuildStatus("Build complete", "SUCCESS"); - } - } +// post { +// always { +// junit testResults: '**/target/surefire-reports/TEST-*.xml' +// +// recordIssues enabledForFailure: true, tool: spotBugs() +// recordIssues enabledForFailure: true, tool: pmdParser(pattern: '**/target/pmd.xml') +// } +// failure { +// setBuildStatus("Build failed", "FAILURE"); +// emailext body: "The build of the LET Application (${env.JOB_NAME}) failed! See ${env.BUILD_URL}", recipientProviders: [[$class: 'CulpritsRecipientProvider']], subject: 'LET Application Build Failure' +// } +// success { +// setBuildStatus("Build complete", "SUCCESS"); +// } +// } options { timeout(time: 10, unit: 'MINUTES') buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '7')) From 7d466f81518b6f52539754d62ba0bc77874cbf22 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 15:56:17 +0100 Subject: [PATCH 14/52] test new Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4e884a37..4c7bb729 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,10 +14,10 @@ pipeline { stages { stage('Maven build') { steps { - withMaven(jdk: '17', traceability: true) { + //withMaven(jdk: '17', traceability: true) { //withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { sh "mvn clean install" - } + //} } } From 69f5ae1d8f3fb08f96684ad277082d897919fc17 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 15:57:19 +0100 Subject: [PATCH 15/52] test new Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4c7bb729..2b62ebdb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,10 +14,10 @@ pipeline { stages { stage('Maven build') { steps { - //withMaven(jdk: '17', traceability: true) { + withMaven() { //withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { sh "mvn clean install" - //} + } } } From 284109c77c0d321e2295c4d1b02e5287c2ce4c35 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 16:00:06 +0100 Subject: [PATCH 16/52] test new Jenkinsfile --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2b62ebdb..cec490e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,9 @@ pipeline { stages { stage('Maven build') { steps { - withMaven() { + git url: 'https://github.com/SafeExamBrowser/seb-server' + withMaven { + //withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { sh "mvn clean install" } From dfe593836d0ead8ea64126d259380ca40e378758 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 16:08:32 +0100 Subject: [PATCH 17/52] test new Jenkinsfile --- Jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index cec490e2..ec899cbf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,10 +14,7 @@ pipeline { stages { stage('Maven build') { steps { - git url: 'https://github.com/SafeExamBrowser/seb-server' - withMaven { - - //withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { + withMaven(maven: 'Maven') { sh "mvn clean install" } } From 2c23b4e07d8c156ddeb2f7d63490ad5b9e668af3 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 16:09:58 +0100 Subject: [PATCH 18/52] test new Jenkinsfile --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ec899cbf..b97dc7fa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -44,10 +44,10 @@ pipeline { // setBuildStatus("Build complete", "SUCCESS"); // } // } - options { - timeout(time: 10, unit: 'MINUTES') - buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '7')) - } +// options { +// timeout(time: 10, unit: 'MINUTES') +// buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '7')) +// } triggers { pollSCM('H/5 * * * *') } From 543498c0c7806b2aa5b98a49bb17d32ac1815f1a Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 16:10:45 +0100 Subject: [PATCH 19/52] test new Jenkinsfile --- Jenkinsfile | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b97dc7fa..85e859e0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,37 +19,6 @@ pipeline { } } } - -// stage('Reporting') { -// steps { -// withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { -// sh "mvn --batch-mode -V -U -e -P let_reporting pmd:pmd pmd:cpd findbugs:findbugs spotbugs:spotbugs" -// } -// } -// } - } -// post { -// always { -// junit testResults: '**/target/surefire-reports/TEST-*.xml' -// -// recordIssues enabledForFailure: true, tool: spotBugs() -// recordIssues enabledForFailure: true, tool: pmdParser(pattern: '**/target/pmd.xml') -// } -// failure { -// setBuildStatus("Build failed", "FAILURE"); -// emailext body: "The build of the LET Application (${env.JOB_NAME}) failed! See ${env.BUILD_URL}", recipientProviders: [[$class: 'CulpritsRecipientProvider']], subject: 'LET Application Build Failure' -// } -// success { -// setBuildStatus("Build complete", "SUCCESS"); -// } -// } -// options { -// timeout(time: 10, unit: 'MINUTES') -// buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '7')) -// } - triggers { - pollSCM('H/5 * * * *') - } } \ No newline at end of file From d4fd49da9da9c533154ddd48f5f6cf03bd6fee9a Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 16:11:44 +0100 Subject: [PATCH 20/52] test new Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 85e859e0..de65c405 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,6 +19,7 @@ pipeline { } } } + } } \ No newline at end of file From 26406b4fdb19deefc15f95de283e88ede6d27e39 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 16:15:46 +0100 Subject: [PATCH 21/52] test new Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index de65c405..a852909a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { stages { stage('Maven build') { steps { - withMaven(maven: 'Maven') { + withMaven(maven: 'Maven3.9.6') { sh "mvn clean install" } } From 015806db5b0bd18965cd3c35c5936a1ce4e5e790 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 16:41:18 +0100 Subject: [PATCH 22/52] test new Jenkinsfile and switch integration test port to 8888 --- Jenkinsfile | 32 ++++++++++++++++++- .../sebserver/gbl/client/ProxyDataTest.java | 4 +-- .../gui/integration/GuiIntegrationTest.java | 2 +- .../gui/integration/SEBClientBot.java | 2 +- .../integration/UseCasesIntegrationTest.java | 2 +- .../resources/application-test.properties | 2 +- 6 files changed, 37 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a852909a..e83a1c8b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,12 +14,42 @@ pipeline { stages { stage('Maven build') { steps { - withMaven(maven: 'Maven3.9.6') { + withMaven(maven: 'Maven3.9.6', options: [findbugsPublisher(disabled: true)]) { sh "mvn clean install" } } } + + stage('Reporting') { + steps { + withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { + sh "mvn --batch-mode -V -U -e -P let_reporting pmd:pmd pmd:cpd findbugs:findbugs spotbugs:spotbugs" + } + } + } } + post { + always { + junit testResults: '**/target/surefire-reports/TEST-*.xml' + + recordIssues enabledForFailure: true, tool: spotBugs() + recordIssues enabledForFailure: true, tool: pmdParser(pattern: '**/target/pmd.xml') + } + failure { + setBuildStatus("Build failed", "FAILURE"); + emailext body: "The build of the LET Application (${env.JOB_NAME}) failed! See ${env.BUILD_URL}", recipientProviders: [[$class: 'CulpritsRecipientProvider']], subject: 'LET Application Build Failure' + } + success { + setBuildStatus("Build complete", "SUCCESS"); + } + } + options { + timeout(time: 10, unit: 'MINUTES') + buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '', numToKeepStr: '7')) + } + triggers { + pollSCM('H/5 * * * *') + } } \ No newline at end of file diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/client/ProxyDataTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/client/ProxyDataTest.java index 54d7019b..e995f0dd 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/client/ProxyDataTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/client/ProxyDataTest.java @@ -16,9 +16,9 @@ public class ProxyDataTest { @Test public void testCreation() { - final ProxyData proxyData = new ProxyData("proxyName", 8080, new ClientCredentials("user1", "password")); + final ProxyData proxyData = new ProxyData("proxyName", 8888, new ClientCredentials("user1", "password")); assertEquals( - "ProxyData [proxyName=proxyName, proxyPort=8080, clientCredentials=ClientCredentials [clientId=user1]]", + "ProxyData [proxyName=proxyName, proxyPort=8888, clientCredentials=ClientCredentials [clientId=user1]]", proxyData.toString()); } diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/integration/GuiIntegrationTest.java b/src/test/java/ch/ethz/seb/sebserver/gui/integration/GuiIntegrationTest.java index a002194d..19b9807b 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/integration/GuiIntegrationTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/integration/GuiIntegrationTest.java @@ -80,7 +80,7 @@ public abstract class GuiIntegrationTest { final HttpSession sessionMock = Mockito.mock(HttpSession.class); final WebserviceURIService webserviceURIService = new WebserviceURIService( - "http", "localhost", "8080", "/", this.endpoint); + "http", "localhost", "8888", "/", this.endpoint); final ClientHttpRequestFactoryService clientHttpRequestFactoryService = Mockito .mock(ClientHttpRequestFactoryService.class); diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/integration/SEBClientBot.java b/src/test/java/ch/ethz/seb/sebserver/gui/integration/SEBClientBot.java index d45fb916..5d9eeb05 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/integration/SEBClientBot.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/integration/SEBClientBot.java @@ -79,7 +79,7 @@ public class SEBClientBot { private final ObjectMapper jsonMapper = new ObjectMapper(); private final Random random = new Random(); - String webserviceAddress = "http://localhost:8080"; + String webserviceAddress = "http://localhost:8888"; String accessTokenEndpoint = "/oauth/token"; String clientId = "test"; String sessionId = null; diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/integration/UseCasesIntegrationTest.java b/src/test/java/ch/ethz/seb/sebserver/gui/integration/UseCasesIntegrationTest.java index 251bfd6f..1e7d1da2 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/integration/UseCasesIntegrationTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/integration/UseCasesIntegrationTest.java @@ -2922,7 +2922,7 @@ public class UseCasesIntegrationTest extends GuiIntegrationTest { .getBuilder(NewLmsSetup.class) .withFormParam(Domain.LMS_SETUP.ATTR_NAME, "Test Open edx") .withFormParam(Domain.LMS_SETUP.ATTR_LMS_TYPE, LmsType.OPEN_EDX.name()) - .withFormParam(Domain.LMS_SETUP.ATTR_LMS_URL, "http://localhost:8080/openedxtest") + .withFormParam(Domain.LMS_SETUP.ATTR_LMS_URL, "http://localhost:8888/openedxtest") .withFormParam(Domain.LMS_SETUP.ATTR_LMS_CLIENTNAME, "test") .withFormParam(Domain.LMS_SETUP.ATTR_LMS_CLIENTSECRET, "test") .call(); diff --git a/src/test/resources/application-test.properties b/src/test/resources/application-test.properties index 2747dec0..622fec38 100644 --- a/src/test/resources/application-test.properties +++ b/src/test/resources/application-test.properties @@ -6,7 +6,7 @@ spring.http.encoding.charset=UTF-8 spring.http.encoding.enabled=true server.address=localhost -server.port=8080 +server.port=8888 server.servlet.context-path=/ spring.main.allow-bean-definition-overriding=true From 4ec0cc7aa6d27ff8054abb319df787b2a77346a1 Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 5 Mar 2024 08:18:53 +0100 Subject: [PATCH 23/52] Jenkins test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e83a1c8b..0b998b94 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { stage('Maven build') { steps { withMaven(maven: 'Maven3.9.6', options: [findbugsPublisher(disabled: true)]) { - sh "mvn clean install" + sh "mvn clean install -e -P let_reporting" } } } From e76d558e483b468e55d54221a9992a235d4f846f Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 5 Mar 2024 08:52:52 +0100 Subject: [PATCH 24/52] Jenkins test --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9b554dfa..08ad23da 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ let_reporting - 1.8 + 17 From 4fc5f6fe950a3004f49de49ed5fc2d05267ef624 Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 5 Mar 2024 09:24:35 +0100 Subject: [PATCH 25/52] Jenkins test --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 08ad23da..4fca0c4e 100644 --- a/pom.xml +++ b/pom.xml @@ -79,8 +79,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.8 - 1.8 + ${java.version} + ${java.version} @@ -100,7 +100,7 @@ org.apache.maven.plugins maven-pmd-plugin - 3.10.0 + 3.21.2 false false From acc4532ff42204d5fb1e52b582a6680edfdcb319 Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 5 Mar 2024 09:49:19 +0100 Subject: [PATCH 26/52] fixed let_reporting --- pom.xml | 37 +++++++++++++------------------------ 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index 4fca0c4e..dc78ca0a 100644 --- a/pom.xml +++ b/pom.xml @@ -79,8 +79,8 @@ org.apache.maven.plugins maven-compiler-plugin - ${java.version} - ${java.version} + UTF-8 + ${java.version} @@ -89,6 +89,9 @@ maven-surefire-plugin UTF-8 + + UTF-8 + @@ -119,27 +122,6 @@ - com.github.spotbugs spotbugs-maven-plugin @@ -163,7 +145,7 @@ org.jacoco jacoco-maven-plugin - 0.8.3 + 0.8.7 prepare-agent @@ -189,6 +171,13 @@ + + + org.glassfish.jaxb + jaxb-runtime + 2.4.0-b180830.0438 + + From 87a7e11530a79aaf0e7310b92a8c63b727485011 Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 5 Mar 2024 09:59:32 +0100 Subject: [PATCH 27/52] fixed let_reporting to 17 --- .github/workflows/buildReporting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildReporting.yml b/.github/workflows/buildReporting.yml index 52608a2d..3f0d8fec 100644 --- a/.github/workflows/buildReporting.yml +++ b/.github/workflows/buildReporting.yml @@ -23,7 +23,7 @@ jobs: name: Set up JDK 8 uses: actions/setup-java@v4 with: - java-version: '8' + java-version: '17' distribution: 'adopt' - name: Cache Maven packages From 350d679300fd3138a1db12191662a8ad202d59fd Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 5 Mar 2024 10:09:13 +0100 Subject: [PATCH 28/52] remove spotbugs (seems not be existing anymore) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0b998b94..46ceb7ee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Reporting') { steps { withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { - sh "mvn --batch-mode -V -U -e -P let_reporting pmd:pmd pmd:cpd findbugs:findbugs spotbugs:spotbugs" + sh "mvn --batch-mode -V -U -e -P let_reporting pmd:pmd pmd:cpd findbugs:findbugs" } } } From 8e115d26d0a55bd61591ccd30a4173878dfd640c Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 5 Mar 2024 10:20:35 +0100 Subject: [PATCH 29/52] remove spotbugs (seems not be existing anymore) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 46ceb7ee..e2fa809f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { always { junit testResults: '**/target/surefire-reports/TEST-*.xml' - recordIssues enabledForFailure: true, tool: spotBugs() + //recordIssues enabledForFailure: true, tool: spotBugs() recordIssues enabledForFailure: true, tool: pmdParser(pattern: '**/target/pmd.xml') } failure { From 3b96c11324e335edc0a04af8bfcf4ac1ee85ddd3 Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 5 Mar 2024 10:37:28 +0100 Subject: [PATCH 30/52] fixed maven for reporting --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e2fa809f..c8912680 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { stage('Reporting') { steps { - withMaven(maven: 'Maven', options: [findbugsPublisher(disabled: true)]) { + withMaven(maven: 'Maven3.9.6', options: [findbugsPublisher(disabled: true)]) { sh "mvn --batch-mode -V -U -e -P let_reporting pmd:pmd pmd:cpd findbugs:findbugs" } } @@ -33,7 +33,7 @@ pipeline { always { junit testResults: '**/target/surefire-reports/TEST-*.xml' - //recordIssues enabledForFailure: true, tool: spotBugs() + recordIssues enabledForFailure: true, tool: spotBugs() recordIssues enabledForFailure: true, tool: pmdParser(pattern: '**/target/pmd.xml') } failure { From 04ad9da947d10470681935c64cd7cb225d3ae10b Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 5 Mar 2024 11:26:53 +0100 Subject: [PATCH 31/52] fixed maven for reporting --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c8912680..d8f5b043 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { stages { stage('Maven build') { steps { - withMaven(maven: 'Maven3.9.6', options: [findbugsPublisher(disabled: true)]) { + withMaven(maven: 'Maven3.9.6') { sh "mvn clean install -e -P let_reporting" } } @@ -22,8 +22,8 @@ pipeline { stage('Reporting') { steps { - withMaven(maven: 'Maven3.9.6', options: [findbugsPublisher(disabled: true)]) { - sh "mvn --batch-mode -V -U -e -P let_reporting pmd:pmd pmd:cpd findbugs:findbugs" + withMaven(maven: 'Maven3.9.6') { + sh "mvn --batch-mode -V -U -e -P let_reporting pmd:pmd pmd:cpd spotbugs:spotbugs" } } } From 3940dcb280819e7a1a3ea8d1b8c6ab145b20cf64 Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 5 Mar 2024 12:50:24 +0100 Subject: [PATCH 32/52] remove double maven build for reporting --- .github/workflows/buildReporting.yml | 52 ++-------------------------- 1 file changed, 3 insertions(+), 49 deletions(-) diff --git a/.github/workflows/buildReporting.yml b/.github/workflows/buildReporting.yml index 3f0d8fec..64704c1c 100644 --- a/.github/workflows/buildReporting.yml +++ b/.github/workflows/buildReporting.yml @@ -44,61 +44,15 @@ jobs: fail_ci_if_error: false verbose: false - maven-build-docker: - needs: maven-build-reporting - # Run only on tagging - if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') - runs-on: ubuntu-latest - steps: - - - name: Get short SHA - uses: benjlevesque/short-sha@v2.1 - id: short-sha - - - name: Store short SHA as environment variable - run: echo $SHA - env: - SHA: ${{ steps.short-sha.outputs.sha }} - - - name: Set env - run: echo "TAG_NAME=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - - - name: Test tag name - run: | - echo $TAG_NAME - echo ${{ env.TAG_NAME }} - - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Set up JDK 17 - uses: actions/setup-java@v4 - with: - java-version: '17' - distribution: 'adopt' - - - name: Cache Maven packages - uses: actions/cache@v4 - with: - path: ~/.m2 - key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} - restore-keys: ${{ runner.os }}-m2 - - - name: Build with Maven - run: mvn clean install -Dmaven.test.skip=true -Dsebserver-version="${{ env.TAG_NAME }}-${{ env.SHA }}" - env: - sebserver-version: ${{ env.TAG_NAME }}-${{ env.SHA }} - - - name: Simplify package name + - name: Simplify package name run: mv target/seb-server-${{ env.TAG_NAME }}-${{ env.SHA }}.jar target/seb-server.jar - - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v4 with: name: Package path: target/seb-server.jar docker-build: - needs: maven-build-docker + needs: maven-build-reporting # Run only on tagging if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') runs-on: ubuntu-latest From 0ccc5d216407b9c6732f8ee5943b911f526baeff Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 5 Mar 2024 12:58:51 +0100 Subject: [PATCH 33/52] remove double maven build for reporting --- .github/workflows/buildReporting.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/buildReporting.yml b/.github/workflows/buildReporting.yml index 64704c1c..49651c46 100644 --- a/.github/workflows/buildReporting.yml +++ b/.github/workflows/buildReporting.yml @@ -16,6 +16,19 @@ jobs: maven-build-reporting: runs-on: ubuntu-latest steps: + - name: Get short SHA + uses: benjlevesque/short-sha@v2.1 + id: short-sha + - name: Store short SHA as environment variable + run: echo $SHA + env: + SHA: ${{ steps.short-sha.outputs.sha }} + - name: Set env + run: echo "TAG_NAME=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV + - name: Test tag name + run: | + echo $TAG_NAME + echo ${{ env.TAG_NAME }} - name: Checkout repository uses: actions/checkout@v4 From 52247e8a56d038e4ac95ae96bd7f0c657905748a Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 5 Mar 2024 13:16:59 +0100 Subject: [PATCH 34/52] remove double maven build for reporting --- .github/workflows/buildReporting.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/buildReporting.yml b/.github/workflows/buildReporting.yml index 49651c46..8294cf6b 100644 --- a/.github/workflows/buildReporting.yml +++ b/.github/workflows/buildReporting.yml @@ -48,6 +48,8 @@ jobs: - name: Build with Maven run: mvn clean install -e -P let_reporting + env: + sebserver-version: ${{ env.TAG_NAME }}-${{ env.SHA }} - name: Reporting uses: codecov/codecov-action@v4 From c1a10d564aabd92f771b5962c846096aa89ffb94 Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 5 Mar 2024 13:21:34 +0100 Subject: [PATCH 35/52] remove double maven build for reporting --- .github/workflows/buildReporting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildReporting.yml b/.github/workflows/buildReporting.yml index 8294cf6b..6d94918a 100644 --- a/.github/workflows/buildReporting.yml +++ b/.github/workflows/buildReporting.yml @@ -47,7 +47,7 @@ jobs: restore-keys: ${{ runner.os }}-m2 - name: Build with Maven - run: mvn clean install -e -P let_reporting + run: mvn clean install -e -P let_reporting -Dsebserver-version="${{ env.TAG_NAME }}-${{ env.SHA }}" env: sebserver-version: ${{ env.TAG_NAME }}-${{ env.SHA }} - From 816528de878ef86a2055e1f3f2b31227a854113d Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 5 Mar 2024 14:20:44 +0100 Subject: [PATCH 36/52] adapt to new jenkins reporting --- pom.xml | 7 +++++++ .../ch/ethz/seb/sebserver/gbl/client/ProxyDataTest.java | 4 ++-- .../seb/sebserver/gui/integration/GuiIntegrationTest.java | 2 +- .../ethz/seb/sebserver/gui/integration/SEBClientBot.java | 2 +- .../sebserver/gui/integration/UseCasesIntegrationTest.java | 2 +- src/test/resources/application-test.properties | 2 +- 6 files changed, 13 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 9b554dfa..d6e77fb8 100644 --- a/pom.xml +++ b/pom.xml @@ -189,6 +189,13 @@ + + + org.glassfish.jaxb + jaxb-runtime + 2.4.0-b180830.0438 + + diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/client/ProxyDataTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/client/ProxyDataTest.java index 54d7019b..e995f0dd 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/client/ProxyDataTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/client/ProxyDataTest.java @@ -16,9 +16,9 @@ public class ProxyDataTest { @Test public void testCreation() { - final ProxyData proxyData = new ProxyData("proxyName", 8080, new ClientCredentials("user1", "password")); + final ProxyData proxyData = new ProxyData("proxyName", 8888, new ClientCredentials("user1", "password")); assertEquals( - "ProxyData [proxyName=proxyName, proxyPort=8080, clientCredentials=ClientCredentials [clientId=user1]]", + "ProxyData [proxyName=proxyName, proxyPort=8888, clientCredentials=ClientCredentials [clientId=user1]]", proxyData.toString()); } diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/integration/GuiIntegrationTest.java b/src/test/java/ch/ethz/seb/sebserver/gui/integration/GuiIntegrationTest.java index a002194d..19b9807b 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/integration/GuiIntegrationTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/integration/GuiIntegrationTest.java @@ -80,7 +80,7 @@ public abstract class GuiIntegrationTest { final HttpSession sessionMock = Mockito.mock(HttpSession.class); final WebserviceURIService webserviceURIService = new WebserviceURIService( - "http", "localhost", "8080", "/", this.endpoint); + "http", "localhost", "8888", "/", this.endpoint); final ClientHttpRequestFactoryService clientHttpRequestFactoryService = Mockito .mock(ClientHttpRequestFactoryService.class); diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/integration/SEBClientBot.java b/src/test/java/ch/ethz/seb/sebserver/gui/integration/SEBClientBot.java index d45fb916..5d9eeb05 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/integration/SEBClientBot.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/integration/SEBClientBot.java @@ -79,7 +79,7 @@ public class SEBClientBot { private final ObjectMapper jsonMapper = new ObjectMapper(); private final Random random = new Random(); - String webserviceAddress = "http://localhost:8080"; + String webserviceAddress = "http://localhost:8888"; String accessTokenEndpoint = "/oauth/token"; String clientId = "test"; String sessionId = null; diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/integration/UseCasesIntegrationTest.java b/src/test/java/ch/ethz/seb/sebserver/gui/integration/UseCasesIntegrationTest.java index 251bfd6f..1e7d1da2 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/integration/UseCasesIntegrationTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/integration/UseCasesIntegrationTest.java @@ -2922,7 +2922,7 @@ public class UseCasesIntegrationTest extends GuiIntegrationTest { .getBuilder(NewLmsSetup.class) .withFormParam(Domain.LMS_SETUP.ATTR_NAME, "Test Open edx") .withFormParam(Domain.LMS_SETUP.ATTR_LMS_TYPE, LmsType.OPEN_EDX.name()) - .withFormParam(Domain.LMS_SETUP.ATTR_LMS_URL, "http://localhost:8080/openedxtest") + .withFormParam(Domain.LMS_SETUP.ATTR_LMS_URL, "http://localhost:8888/openedxtest") .withFormParam(Domain.LMS_SETUP.ATTR_LMS_CLIENTNAME, "test") .withFormParam(Domain.LMS_SETUP.ATTR_LMS_CLIENTSECRET, "test") .call(); diff --git a/src/test/resources/application-test.properties b/src/test/resources/application-test.properties index 2747dec0..622fec38 100644 --- a/src/test/resources/application-test.properties +++ b/src/test/resources/application-test.properties @@ -6,7 +6,7 @@ spring.http.encoding.charset=UTF-8 spring.http.encoding.enabled=true server.address=localhost -server.port=8080 +server.port=8888 server.servlet.context-path=/ spring.main.allow-bean-definition-overriding=true From 3b123ff698b9add89599a169544d95e3cf2e68ee Mon Sep 17 00:00:00 2001 From: anhefti Date: Wed, 6 Mar 2024 12:09:34 +0100 Subject: [PATCH 37/52] fix cleanup task --- .github/workflows/buildReporting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildReporting.yml b/.github/workflows/buildReporting.yml index 6d94918a..8e1b4e0d 100644 --- a/.github/workflows/buildReporting.yml +++ b/.github/workflows/buildReporting.yml @@ -154,6 +154,6 @@ jobs: steps: - name: Delete Artifacts - uses: geekyeggo/delete-artifact@v2 + uses: geekyeggo/delete-artifact@v4 with: name: Package From 25cdffbbb0dd10f2f7e1b79c5075c4dc412ddc53 Mon Sep 17 00:00:00 2001 From: anhefti Date: Wed, 6 Mar 2024 12:55:55 +0100 Subject: [PATCH 38/52] fix cleanup task --- .github/workflows/buildReporting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildReporting.yml b/.github/workflows/buildReporting.yml index 8e1b4e0d..dfb3864e 100644 --- a/.github/workflows/buildReporting.yml +++ b/.github/workflows/buildReporting.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get short SHA - uses: benjlevesque/short-sha@v2.1 + uses: benjlevesque/short-sha@v3 id: short-sha - name: Store short SHA as environment variable run: echo $SHA @@ -89,7 +89,7 @@ jobs: echo ${{ env.TAG_NAME }} - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 From ae4b60e3e8957a2862a31a265ad0c27ffaee796f Mon Sep 17 00:00:00 2001 From: anhefti Date: Wed, 6 Mar 2024 13:01:36 +0100 Subject: [PATCH 39/52] fix cleanup task --- .github/workflows/buildReporting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildReporting.yml b/.github/workflows/buildReporting.yml index dfb3864e..b5923992 100644 --- a/.github/workflows/buildReporting.yml +++ b/.github/workflows/buildReporting.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get short SHA - uses: benjlevesque/short-sha@v3 + uses: benjlevesque/short-sha@v3.0 id: short-sha - name: Store short SHA as environment variable run: echo $SHA From e821c22504ba5aa03ec5886624d7bbfaeb8e5e83 Mon Sep 17 00:00:00 2001 From: anhefti Date: Thu, 7 Mar 2024 10:28:47 +0100 Subject: [PATCH 40/52] SEBSERV-455 --- .../webservice/DBIntegrityChecker.java | 5 + .../sebserver/webservice/WebserviceInit.java | 4 +- .../webservice/WebserviceInitException.java | 12 + .../checks/DowngradeSEBSettingsCheck.java | 138 +++++++ .../impl/ConfigurationAttributeDAOImpl.java | 29 -- .../config/application-dev-ws.properties | 4 +- .../config/examConfigAttrVersionTable | 348 ------------------ 7 files changed, 160 insertions(+), 380 deletions(-) create mode 100644 src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceInitException.java create mode 100644 src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java delete mode 100644 src/main/resources/config/examConfigAttrVersionTable diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/DBIntegrityChecker.java b/src/main/java/ch/ethz/seb/sebserver/webservice/DBIntegrityChecker.java index 2e3d0768..b12f3058 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/DBIntegrityChecker.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/DBIntegrityChecker.java @@ -60,11 +60,16 @@ public class DBIntegrityChecker { final Result applyCheck = dbIntegrityCheck.applyCheck(this.tryFix); if (applyCheck.hasError()) { + if (applyCheck.getError() instanceof WebserviceInitException) { + throw applyCheck.getError(); + } SEBServerInit.INIT_LOGGER.info("--------> Unexpected Error: {}", applyCheck.getError().getMessage()); } else { SEBServerInit.INIT_LOGGER.info("--------> Result: {}", applyCheck.get()); } + } catch (final WebserviceInitException initE) { + throw initE; } catch (final Exception e) { log.error("Unexpected error while trying to apply data base integrity check: {}", dbIntegrityCheck); } diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceInit.java b/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceInit.java index 1086b3ec..2f87a1b3 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceInit.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceInit.java @@ -99,10 +99,10 @@ public class WebserviceInit implements ApplicationListener *********************************************************"); diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceInitException.java b/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceInitException.java new file mode 100644 index 00000000..bd17a090 --- /dev/null +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceInitException.java @@ -0,0 +1,12 @@ +package ch.ethz.seb.sebserver.webservice; + +public class WebserviceInitException extends RuntimeException { + + public WebserviceInitException(final String message) { + super(message); + } + + public WebserviceInitException(final String message, final Throwable cause) { + super(message, cause); + } +} diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java new file mode 100644 index 00000000..0f9875d4 --- /dev/null +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java @@ -0,0 +1,138 @@ +package ch.ethz.seb.sebserver.webservice.datalayer.checks; + +import java.util.Arrays; +import java.util.List; +import java.util.Set; +import java.util.stream.Collectors; + +import ch.ethz.seb.sebserver.gbl.Constants; +import ch.ethz.seb.sebserver.gbl.profile.WebServiceProfile; +import ch.ethz.seb.sebserver.gbl.util.Result; +import ch.ethz.seb.sebserver.webservice.DBIntegrityCheck; +import ch.ethz.seb.sebserver.webservice.WebserviceInitException; +import ch.ethz.seb.sebserver.webservice.datalayer.batis.mapper.*; +import ch.ethz.seb.sebserver.webservice.datalayer.batis.model.ConfigurationAttributeRecord; +import ch.ethz.seb.sebserver.webservice.datalayer.batis.model.OrientationRecord; +import org.apache.commons.lang3.StringUtils; +import org.mybatis.dynamic.sql.SqlBuilder; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; +import org.springframework.beans.factory.annotation.Value; +import org.springframework.context.annotation.Lazy; +import org.springframework.stereotype.Component; + +@Lazy +@Component +@WebServiceProfile +public class DowngradeSEBSettingsCheck implements DBIntegrityCheck { + + public static final Logger INIT_LOGGER = LoggerFactory.getLogger("ch.ethz.seb.SEB_SERVER_INIT"); + + private final OrientationRecordMapper orientationRecordMapper; + private final ConfigurationAttributeRecordMapper configurationAttributeRecordMapper; + private final ConfigurationValueRecordMapper configurationValueRecordMapper; + + private final String versionAttributeIds = + "1,2,3,4,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,42,43,44,45,46,47,48," + + "50,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,81,82,85,86,87,88," + + "89,90,91,92,93,94,95,96,97,98,99,100,200,201,202,203,204,205,206,210,220,221,222,223,231,233,234,235,236," + + "237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262," + + "263,264,265,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322," + + "400,401,402,403,404,405,406,407,408,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516," + + "517,518,519,520,804,812,900,901,904,919,928,940,941,942,950,951,952,953,960,961,970,971,972,973,974,975," + + "1100,1101,1102,1103,1104,1105,1106,1108,1116,1120,1121,1122,1123,1124,1125,1129,1130,1131,1132,1133,1500," + + "1501,1502,1503,1504,1505,1506,1508,1516,1530,1531,1532,1533,1551,1578,"; + private final boolean fixDowngrade; + + public DowngradeSEBSettingsCheck( + final OrientationRecordMapper orientationRecordMapper, + final ConfigurationAttributeRecordMapper configurationAttributeRecordMapper, + final ConfigurationValueRecordMapper configurationValueRecordMapper, + @Value("${sebserver.init.database.integrity.fix.downgrade:false}") final boolean fixDowngrade) { + + this.orientationRecordMapper = orientationRecordMapper; + this.configurationAttributeRecordMapper = configurationAttributeRecordMapper; + this.configurationValueRecordMapper = configurationValueRecordMapper; + this.fixDowngrade = fixDowngrade; + } + + @Override + public String name() { + return "DowngradeSEBSettingsCheck"; + } + + @Override + public String description() { + return "Check if there are additional SEB Settings orientations within the database that do not match the once for the current SEB Server version."; + } + + @Override + public Result applyCheck(boolean tryFix) { + return Result.tryCatch(() -> { + + final String[] split = StringUtils.split(versionAttributeIds, Constants.LIST_SEPARATOR_CHAR); + final List config_attrs_ids = Arrays.stream(split).map(s -> { + try { + return Long.valueOf(s.trim()); + } catch (final Exception e) { + return 0L; + } + }).collect(Collectors.toList()); + + final List attributeIds = orientationRecordMapper.selectByExample() + .where(OrientationRecordDynamicSqlSupport.templateId, SqlBuilder.isEqualTo(0L)) + .and(OrientationRecordDynamicSqlSupport.configAttributeId, SqlBuilder.isNotIn(config_attrs_ids)) + .build() + .execute() + .stream() + .map(OrientationRecord::getConfigAttributeId) + .collect(Collectors.toList()); + + if (attributeIds.isEmpty()) { + return "No additional SEB Settings orientations for downgrading found."; + } + + final Set allNames = configurationAttributeRecordMapper + .selectByExample() + .where(ConfigurationAttributeRecordDynamicSqlSupport.id, SqlBuilder.isIn(attributeIds)) + .build() + .execute() + .stream() + .map(ConfigurationAttributeRecord::getName) + .collect(Collectors.toSet()); + + if (!fixDowngrade) { + INIT_LOGGER.error(" ---> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); + INIT_LOGGER.error(" ---> !!! Detected a Database version integrity violation, probably due to SEB Server version downgrade."); + INIT_LOGGER.error(" ---> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); + INIT_LOGGER.error(" ---> !!!! Please check the following correction and set 'sebserver.init.database.integrity.fix.downgrade'"); + INIT_LOGGER.error(" ---> !!!! to true to apply repair with next startup. Then SEB Server will apply the repair task"); + INIT_LOGGER.error(" ---> !!!! After successfully repair you can set 'sebserver.init.database.integrity.fix.downgrade' back to false "); + INIT_LOGGER.error(" ---> !!!! NOTE: Repair will delete the following SEB Settings orientation for Exam Configuration default Views"); + INIT_LOGGER.error(" ---> !!!! Exam Configurations built from Configuration Template will stay the same and might have incorrect View Tabs"); + INIT_LOGGER.error(" ---> !!!! Repair will remove following SEB Settings from default view:\n {}", allNames); + INIT_LOGGER.error(" ---> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); + throw new WebserviceInitException("Detected a Database version integrity violation, probably due to SEB Server version downgrade. See logs above"); + //return "Downgrade SEB Settings correction would delete the following SEB Settings: " + allNames; + } else { + // TODO delete orientations + + try { + final Integer deletedOrientation = orientationRecordMapper + .deleteByExample() + .where(OrientationRecordDynamicSqlSupport.configAttributeId, SqlBuilder.isIn(attributeIds)) + .and(OrientationRecordDynamicSqlSupport.templateId, SqlBuilder.isEqualTo(0L)) + .build() + .execute(); + + INIT_LOGGER.info(" ---> Deleted {} entries from table orientation", deletedOrientation); + + return "Successfully deleted SEB Settings attributes: " + allNames; + } catch (final Exception e) { + INIT_LOGGER.error("Failed to delete SEB Settings attributes: ", e); + return "Failed to delete SEB Settings attributes: " + allNames; + } + } + }); + } +} diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java index 8eb1eba3..b453def9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java @@ -14,12 +14,8 @@ import java.util.*; import java.util.function.Predicate; import java.util.stream.Collectors; -import ch.ethz.seb.sebserver.gbl.Constants; -import org.apache.commons.io.IOUtils; -import org.apache.commons.lang3.StringUtils; import org.mybatis.dynamic.sql.SqlBuilder; import org.springframework.context.annotation.Lazy; -import org.springframework.core.io.ClassPathResource; import org.springframework.stereotype.Component; import org.springframework.transaction.annotation.Transactional; @@ -50,7 +46,6 @@ public class ConfigurationAttributeDAOImpl implements ConfigurationAttributeDAO private final ConfigurationAttributeRecordMapper configurationAttributeRecordMapper; private final ConfigurationValueRecordMapper configurationValueRecordMapper; private final OrientationRecordMapper orientationRecordMapper; - private final Set config_attrs_ids; protected ConfigurationAttributeDAOImpl( final ConfigurationAttributeRecordMapper configurationAttributeRecordMapper, @@ -60,25 +55,6 @@ public class ConfigurationAttributeDAOImpl implements ConfigurationAttributeDAO this.configurationAttributeRecordMapper = configurationAttributeRecordMapper; this.configurationValueRecordMapper = configurationValueRecordMapper; this.orientationRecordMapper = orientationRecordMapper; - - Set _config_attrs_ids = null; - try { - final ClassPathResource configFileResource = new ClassPathResource("config/examConfigAttrVersionTable"); - final String ids_comma_separated = IOUtils.toString(configFileResource.getInputStream()); - final String[] split = StringUtils.split(ids_comma_separated, Constants.LIST_SEPARATOR_CHAR); - _config_attrs_ids = Arrays.stream(split).map(s -> { - try { - return Long.valueOf(s.trim()); - } catch (Exception e) { - return 0L; - } - }).collect(Collectors.toSet()); - } catch (final Exception e) { - log.error("Failed to get exam config attribute version infos: ", e); - _config_attrs_ids = null; - } - - config_attrs_ids = _config_attrs_ids; } @Override @@ -176,16 +152,11 @@ public class ConfigurationAttributeDAOImpl implements ConfigurationAttributeDAO .build() .execute() .stream() - .filter(this::settingsVersionFilter) .map(ConfigurationAttributeDAOImpl::toDomainModel) .flatMap(DAOLoggingSupport::logAndSkipOnError) .collect(Collectors.toList())); } - private boolean settingsVersionFilter(final ConfigurationAttributeRecord record) { - return config_attrs_ids == null || config_attrs_ids.contains(record.getId()); - } - @Override @Transactional public Result createNew(final ConfigurationAttribute data) { diff --git a/src/main/resources/config/application-dev-ws.properties b/src/main/resources/config/application-dev-ws.properties index d2a040b4..24b3e649 100644 --- a/src/main/resources/config/application-dev-ws.properties +++ b/src/main/resources/config/application-dev-ws.properties @@ -61,4 +61,6 @@ springdoc.swagger-ui.enabled=true management.server.port=${server.port} management.endpoints.web.base-path=/management management.endpoints.web.exposure.include=logfile,loggers,jolokia -management.endpoints.web.path-mapping.jolokia=jmx \ No newline at end of file +management.endpoints.web.path-mapping.jolokia=jmx + +sebserver.init.database.integrity.fix.downgrade=false \ No newline at end of file diff --git a/src/main/resources/config/examConfigAttrVersionTable b/src/main/resources/config/examConfigAttrVersionTable deleted file mode 100644 index 6bc36b97..00000000 --- a/src/main/resources/config/examConfigAttrVersionTable +++ /dev/null @@ -1,348 +0,0 @@ -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -21, -22, -23, -24, -25, -26, -27, -28, -29, -30, -31, -32, -33, -34, -35, -36, -37, -38, -39, -40, -41, -42, -43, -44, -45, -46, -47, -48, -49, -50, -51, -52, -53, -54, -55, -56, -57, -58, -59, -60, -61, -62, -63, -64, -65, -66, -67, -68, -69, -70, -71, -72, -73, -91, -92, -93, -200, -201, -202, -210, -220, -300, -301, -302, -303, -304, -305, -306, -307, -308, -309, -310, -311, -312, -313, -314, -315, -316, -317, -318, -319, -320, -321, -322, -400, -401, -402, -403, -404, -405, -406, -407, -408, -500, -501, -502, -503, -504, -505, -506, -507, -508, -509, -510, -511, -512, -513, -514, -515, -516, -517, -518, -519, -520, -800, -801, -802, -803, -804, -805, -806, -807, -808, -809, -810, -812, -813, -900, -901, -902, -903, -904, -905, -906, -907, -908, -909, -910, -911, -912, -913, -914, -915, -917, -918, -919, -920, -921, -922, -923, -924, -925, -926, -927, -928, -929, -930, -931, -932, -933, -940, -941, -942, -943, -944, -945, -946, -947, -948, -950, -951, -952, -953, -960, -961, -970, -971, -972, -973, -974, -975, -1000, -1001, -1100, -1101, -1102, -1103, -1104, -1105, -1106, -1107, -1108, -1109, -1110, -1111, -1112, -1113, -1114, -1115, -1116, -1120, -1121, -1122, -1123, -1124, -1125, -1126, -1127, -1128, -1129, -1130, -1131, -1132, -1133, -1500, -1501, -1502, -1503, -1504, -1505, -1506, -1507, -1508, -1509, -1510, -1511, -1512, -1513, -1514, -1515, -1516, -1530, -1531, -1532, -1533, -1550, -1551, -1552, -1553, -1554, -1555, -1556, -1557, -1558, -1559, -1560, -1561, -1562, -1563, -1564, -1565, -1566, -1567, -1568, -1569, -1570, -1571, -1572, -1573, -1574, -1575, -1576, -1578, -74, -75, -76, -77, -78, -79, -81, -82, -85, -86, -87, -88, -89, -90, -94, -95, -96, -97, -98, -99, -100, -101, -102, -1577, -203, -204, -205, -206, -221, -222, -223, -231, -233, -234, -235, -236, -237, -238, -239, -240, -241, -242, -243, -244, -245, -246, -247, -248, -249, -250, -251, -252, -253, -254, -255, -256, -257, -258, -259, -260, -261, -262, -263, -264, -265 \ No newline at end of file From e0265d261537c8b10fa195a6213c114a9c616178 Mon Sep 17 00:00:00 2001 From: anhefti Date: Thu, 7 Mar 2024 11:14:30 +0100 Subject: [PATCH 41/52] SEBSERV-455 --- .../checks/DowngradeSEBSettingsCheck.java | 30 ++++++++++++++----- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java index 0f9875d4..a6a4ea61 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java @@ -1,5 +1,9 @@ package ch.ethz.seb.sebserver.webservice.datalayer.checks; +import javax.sql.DataSource; +import java.sql.Connection; +import java.sql.PreparedStatement; +import java.sql.ResultSet; import java.util.Arrays; import java.util.List; import java.util.Set; @@ -30,8 +34,9 @@ public class DowngradeSEBSettingsCheck implements DBIntegrityCheck { private final OrientationRecordMapper orientationRecordMapper; private final ConfigurationAttributeRecordMapper configurationAttributeRecordMapper; - private final ConfigurationValueRecordMapper configurationValueRecordMapper; - + private final DataSource dataSource; + private final String schemaName; + private final Long lastMigrationVersion = 22L; private final String versionAttributeIds = "1,2,3,4,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,42,43,44,45,46,47,48," + "50,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,81,82,85,86,87,88," + @@ -47,13 +52,15 @@ public class DowngradeSEBSettingsCheck implements DBIntegrityCheck { public DowngradeSEBSettingsCheck( final OrientationRecordMapper orientationRecordMapper, final ConfigurationAttributeRecordMapper configurationAttributeRecordMapper, - final ConfigurationValueRecordMapper configurationValueRecordMapper, - @Value("${sebserver.init.database.integrity.fix.downgrade:false}") final boolean fixDowngrade) { + final DataSource dataSource, + @Value("${sebserver.init.database.integrity.fix.downgrade:false}") final boolean fixDowngrade, + @Value("${sebserver.init.database.integrity.check.schema:SEBServer}") final String schemaName) { this.orientationRecordMapper = orientationRecordMapper; this.configurationAttributeRecordMapper = configurationAttributeRecordMapper; - this.configurationValueRecordMapper = configurationValueRecordMapper; + this.dataSource = dataSource; this.fixDowngrade = fixDowngrade; + this.schemaName = schemaName; } @Override @@ -115,8 +122,6 @@ public class DowngradeSEBSettingsCheck implements DBIntegrityCheck { throw new WebserviceInitException("Detected a Database version integrity violation, probably due to SEB Server version downgrade. See logs above"); //return "Downgrade SEB Settings correction would delete the following SEB Settings: " + allNames; } else { - // TODO delete orientations - try { final Integer deletedOrientation = orientationRecordMapper .deleteByExample() @@ -127,6 +132,17 @@ public class DowngradeSEBSettingsCheck implements DBIntegrityCheck { INIT_LOGGER.info(" ---> Deleted {} entries from table orientation", deletedOrientation); + INIT_LOGGER.info(" ---> Try delete migration task until this version..."); + + final Connection connection = this.dataSource.getConnection(); + final PreparedStatement prepareStatement = connection.prepareStatement( + "DELETE FROM "+ schemaName +".flyway_schema_history WHERE version > " + lastMigrationVersion); + prepareStatement.execute(); + final ResultSet resultSet = prepareStatement.getResultSet(); + final int num = resultSet.getInt(0); + + INIT_LOGGER.info(" ---> Deleted {} entries from table flyway_schema_history", deletedOrientation); + return "Successfully deleted SEB Settings attributes: " + allNames; } catch (final Exception e) { INIT_LOGGER.error("Failed to delete SEB Settings attributes: ", e); From 5ddc230a9d0aec7c8cc8e43cee8c6815e40da3ba Mon Sep 17 00:00:00 2001 From: anhefti Date: Thu, 7 Mar 2024 15:25:26 +0100 Subject: [PATCH 42/52] SEBSERV-455 --- .../datalayer/checks/DowngradeSEBSettingsCheck.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java index a6a4ea61..06a84392 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java @@ -74,7 +74,7 @@ public class DowngradeSEBSettingsCheck implements DBIntegrityCheck { } @Override - public Result applyCheck(boolean tryFix) { + public Result applyCheck(final boolean tryFix) { return Result.tryCatch(() -> { final String[] split = StringUtils.split(versionAttributeIds, Constants.LIST_SEPARATOR_CHAR); @@ -138,8 +138,6 @@ public class DowngradeSEBSettingsCheck implements DBIntegrityCheck { final PreparedStatement prepareStatement = connection.prepareStatement( "DELETE FROM "+ schemaName +".flyway_schema_history WHERE version > " + lastMigrationVersion); prepareStatement.execute(); - final ResultSet resultSet = prepareStatement.getResultSet(); - final int num = resultSet.getInt(0); INIT_LOGGER.info(" ---> Deleted {} entries from table flyway_schema_history", deletedOrientation); From 4fe5ebea69aa19e36d62d69e34fcba5ddc0fd6a5 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 11 Mar 2024 15:48:04 +0100 Subject: [PATCH 43/52] SEBSERV-455 for 1.7 and 1.6 --- .../checks/DowngradeSEBSettingsCheck.java | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java index 06a84392..3abf81b3 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java @@ -36,17 +36,19 @@ public class DowngradeSEBSettingsCheck implements DBIntegrityCheck { private final ConfigurationAttributeRecordMapper configurationAttributeRecordMapper; private final DataSource dataSource; private final String schemaName; - private final Long lastMigrationVersion = 22L; + private final Long lastMigrationVersion = 27L; private final String versionAttributeIds = - "1,2,3,4,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,42,43,44,45,46,47,48," + - "50,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,81,82,85,86,87,88," + - "89,90,91,92,93,94,95,96,97,98,99,100,200,201,202,203,204,205,206,210,220,221,222,223,231,233,234,235,236," + - "237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262," + - "263,264,265,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322," + - "400,401,402,403,404,405,406,407,408,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516," + - "517,518,519,520,804,812,900,901,904,919,928,940,941,942,950,951,952,953,960,961,970,971,972,973,974,975," + - "1100,1101,1102,1103,1104,1105,1106,1108,1116,1120,1121,1122,1123,1124,1125,1129,1130,1131,1132,1133,1500," + - "1501,1502,1503,1504,1505,1506,1508,1516,1530,1531,1532,1533,1551,1578,"; + "1,2,4,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,31,32,33,34,35,42,43,44,45,46,47,48,50,51," + + "52,53,54,55,56,57,58,59,60,61,972,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,81,82,85,86,87," + + "88,89,90,91,92,93,94,95,96,97,98,99,100,200,201,202,203,204,205,206,210,220,221,222,223,231,233,234," + + "235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259," + + "260,261,262,263,264,265,300,301,302,303,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319," + + "320,321,322,400,401,402,403,404,405,406,407,408,500,501,502,503,504,505,506,507,508,509,510,511,512," + + "513,514,515,516,517,518,519,520,804,812,900,901,942,940,941,1129,1130,1131,1132,1133,1102,1103,1106," + + "1108,1104,1105,1100,1116,1101,1120,1122,1123,1125,1124,1121,1500,1503,1506,1508,1504,1505,1502,1516," + + "1501,1530,1531,1532,1533,951,952,953,950,960,961,919,928,970,971,973,904,974,975,1578,1551,1300,1301," + + "1302,1303,1305,1306,1320,1321,1322,1564,1580,1581,1582,1200,1590,1591,1568,1577,1567,1550,909,1552,948," + + "1557,943,945,1558,1559,1560,1561,1562,905,1569,1570,1563,1595"; private final boolean fixDowngrade; public DowngradeSEBSettingsCheck( From 4cfc6660294245a75d2d9fcae93ac1196e366fb1 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 11 Mar 2024 15:48:59 +0100 Subject: [PATCH 44/52] update pom Version to 1.7-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dc78ca0a..97553ec7 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ jar - 1.6-SNAPSHOT + 1.7-SNAPSHOT ${sebserver-version} ${sebserver-version} UTF-8 From 46c2ca997b3ff1e6afd49865db717cc947356409 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 11 Mar 2024 16:20:37 +0100 Subject: [PATCH 45/52] SEBSERV-455 for 1.6 --- .../examconfig/impl/AttributeMapping.java | 2 -- .../checks/DowngradeSEBSettingsCheck.java | 35 ++++++++++++------- 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java index 9bdb8eed..e4eaac7e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java @@ -12,7 +12,6 @@ import java.util.*; import java.util.function.Function; import java.util.stream.Collectors; -import ch.ethz.seb.sebserver.webservice.datalayer.batis.model.OrientationRecord; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -20,7 +19,6 @@ import org.slf4j.LoggerFactory; import ch.ethz.seb.sebserver.gbl.model.sebconfig.ConfigurationAttribute; import ch.ethz.seb.sebserver.gbl.model.sebconfig.Orientation; import ch.ethz.seb.sebserver.gbl.util.Utils; -import org.springframework.core.io.ClassPathResource; public class AttributeMapping { diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java index 06a84392..6200d0c4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java @@ -3,7 +3,6 @@ package ch.ethz.seb.sebserver.webservice.datalayer.checks; import javax.sql.DataSource; import java.sql.Connection; import java.sql.PreparedStatement; -import java.sql.ResultSet; import java.util.Arrays; import java.util.List; import java.util.Set; @@ -36,17 +35,19 @@ public class DowngradeSEBSettingsCheck implements DBIntegrityCheck { private final ConfigurationAttributeRecordMapper configurationAttributeRecordMapper; private final DataSource dataSource; private final String schemaName; - private final Long lastMigrationVersion = 22L; + private final Long lastMigrationVersion = 27L; private final String versionAttributeIds = - "1,2,3,4,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,42,43,44,45,46,47,48," + - "50,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,81,82,85,86,87,88," + - "89,90,91,92,93,94,95,96,97,98,99,100,200,201,202,203,204,205,206,210,220,221,222,223,231,233,234,235,236," + - "237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262," + - "263,264,265,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322," + - "400,401,402,403,404,405,406,407,408,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516," + - "517,518,519,520,804,812,900,901,904,919,928,940,941,942,950,951,952,953,960,961,970,971,972,973,974,975," + - "1100,1101,1102,1103,1104,1105,1106,1108,1116,1120,1121,1122,1123,1124,1125,1129,1130,1131,1132,1133,1500," + - "1501,1502,1503,1504,1505,1506,1508,1516,1530,1531,1532,1533,1551,1578,"; + "1,2,4,8,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,31,32,33,34,35,42,43,44,45,46,47,48,50,51," + + "52,53,54,55,56,57,58,59,60,61,972,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,81,82,85,86,87," + + "88,89,90,91,92,93,94,95,96,97,98,99,100,200,201,202,203,204,205,206,210,220,221,222,223,231,233,234," + + "235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259," + + "260,261,262,263,264,265,300,301,302,303,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319," + + "320,321,322,400,401,402,403,404,405,406,407,408,500,501,502,503,504,505,506,507,508,509,510,511,512," + + "513,514,515,516,517,518,519,520,804,812,900,901,942,940,941,1129,1130,1131,1132,1133,1102,1103,1106," + + "1108,1104,1105,1100,1116,1101,1120,1122,1123,1125,1124,1121,1500,1503,1506,1508,1504,1505,1502,1516," + + "1501,1530,1531,1532,1533,951,952,953,950,960,961,919,928,970,971,973,904,974,975,1578,1551,1300,1301," + + "1302,1303,1305,1306,1320,1321,1322,1564,1580,1581,1582,1200,1590,1591,1568,1577,1567,1550,909,1552,948," + + "1557,943,945,1558,1559,1560,1561,1562,905,1569,1570,1563,1595"; private final boolean fixDowngrade; public DowngradeSEBSettingsCheck( @@ -112,11 +113,19 @@ public class DowngradeSEBSettingsCheck implements DBIntegrityCheck { INIT_LOGGER.error(" ---> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); INIT_LOGGER.error(" ---> !!! Detected a Database version integrity violation, probably due to SEB Server version downgrade."); INIT_LOGGER.error(" ---> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); - INIT_LOGGER.error(" ---> !!!! Please check the following correction and set 'sebserver.init.database.integrity.fix.downgrade'"); - INIT_LOGGER.error(" ---> !!!! to true to apply repair with next startup. Then SEB Server will apply the repair task"); + INIT_LOGGER.error(" ---> !!!! Please check if there was a SEB Server downgrade that causes this or if this is caused by actual development. "); + INIT_LOGGER.error(" ---> !!!! "); + INIT_LOGGER.error(" ---> !!!! If new SEB Settings are added to the default SEB Settings view in actual development, just add the new attributes ids"); + INIT_LOGGER.error(" ---> !!!! To the list in class DowngradeSEBSettingsCheck to fix this issue."); + INIT_LOGGER.error(" ---> !!!! "); + INIT_LOGGER.error(" ---> !!!! If a SEB Server version downgrade is the cause of this issue, please check the following"); + INIT_LOGGER.error(" ---> !!!! correction and set 'sebserver.init.database.integrity.fix.downgrade' to true"); + INIT_LOGGER.error(" ---> !!!! to apply repair with next startup. Then SEB Server will apply the repair task"); INIT_LOGGER.error(" ---> !!!! After successfully repair you can set 'sebserver.init.database.integrity.fix.downgrade' back to false "); + INIT_LOGGER.error(" ---> !!!! "); INIT_LOGGER.error(" ---> !!!! NOTE: Repair will delete the following SEB Settings orientation for Exam Configuration default Views"); INIT_LOGGER.error(" ---> !!!! Exam Configurations built from Configuration Template will stay the same and might have incorrect View Tabs"); + INIT_LOGGER.error(" ---> !!!! "); INIT_LOGGER.error(" ---> !!!! Repair will remove following SEB Settings from default view:\n {}", allNames); INIT_LOGGER.error(" ---> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); throw new WebserviceInitException("Detected a Database version integrity violation, probably due to SEB Server version downgrade. See logs above"); From 102da3ccdffd511a8df75757b16573f5e7da719c Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 12 Mar 2024 15:25:19 +0100 Subject: [PATCH 46/52] SEBSERV-455 for 1.6 --- .../datalayer/checks/DowngradeSEBSettingsCheck.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java index 6200d0c4..07714a15 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java @@ -47,7 +47,7 @@ public class DowngradeSEBSettingsCheck implements DBIntegrityCheck { "1108,1104,1105,1100,1116,1101,1120,1122,1123,1125,1124,1121,1500,1503,1506,1508,1504,1505,1502,1516," + "1501,1530,1531,1532,1533,951,952,953,950,960,961,919,928,970,971,973,904,974,975,1578,1551,1300,1301," + "1302,1303,1305,1306,1320,1321,1322,1564,1580,1581,1582,1200,1590,1591,1568,1577,1567,1550,909,1552,948," + - "1557,943,945,1558,1559,1560,1561,1562,905,1569,1570,1563,1595"; + "1557,943,945,1558,1559,1560,1561,1562,905,1569,1570,1563,1595,947"; private final boolean fixDowngrade; public DowngradeSEBSettingsCheck( @@ -128,8 +128,8 @@ public class DowngradeSEBSettingsCheck implements DBIntegrityCheck { INIT_LOGGER.error(" ---> !!!! "); INIT_LOGGER.error(" ---> !!!! Repair will remove following SEB Settings from default view:\n {}", allNames); INIT_LOGGER.error(" ---> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"); - throw new WebserviceInitException("Detected a Database version integrity violation, probably due to SEB Server version downgrade. See logs above"); - //return "Downgrade SEB Settings correction would delete the following SEB Settings: " + allNames; + //throw new WebserviceInitException("Detected a Database version integrity violation, probably due to SEB Server version downgrade. See logs above"); + return "Downgrade SEB Settings correction would delete the following SEB Settings: " + allNames; } else { try { final Integer deletedOrientation = orientationRecordMapper From 7e9b5f92af3a2279936bdb2f33ba6f640a5ee7fb Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 12 Mar 2024 16:31:43 +0100 Subject: [PATCH 47/52] Change Copyright --- .../seb/sebserver/ClientHttpRequestFactoryService.java | 2 +- .../ethz/seb/sebserver/HTTPSRedirectServerFactory.java | 2 +- src/main/java/ch/ethz/seb/sebserver/SEBServer.java | 2 +- src/main/java/ch/ethz/seb/sebserver/SEBServerInit.java | 2 +- .../java/ch/ethz/seb/sebserver/SEBServerInitEvent.java | 2 +- .../java/ch/ethz/seb/sebserver/WebSecurityConfig.java | 2 +- src/main/java/ch/ethz/seb/sebserver/gbl/Constants.java | 2 +- src/main/java/ch/ethz/seb/sebserver/gbl/api/API.java | 2 +- .../java/ch/ethz/seb/sebserver/gbl/api/APIMessage.java | 2 +- .../ch/ethz/seb/sebserver/gbl/api/APIMessageError.java | 2 +- .../ch/ethz/seb/sebserver/gbl/api/ExamAPIDiscovery.java | 2 +- .../java/ch/ethz/seb/sebserver/gbl/api/JSONMapper.java | 2 +- .../java/ch/ethz/seb/sebserver/gbl/api/POSTMapper.java | 2 +- .../ethz/seb/sebserver/gbl/api/TooManyRegistrations.java | 2 +- .../ch/ethz/seb/sebserver/gbl/api/TooManyRequests.java | 2 +- .../seb/sebserver/gbl/api/authorization/Privilege.java | 2 +- .../sebserver/gbl/api/authorization/PrivilegeType.java | 2 +- .../seb/sebserver/gbl/async/AsyncExceptionHandler.java | 2 +- .../ch/ethz/seb/sebserver/gbl/async/AsyncRunner.java | 2 +- .../ch/ethz/seb/sebserver/gbl/async/AsyncService.java | 2 +- .../sebserver/gbl/async/AsyncServiceSpringConfig.java | 2 +- .../ch/ethz/seb/sebserver/gbl/async/CircuitBreaker.java | 2 +- .../seb/sebserver/gbl/async/MemoizingCircuitBreaker.java | 2 +- .../sebserver/gbl/client/ClientCredentialService.java | 2 +- .../gbl/client/ClientCredentialServiceImpl.java | 2 +- .../ethz/seb/sebserver/gbl/client/ClientCredentials.java | 2 +- .../java/ch/ethz/seb/sebserver/gbl/client/ProxyData.java | 2 +- .../ch/ethz/seb/sebserver/gbl/model/Activatable.java | 2 +- .../ch/ethz/seb/sebserver/gbl/model/BatchAction.java | 2 +- .../java/ch/ethz/seb/sebserver/gbl/model/Entity.java | 2 +- .../ethz/seb/sebserver/gbl/model/EntityDependency.java | 2 +- .../java/ch/ethz/seb/sebserver/gbl/model/EntityKey.java | 2 +- .../java/ch/ethz/seb/sebserver/gbl/model/EntityName.java | 2 +- .../seb/sebserver/gbl/model/EntityProcessingReport.java | 2 +- .../ch/ethz/seb/sebserver/gbl/model/GrantEntity.java | 2 +- .../ch/ethz/seb/sebserver/gbl/model/ModelIdAware.java | 2 +- src/main/java/ch/ethz/seb/sebserver/gbl/model/Page.java | 2 +- .../ch/ethz/seb/sebserver/gbl/model/PageSortOrder.java | 2 +- .../seb/sebserver/gbl/model/exam/AllowedSEBVersion.java | 2 +- .../ch/ethz/seb/sebserver/gbl/model/exam/Chapters.java | 2 +- .../ethz/seb/sebserver/gbl/model/exam/ClientGroup.java | 2 +- .../seb/sebserver/gbl/model/exam/ClientGroupData.java | 2 +- .../sebserver/gbl/model/exam/ClientGroupTemplate.java | 2 +- .../seb/sebserver/gbl/model/exam/CollectingStrategy.java | 2 +- .../java/ch/ethz/seb/sebserver/gbl/model/exam/Exam.java | 2 +- .../sebserver/gbl/model/exam/ExamConfigurationMap.java | 2 +- .../ethz/seb/sebserver/gbl/model/exam/ExamTemplate.java | 2 +- .../ch/ethz/seb/sebserver/gbl/model/exam/Indicator.java | 2 +- .../seb/sebserver/gbl/model/exam/IndicatorTemplate.java | 2 +- .../sebserver/gbl/model/exam/MoodleSEBRestriction.java | 2 +- .../sebserver/gbl/model/exam/OpenEdxSEBRestriction.java | 2 +- .../gbl/model/exam/ProctoringRoomConnection.java | 2 +- .../gbl/model/exam/ProctoringServiceSettings.java | 2 +- .../ch/ethz/seb/sebserver/gbl/model/exam/QuizData.java | 2 +- .../seb/sebserver/gbl/model/exam/SEBRestriction.java | 2 +- .../gbl/model/exam/ScreenProctoringSettings.java | 2 +- .../gbl/model/institution/AppSignatureKeyInfo.java | 2 +- .../seb/sebserver/gbl/model/institution/Institution.java | 2 +- .../seb/sebserver/gbl/model/institution/LmsSetup.java | 2 +- .../gbl/model/institution/LmsSetupTestResult.java | 2 +- .../gbl/model/institution/SecurityCheckResult.java | 2 +- .../seb/sebserver/gbl/model/institution/SecurityKey.java | 2 +- .../seb/sebserver/gbl/model/sebconfig/AttributeType.java | 2 +- .../gbl/model/sebconfig/AttributeValueType.java | 2 +- .../sebserver/gbl/model/sebconfig/CertificateInfo.java | 2 +- .../seb/sebserver/gbl/model/sebconfig/Certificates.java | 2 +- .../gbl/model/sebconfig/ConfigCreationInfo.java | 2 +- .../seb/sebserver/gbl/model/sebconfig/ConfigKey.java | 2 +- .../seb/sebserver/gbl/model/sebconfig/Configuration.java | 2 +- .../gbl/model/sebconfig/ConfigurationAttribute.java | 2 +- .../sebserver/gbl/model/sebconfig/ConfigurationNode.java | 2 +- .../gbl/model/sebconfig/ConfigurationTableValues.java | 2 +- .../gbl/model/sebconfig/ConfigurationValue.java | 2 +- .../seb/sebserver/gbl/model/sebconfig/Orientation.java | 2 +- .../sebserver/gbl/model/sebconfig/SEBClientConfig.java | 2 +- .../sebserver/gbl/model/sebconfig/SettingsPublished.java | 2 +- .../sebserver/gbl/model/sebconfig/TemplateAttribute.java | 2 +- .../sebserver/gbl/model/sebconfig/TitleOrientation.java | 2 +- .../ch/ethz/seb/sebserver/gbl/model/sebconfig/View.java | 2 +- .../sebserver/gbl/model/session/ClientConnection.java | 2 +- .../gbl/model/session/ClientConnectionData.java | 2 +- .../seb/sebserver/gbl/model/session/ClientEvent.java | 2 +- .../sebserver/gbl/model/session/ClientInstruction.java | 2 +- .../gbl/model/session/ClientMonitoringData.java | 2 +- .../gbl/model/session/ClientMonitoringDataView.java | 2 +- .../sebserver/gbl/model/session/ClientNotification.java | 2 +- .../sebserver/gbl/model/session/ClientStaticData.java | 2 +- .../sebserver/gbl/model/session/ExtendedClientEvent.java | 2 +- .../gbl/model/session/RemoteProctoringRoom.java | 2 +- .../seb/sebserver/gbl/model/session/RunningExamInfo.java | 2 +- .../gbl/model/session/ScreenProctoringGroup.java | 2 +- .../seb/sebserver/gbl/model/user/EntityPrivilege.java | 2 +- .../sebserver/gbl/model/user/ExamineeAccountDetails.java | 2 +- .../seb/sebserver/gbl/model/user/PasswordChange.java | 2 +- .../ethz/seb/sebserver/gbl/model/user/UserAccount.java | 2 +- .../seb/sebserver/gbl/model/user/UserActivityLog.java | 2 +- .../ch/ethz/seb/sebserver/gbl/model/user/UserInfo.java | 2 +- .../sebserver/gbl/model/user/UserLogActivityType.java | 2 +- .../ch/ethz/seb/sebserver/gbl/model/user/UserMod.java | 2 +- .../ch/ethz/seb/sebserver/gbl/model/user/UserRole.java | 2 +- .../gbl/monitoring/ClientGroupConnectionMatcher.java | 2 +- .../gbl/monitoring/ClientGroupMatcherService.java | 2 +- .../sebserver/gbl/monitoring/ClientOSGroupMatcher.java | 2 +- .../gbl/monitoring/IPv4RangeClientGroupMatcher.java | 2 +- .../seb/sebserver/gbl/monitoring/IndicatorValue.java | 2 +- .../sebserver/gbl/monitoring/IndicatorValueHolder.java | 2 +- .../sebserver/gbl/monitoring/MonitoringFullPageData.java | 2 +- .../gbl/monitoring/MonitoringSEBConnectionData.java | 2 +- .../gbl/monitoring/MonitoringStaticClientData.java | 2 +- .../sebserver/gbl/monitoring/SimpleIndicatorValue.java | 2 +- .../ch/ethz/seb/sebserver/gbl/profile/DevGuiProfile.java | 2 +- .../seb/sebserver/gbl/profile/DevWebServiceProfile.java | 2 +- .../ch/ethz/seb/sebserver/gbl/profile/GuiProfile.java | 2 +- .../ethz/seb/sebserver/gbl/profile/ProdGuiProfile.java | 2 +- .../seb/sebserver/gbl/profile/ProdWebServiceProfile.java | 2 +- .../seb/sebserver/gbl/profile/WebServiceProfile.java | 2 +- .../java/ch/ethz/seb/sebserver/gbl/util/Cryptor.java | 2 +- src/main/java/ch/ethz/seb/sebserver/gbl/util/Pair.java | 2 +- src/main/java/ch/ethz/seb/sebserver/gbl/util/Result.java | 2 +- .../sebserver/gbl/util/SizedArrayNonBlockingQueue.java | 2 +- src/main/java/ch/ethz/seb/sebserver/gbl/util/Tuple.java | 2 +- src/main/java/ch/ethz/seb/sebserver/gbl/util/Tuple3.java | 2 +- src/main/java/ch/ethz/seb/sebserver/gbl/util/Utils.java | 2 +- .../seb/sebserver/gui/CrossOriginIsolationFilter.java | 2 +- src/main/java/ch/ethz/seb/sebserver/gui/GuiInit.java | 2 +- .../java/ch/ethz/seb/sebserver/gui/GuiServiceInfo.java | 2 +- .../ch/ethz/seb/sebserver/gui/GuiWebsecurityConfig.java | 2 +- .../gui/InstitutionalAuthenticationEntryPoint.java | 2 +- .../ch/ethz/seb/sebserver/gui/ProctoringServlet.java | 2 +- .../java/ch/ethz/seb/sebserver/gui/RAPConfiguration.java | 2 +- .../java/ch/ethz/seb/sebserver/gui/RAPSpringConfig.java | 2 +- .../sebserver/gui/StaticApplicationPropertyResolver.java | 2 +- .../ch/ethz/seb/sebserver/gui/content/LoginPage.java | 3 +-- .../java/ch/ethz/seb/sebserver/gui/content/MainPage.java | 2 +- .../ch/ethz/seb/sebserver/gui/content/RegisterPage.java | 2 +- .../seb/sebserver/gui/content/action/ActionCategory.java | 2 +- .../sebserver/gui/content/action/ActionDefinition.java | 2 +- .../seb/sebserver/gui/content/action/ActionPane.java | 2 +- .../sebserver/gui/content/activity/ActivitiesPane.java | 2 +- .../gui/content/activity/ActivityDefinition.java | 2 +- .../gui/content/activity/PageStateDefinitionImpl.java | 2 +- .../gui/content/admin/InstitutionDeletePopup.java | 2 +- .../seb/sebserver/gui/content/admin/InstitutionForm.java | 2 +- .../seb/sebserver/gui/content/admin/InstitutionList.java | 2 +- .../gui/content/admin/UserAccountChangePasswordForm.java | 2 +- .../gui/content/admin/UserAccountDeletePopup.java | 2 +- .../seb/sebserver/gui/content/admin/UserAccountForm.java | 2 +- .../seb/sebserver/gui/content/admin/UserAccountList.java | 2 +- .../sebserver/gui/content/admin/UserActivityLogs.java | 2 +- .../gui/content/admin/UserActivityLogsDeletePopup.java | 2 +- .../gui/content/configs/CertificateImportPopup.java | 2 +- .../sebserver/gui/content/configs/CertificateList.java | 2 +- .../gui/content/configs/ConfigTemplateAttributeForm.java | 2 +- .../gui/content/configs/ConfigTemplateForm.java | 2 +- .../gui/content/configs/ConfigTemplateList.java | 2 +- .../gui/content/configs/SEBClientConfigForm.java | 2 +- .../gui/content/configs/SEBClientConfigList.java | 2 +- .../configs/SEBExamConfigBatchResetToTemplatePopup.java | 2 +- .../configs/SEBExamConfigBatchStateChangePopup.java | 2 +- .../gui/content/configs/SEBExamConfigCreationPopup.java | 2 +- .../sebserver/gui/content/configs/SEBExamConfigForm.java | 2 +- .../gui/content/configs/SEBExamConfigImportPopup.java | 2 +- .../sebserver/gui/content/configs/SEBExamConfigList.java | 2 +- .../sebserver/gui/content/configs/SEBSettingsForm.java | 2 +- .../gui/content/exam/AddSecurityKeyGrantPopup.java | 2 +- .../seb/sebserver/gui/content/exam/ClientGroupForm.java | 2 +- .../gui/content/exam/ClientGroupTemplateForm.java | 2 +- .../gui/content/exam/ExamBatchArchivePopup.java | 2 +- .../sebserver/gui/content/exam/ExamBatchDeletePopup.java | 2 +- .../sebserver/gui/content/exam/ExamClientGroupList.java | 2 +- .../gui/content/exam/ExamCreateClientConfigPopup.java | 2 +- .../seb/sebserver/gui/content/exam/ExamDeletePopup.java | 2 +- .../ch/ethz/seb/sebserver/gui/content/exam/ExamForm.java | 2 +- .../seb/sebserver/gui/content/exam/ExamFormConfigs.java | 2 +- .../sebserver/gui/content/exam/ExamIndicatorsList.java | 2 +- .../ch/ethz/seb/sebserver/gui/content/exam/ExamList.java | 2 +- .../gui/content/exam/ExamSEBRestrictionSettings.java | 2 +- .../sebserver/gui/content/exam/ExamSignatureKeyForm.java | 2 +- .../seb/sebserver/gui/content/exam/ExamTemplateForm.java | 2 +- .../seb/sebserver/gui/content/exam/ExamTemplateList.java | 2 +- .../gui/content/exam/ExamToConfigBindingForm.java | 2 +- .../seb/sebserver/gui/content/exam/IndicatorForm.java | 2 +- .../gui/content/exam/IndicatorTemplateForm.java | 2 +- .../sebserver/gui/content/exam/LmsSetupDeletePopup.java | 2 +- .../seb/sebserver/gui/content/exam/LmsSetupForm.java | 2 +- .../seb/sebserver/gui/content/exam/LmsSetupList.java | 2 +- .../gui/content/exam/ProctoringSettingsPopup.java | 2 +- .../seb/sebserver/gui/content/exam/QuizLookupList.java | 2 +- .../gui/content/exam/ScreenProctoringSettingsPopup.java | 2 +- .../gui/content/exam/SecurityKeyGrantPopup.java | 2 +- .../sebserver/gui/content/monitoring/FinishedExam.java | 2 +- .../content/monitoring/FinishedExamClientConnection.java | 2 +- .../gui/content/monitoring/FinishedExamList.java | 2 +- .../content/monitoring/MonitoringClientConnection.java | 2 +- .../content/monitoring/MonitoringExamSearchPopup.java | 2 +- .../gui/content/monitoring/MonitoringRunningExam.java | 2 +- .../content/monitoring/MonitoringRunningExamList.java | 2 +- .../content/monitoring/ProctorRoomConnectionsPopup.java | 2 +- .../content/monitoring/SEBClientEventDeletePopup.java | 2 +- .../content/monitoring/SEBClientEventDetailsPopup.java | 2 +- .../gui/content/monitoring/SEBClientEvents.java | 2 +- .../gui/content/monitoring/SEBSendLockPopup.java | 2 +- .../gui/content/monitoring/SignatureKeyGrantPopup.java | 2 +- .../seb/sebserver/gui/form/CheckboxFieldBuilder.java | 2 +- .../ch/ethz/seb/sebserver/gui/form/FieldBuilder.java | 2 +- .../seb/sebserver/gui/form/FileUploadFieldBuilder.java | 2 +- src/main/java/ch/ethz/seb/sebserver/gui/form/Form.java | 2 +- .../java/ch/ethz/seb/sebserver/gui/form/FormBuilder.java | 2 +- .../java/ch/ethz/seb/sebserver/gui/form/FormHandle.java | 2 +- .../ethz/seb/sebserver/gui/form/FormPostException.java | 2 +- .../seb/sebserver/gui/form/ImageUploadFieldBuilder.java | 2 +- .../seb/sebserver/gui/form/PasswordFieldBuilder.java | 2 +- .../seb/sebserver/gui/form/SelectionFieldBuilder.java | 2 +- .../ch/ethz/seb/sebserver/gui/form/TextFieldBuilder.java | 2 +- .../seb/sebserver/gui/form/ThresholdListBuilder.java | 2 +- .../ethz/seb/sebserver/gui/service/ResourceService.java | 2 +- .../gui/service/examconfig/ExamConfigurationService.java | 2 +- .../seb/sebserver/gui/service/examconfig/InputField.java | 2 +- .../gui/service/examconfig/InputFieldBuilder.java | 2 +- .../gui/service/examconfig/ValueChangeListener.java | 2 +- .../gui/service/examconfig/ValueChangeRule.java | 2 +- .../gui/service/examconfig/impl/AbstractInputField.java | 2 +- .../examconfig/impl/AbstractTableFieldBuilder.java | 2 +- .../gui/service/examconfig/impl/AttributeMapping.java | 2 +- .../service/examconfig/impl/CellFieldBuilderAdapter.java | 2 +- .../gui/service/examconfig/impl/CheckBoxBuilder.java | 2 +- .../examconfig/impl/CompositeTableFieldBuilder.java | 2 +- .../examconfig/impl/ExamConfigurationServiceImpl.java | 2 +- .../service/examconfig/impl/InlineTableFieldBuilder.java | 2 +- .../examconfig/impl/InputFieldBuilderSupplier.java | 2 +- .../gui/service/examconfig/impl/LabelBuilder.java | 2 +- .../service/examconfig/impl/MultiCheckboxSelection.java | 2 +- .../service/examconfig/impl/PasswordFieldBuilder.java | 2 +- .../examconfig/impl/RadioSelectionFieldBuilder.java | 2 +- .../service/examconfig/impl/SelectionFieldBuilder.java | 2 +- .../examconfig/impl/SingleSelectionFieldBuilder.java | 2 +- .../gui/service/examconfig/impl/SliderFieldBuilder.java | 2 +- .../gui/service/examconfig/impl/TableContext.java | 2 +- .../gui/service/examconfig/impl/TableFieldBuilder.java | 2 +- .../gui/service/examconfig/impl/TableRowFormBuilder.java | 2 +- .../gui/service/examconfig/impl/TextFieldBuilder.java | 2 +- .../service/examconfig/impl/TextFieldListBuilder.java | 2 +- .../gui/service/examconfig/impl/ViewContext.java | 2 +- .../gui/service/examconfig/impl/ViewGridBuilder.java | 2 +- .../examconfig/impl/rules/AllowFlashFullscreenRule.java | 2 +- .../examconfig/impl/rules/BrowserViewModeRule.java | 2 +- .../examconfig/impl/rules/BrowserWindowToolbarRule.java | 2 +- .../examconfig/impl/rules/ExitKeySequenceChangeRule.java | 2 +- .../service/examconfig/impl/rules/IgnoreSEBService.java | 2 +- .../examconfig/impl/rules/ProctoringViewRules.java | 2 +- .../service/examconfig/impl/rules/ProxyPasswordRule.java | 2 +- .../gui/service/examconfig/impl/rules/RaiseHandRule.java | 2 +- .../ethz/seb/sebserver/gui/service/i18n/I18nSupport.java | 2 +- .../ethz/seb/sebserver/gui/service/i18n/LocTextKey.java | 2 +- .../sebserver/gui/service/i18n/PolyglotPageService.java | 2 +- .../sebserver/gui/service/i18n/impl/I18nSupportImpl.java | 2 +- .../gui/service/i18n/impl/PolyglotPageServiceImpl.java | 2 +- .../gui/service/page/AbstractBatchActionWizard.java | 2 +- .../ch/ethz/seb/sebserver/gui/service/page/Activity.java | 2 +- .../seb/sebserver/gui/service/page/ComposerService.java | 2 +- .../sebserver/gui/service/page/FieldValidationError.java | 2 +- .../gui/service/page/ModalInputDialogComposer.java | 2 +- .../gui/service/page/MultiPageMessageException.java | 2 +- .../ethz/seb/sebserver/gui/service/page/PageContext.java | 2 +- .../seb/sebserver/gui/service/page/PageDefinition.java | 2 +- .../sebserver/gui/service/page/PageMessageException.java | 2 +- .../ethz/seb/sebserver/gui/service/page/PageService.java | 2 +- .../sebserver/gui/service/page/PageStateDefinition.java | 2 +- .../sebserver/gui/service/page/RemoteProctoringView.java | 2 +- .../seb/sebserver/gui/service/page/TemplateComposer.java | 2 +- .../gui/service/page/event/ActionActivationEvent.java | 2 +- .../page/event/ActionActivationEventListener.java | 2 +- .../sebserver/gui/service/page/event/ActionEvent.java | 2 +- .../gui/service/page/event/ActionEventListener.java | 2 +- .../gui/service/page/event/ActionPublishEvent.java | 2 +- .../service/page/event/ActionPublishEventListener.java | 2 +- .../sebserver/gui/service/page/event/LogoutEvent.java | 2 +- .../gui/service/page/event/LogoutEventListener.java | 2 +- .../seb/sebserver/gui/service/page/event/PageEvent.java | 2 +- .../gui/service/page/event/PageEventListener.java | 2 +- .../gui/service/page/impl/AbstractProctoringView.java | 2 +- .../gui/service/page/impl/ComposerServiceImpl.java | 2 +- .../gui/service/page/impl/DefaultLoginPage.java | 2 +- .../sebserver/gui/service/page/impl/DefaultMainPage.java | 2 +- .../gui/service/page/impl/DefaultPageLayout.java | 2 +- .../gui/service/page/impl/DefaultRegisterPage.java | 2 +- .../gui/service/page/impl/JitsiMeetProctoringView.java | 2 +- .../gui/service/page/impl/ModalInputDialog.java | 2 +- .../gui/service/page/impl/ModalInputWizard.java | 2 +- .../seb/sebserver/gui/service/page/impl/PageAction.java | 2 +- .../sebserver/gui/service/page/impl/PageContextImpl.java | 2 +- .../sebserver/gui/service/page/impl/PageServiceImpl.java | 2 +- .../seb/sebserver/gui/service/page/impl/PageState.java | 2 +- .../gui/service/page/impl/ZoomProctoringView.java | 2 +- .../sebserver/gui/service/push/ServerPushContext.java | 2 +- .../sebserver/gui/service/push/ServerPushService.java | 2 +- .../sebserver/gui/service/push/UpdateErrorHandler.java | 2 +- .../remote/download/AbstractDownloadServiceHandler.java | 2 +- .../gui/service/remote/download/DownloadService.java | 2 +- .../service/remote/download/DownloadServiceHandler.java | 2 +- .../service/remote/download/SEBClientConfigDownload.java | 2 +- .../gui/service/remote/download/SEBClientLogExport.java | 2 +- .../service/remote/download/SEBExamSettingsDownload.java | 2 +- .../remote/webservice/api/AbstractDownloadCall.java | 2 +- .../gui/service/remote/webservice/api/FormBinding.java | 2 +- .../remote/webservice/api/PageToListCallAdapter.java | 2 +- .../gui/service/remote/webservice/api/RestCall.java | 2 +- .../gui/service/remote/webservice/api/RestCallError.java | 2 +- .../gui/service/remote/webservice/api/RestService.java | 2 +- .../service/remote/webservice/api/RestServiceImpl.java | 2 +- .../remote/webservice/api/batch/DoBatchAction.java | 2 +- .../remote/webservice/api/batch/GetBatchAction.java | 2 +- .../remote/webservice/api/batch/GetBatchActionPage.java | 2 +- .../service/remote/webservice/api/exam/ActivateExam.java | 2 +- .../webservice/api/exam/ActivateSEBRestriction.java | 2 +- .../service/remote/webservice/api/exam/ArchiveExam.java | 2 +- .../remote/webservice/api/exam/CheckExamConsistency.java | 2 +- .../remote/webservice/api/exam/CheckExamImported.java | 2 +- .../remote/webservice/api/exam/CheckSEBRestriction.java | 2 +- .../remote/webservice/api/exam/DeactivateExam.java | 2 +- .../webservice/api/exam/DeactivateSEBRestriction.java | 2 +- .../service/remote/webservice/api/exam/DeleteExam.java | 2 +- .../webservice/api/exam/DeleteExamConfigMapping.java | 2 +- .../webservice/api/exam/ExportSEBSettingsConfig.java | 2 +- .../remote/webservice/api/exam/GetClientConnections.java | 2 +- .../remote/webservice/api/exam/GetCourseChapters.java | 2 +- .../gui/service/remote/webservice/api/exam/GetExam.java | 2 +- .../remote/webservice/api/exam/GetExamConfigMapping.java | 2 +- .../webservice/api/exam/GetExamConfigMappingNames.java | 2 +- .../webservice/api/exam/GetExamConfigMappingsPage.java | 2 +- .../remote/webservice/api/exam/GetExamDependencies.java | 2 +- .../service/remote/webservice/api/exam/GetExamNames.java | 2 +- .../service/remote/webservice/api/exam/GetExamPage.java | 2 +- .../webservice/api/exam/GetExamProctoringSettings.java | 2 +- .../gui/service/remote/webservice/api/exam/GetExams.java | 2 +- .../remote/webservice/api/exam/GetExamsByIds.java | 2 +- .../webservice/api/exam/GetSEBRestrictionSettings.java | 2 +- .../webservice/api/exam/GetScreenProctoringSettings.java | 2 +- .../remote/webservice/api/exam/NewExamConfigMapping.java | 2 +- .../webservice/api/exam/ResetProctoringSettings.java | 2 +- .../gui/service/remote/webservice/api/exam/SaveExam.java | 2 +- .../webservice/api/exam/SaveExamConfigMapping.java | 2 +- .../webservice/api/exam/SaveExamProctoringSettings.java | 2 +- .../remote/webservice/api/exam/SaveSEBRestriction.java | 2 +- .../api/exam/SaveScreenProctoringSettings.java | 2 +- .../api/exam/clientgroup/DeleteClientGroup.java | 2 +- .../api/exam/clientgroup/DeleteClientGroupTemplate.java | 2 +- .../webservice/api/exam/clientgroup/GetClientGroup.java | 2 +- .../api/exam/clientgroup/GetClientGroupPage.java | 2 +- .../api/exam/clientgroup/GetClientGroupTemplate.java | 2 +- .../api/exam/clientgroup/GetClientGroupTemplatePage.java | 2 +- .../webservice/api/exam/clientgroup/GetClientGroups.java | 2 +- .../webservice/api/exam/clientgroup/NewClientGroup.java | 2 +- .../api/exam/clientgroup/NewClientGroupTemplate.java | 2 +- .../webservice/api/exam/clientgroup/SaveClientGroup.java | 2 +- .../api/exam/clientgroup/SaveClientGroupTemplate.java | 2 +- .../webservice/api/exam/indicator/DeleteIndicator.java | 2 +- .../api/exam/indicator/DeleteIndicatorTemplate.java | 2 +- .../webservice/api/exam/indicator/GetIndicator.java | 2 +- .../webservice/api/exam/indicator/GetIndicatorPage.java | 2 +- .../api/exam/indicator/GetIndicatorTemplate.java | 2 +- .../api/exam/indicator/GetIndicatorTemplatePage.java | 2 +- .../webservice/api/exam/indicator/GetIndicators.java | 2 +- .../webservice/api/exam/indicator/NewIndicator.java | 2 +- .../api/exam/indicator/NewIndicatorTemplate.java | 2 +- .../webservice/api/exam/indicator/SaveIndicator.java | 2 +- .../api/exam/indicator/SaveIndicatorTemplate.java | 2 +- .../webservice/api/exam/seckey/AddSecurityKeyGrant.java | 2 +- .../api/exam/seckey/DeleteSecurityKeyGrant.java | 2 +- .../api/exam/seckey/GetAppSignatureKeyInfo.java | 2 +- .../webservice/api/exam/seckey/GetAppSignatureKeys.java | 2 +- .../webservice/api/exam/seckey/GrantAppSignatureKey.java | 2 +- .../api/exam/seckey/SaveAppSignatureKeySettings.java | 2 +- .../webservice/api/exam/template/DeleteExamTemplate.java | 2 +- .../api/exam/template/GetDefaultExamTemplate.java | 2 +- .../webservice/api/exam/template/GetExamTemplate.java | 2 +- .../api/exam/template/GetExamTemplateNames.java | 2 +- .../api/exam/template/GetExamTemplatePage.java | 2 +- .../exam/template/GetExamTemplateProctoringSettings.java | 2 +- .../GetExamTemplateScreenProctoringSettings.java | 2 +- .../webservice/api/exam/template/GetExamTemplates.java | 2 +- .../webservice/api/exam/template/NewExamTemplate.java | 2 +- .../webservice/api/exam/template/SaveExamTemplate.java | 2 +- .../template/SaveExamTemplateProctoringSettings.java | 2 +- .../SaveExamTemplateScreenProctoringSettings.java | 2 +- .../webservice/api/institution/ActivateInstitution.java | 2 +- .../api/institution/DeactivateInstitution.java | 2 +- .../webservice/api/institution/DeleteInstitution.java | 2 +- .../webservice/api/institution/GetInstitution.java | 2 +- .../api/institution/GetInstitutionDependency.java | 2 +- .../webservice/api/institution/GetInstitutionInfo.java | 2 +- .../webservice/api/institution/GetInstitutionNames.java | 2 +- .../webservice/api/institution/GetInstitutionPage.java | 2 +- .../webservice/api/institution/NewInstitution.java | 2 +- .../webservice/api/institution/SaveInstitution.java | 2 +- .../remote/webservice/api/lmssetup/ActivateLmsSetup.java | 2 +- .../webservice/api/lmssetup/DeactivateLmsSetup.java | 2 +- .../remote/webservice/api/lmssetup/DeleteLmsSetup.java | 2 +- .../remote/webservice/api/lmssetup/GetLmsSetup.java | 2 +- .../webservice/api/lmssetup/GetLmsSetupDependencies.java | 2 +- .../remote/webservice/api/lmssetup/GetLmsSetupNames.java | 2 +- .../remote/webservice/api/lmssetup/GetLmsSetupPage.java | 2 +- .../remote/webservice/api/lmssetup/NewLmsSetup.java | 2 +- .../remote/webservice/api/lmssetup/SaveLmsSetup.java | 2 +- .../remote/webservice/api/lmssetup/TestLmsSetup.java | 2 +- .../webservice/api/lmssetup/TestLmsSetupAdHoc.java | 2 +- .../webservice/api/logs/DeleteAllClientEvents.java | 2 +- .../remote/webservice/api/logs/DeleteAllUserLogs.java | 2 +- .../remote/webservice/api/logs/ExportSEBClientLogs.java | 2 +- .../remote/webservice/api/logs/GetClientEventNames.java | 2 +- .../remote/webservice/api/logs/GetClientEventPage.java | 2 +- .../webservice/api/logs/GetExtendedClientEventPage.java | 2 +- .../remote/webservice/api/logs/GetUserLogNames.java | 2 +- .../remote/webservice/api/logs/GetUserLogPage.java | 2 +- .../service/remote/webservice/api/quiz/GetQuizData.java | 2 +- .../service/remote/webservice/api/quiz/GetQuizPage.java | 2 +- .../service/remote/webservice/api/quiz/ImportAsExam.java | 2 +- .../remote/webservice/api/seb/cert/AddCertificate.java | 2 +- .../remote/webservice/api/seb/cert/GetCertificate.java | 2 +- .../webservice/api/seb/cert/GetCertificateNames.java | 2 +- .../webservice/api/seb/cert/GetCertificatePage.java | 2 +- .../webservice/api/seb/cert/RemoveCertificate.java | 2 +- .../api/seb/clientconfig/ActivateClientConfig.java | 2 +- .../api/seb/clientconfig/DeactivateClientConfig.java | 2 +- .../api/seb/clientconfig/DeleteClientConfig.java | 2 +- .../api/seb/clientconfig/ExportClientConfig.java | 2 +- .../webservice/api/seb/clientconfig/GetClientConfig.java | 2 +- .../api/seb/clientconfig/GetClientConfigPage.java | 2 +- .../api/seb/clientconfig/GetClientConfigs.java | 2 +- .../api/seb/clientconfig/GetClientCredentials.java | 2 +- .../webservice/api/seb/clientconfig/NewClientConfig.java | 2 +- .../api/seb/clientconfig/SaveClientConfig.java | 2 +- .../api/seb/examconfig/AttachDefaultOrientation.java | 2 +- .../webservice/api/seb/examconfig/CopyConfiguration.java | 2 +- .../api/seb/examconfig/DeleteExamConfiguration.java | 2 +- .../webservice/api/seb/examconfig/ExportConfigKey.java | 2 +- .../api/seb/examconfig/GetConfigAttributes.java | 2 +- .../webservice/api/seb/examconfig/GetConfiguration.java | 2 +- .../api/seb/examconfig/GetConfigurationPage.java | 2 +- .../api/seb/examconfig/GetConfigurationTableValues.java | 2 +- .../api/seb/examconfig/GetConfigurationValuePage.java | 2 +- .../api/seb/examconfig/GetConfigurationValues.java | 2 +- .../webservice/api/seb/examconfig/GetConfigurations.java | 2 +- .../webservice/api/seb/examconfig/GetExamConfigNode.java | 2 +- .../api/seb/examconfig/GetExamConfigNodeNames.java | 2 +- .../api/seb/examconfig/GetExamConfigNodePage.java | 2 +- .../api/seb/examconfig/GetExamConfigNodes.java | 2 +- .../api/seb/examconfig/GetExamConfigurationList.java | 2 +- .../api/seb/examconfig/GetFollowupConfiguration.java | 2 +- .../api/seb/examconfig/GetOrientationPage.java | 2 +- .../webservice/api/seb/examconfig/GetOrientations.java | 2 +- .../api/seb/examconfig/GetSettingsPublished.java | 2 +- .../api/seb/examconfig/GetTemplateAttribute.java | 2 +- .../api/seb/examconfig/GetTemplateAttributePage.java | 2 +- .../webservice/api/seb/examconfig/GetViewList.java | 2 +- .../webservice/api/seb/examconfig/GetViewPage.java | 2 +- .../remote/webservice/api/seb/examconfig/GetViews.java | 2 +- .../seb/examconfig/ImportExamConfigOnExistingConfig.java | 2 +- .../api/seb/examconfig/ImportNewExamConfig.java | 2 +- .../webservice/api/seb/examconfig/NewExamConfig.java | 2 +- .../webservice/api/seb/examconfig/RemoveOrientation.java | 2 +- .../api/seb/examconfig/ResetTemplateValues.java | 2 +- .../api/seb/examconfig/ResetToTemplateSettings.java | 2 +- .../webservice/api/seb/examconfig/SEBExamConfigUndo.java | 2 +- .../webservice/api/seb/examconfig/SaveExamConfig.java | 2 +- .../api/seb/examconfig/SaveExamConfigHistory.java | 2 +- .../api/seb/examconfig/SaveExamConfigTableValues.java | 2 +- .../api/seb/examconfig/SaveExamConfigValue.java | 2 +- .../webservice/api/session/CloseProctoringRoom.java | 2 +- .../api/session/ConfirmPendingClientNotification.java | 2 +- .../webservice/api/session/DisableClientConnection.java | 2 +- .../webservice/api/session/GetClientConnection.java | 2 +- .../webservice/api/session/GetClientConnectionData.java | 2 +- .../api/session/GetClientConnectionDataList.java | 2 +- .../webservice/api/session/GetClientConnectionPage.java | 2 +- .../api/session/GetClientConnectionSecurityKey.java | 2 +- .../api/session/GetCollectingRoomConnections.java | 2 +- .../webservice/api/session/GetCollectingRooms.java | 2 +- .../api/session/GetFinishedExamClientConnection.java | 2 +- .../api/session/GetFinishedExamClientConnectionPage.java | 2 +- .../webservice/api/session/GetFinishedExamPage.java | 2 +- .../api/session/GetMonitoringFullPageData.java | 2 +- .../api/session/GetMonitoringStaticClientData.java | 2 +- .../api/session/GetPendingClientNotifications.java | 2 +- .../webservice/api/session/GetProctorRoomConnection.java | 2 +- .../webservice/api/session/GetRunningExamPage.java | 2 +- .../api/session/GetScreenProctoringGroups.java | 2 +- .../remote/webservice/api/session/GetTownhallRoom.java | 2 +- .../webservice/api/session/IsTownhallRoomAvailable.java | 2 +- .../api/session/NotifyProctoringRoomOpened.java | 2 +- .../remote/webservice/api/session/OpenBreakOutRoom.java | 2 +- .../remote/webservice/api/session/OpenTownhallRoom.java | 2 +- .../webservice/api/session/PropagateInstruction.java | 2 +- .../session/SendProctoringReconfigurationAttributes.java | 2 +- .../webservice/api/useraccount/ActivateUserAccount.java | 2 +- .../webservice/api/useraccount/ChangePassword.java | 2 +- .../api/useraccount/DeactivateUserAccount.java | 2 +- .../webservice/api/useraccount/DeleteUserAccount.java | 2 +- .../webservice/api/useraccount/GetUserAccount.java | 2 +- .../webservice/api/useraccount/GetUserAccountNames.java | 2 +- .../webservice/api/useraccount/GetUserAccountPage.java | 2 +- .../webservice/api/useraccount/GetUserDependencies.java | 2 +- .../webservice/api/useraccount/NewUserAccount.java | 2 +- .../webservice/api/useraccount/RegisterNewUser.java | 2 +- .../webservice/api/useraccount/SaveUserAccount.java | 2 +- .../webservice/auth/AuthorizationContextHolder.java | 2 +- .../gui/service/remote/webservice/auth/CurrentUser.java | 2 +- .../auth/DisposedOAuth2RestTemplateException.java | 2 +- .../auth/IllegalUserSessionStateException.java | 2 +- .../auth/OAuth2AuthorizationContextHolder.java | 2 +- .../webservice/auth/SEBServerAuthorizationContext.java | 2 +- .../remote/webservice/auth/WebserviceConnectionData.java | 2 +- .../remote/webservice/auth/WebserviceURIService.java | 2 +- .../gui/service/session/ClientConnectionDetails.java | 2 +- .../gui/service/session/ClientConnectionTable.java | 2 +- .../seb/sebserver/gui/service/session/ColorData.java | 2 +- .../gui/service/session/FullPageMonitoringGUIUpdate.java | 2 +- .../gui/service/session/FullPageMonitoringUpdate.java | 2 +- .../seb/sebserver/gui/service/session/IndicatorData.java | 2 +- .../gui/service/session/InstructionProcessor.java | 2 +- .../sebserver/gui/service/session/MonitoringEntry.java | 2 +- .../sebserver/gui/service/session/MonitoringFilter.java | 2 +- .../session/proctoring/JitsiWindowScriptResolver.java | 2 +- .../session/proctoring/MonitoringProctoringService.java | 2 +- .../service/session/proctoring/ProctoringGUIService.java | 2 +- .../proctoring/ProctoringWindowScriptResolver.java | 2 +- .../session/proctoring/ZoomWindowScriptResolver.java | 2 +- .../ethz/seb/sebserver/gui/table/ColumnDefinition.java | 2 +- .../ch/ethz/seb/sebserver/gui/table/EntityTable.java | 2 +- .../ch/ethz/seb/sebserver/gui/table/PageSupplier.java | 2 +- .../seb/sebserver/gui/table/RemoteListPageSupplier.java | 2 +- .../seb/sebserver/gui/table/RestCallPageSupplier.java | 2 +- .../seb/sebserver/gui/table/StaticListPageSupplier.java | 2 +- .../ch/ethz/seb/sebserver/gui/table/TableBuilder.java | 2 +- .../ch/ethz/seb/sebserver/gui/table/TableFilter.java | 2 +- .../ch/ethz/seb/sebserver/gui/table/TableNavigator.java | 2 +- .../ch/ethz/seb/sebserver/gui/widget/ColorSelection.java | 2 +- .../ch/ethz/seb/sebserver/gui/widget/ControlAdapter.java | 2 +- .../seb/sebserver/gui/widget/FileUploadSelection.java | 2 +- .../java/ch/ethz/seb/sebserver/gui/widget/GridTable.java | 2 +- .../seb/sebserver/gui/widget/ImageUploadSelection.java | 2 +- .../java/ch/ethz/seb/sebserver/gui/widget/Message.java | 2 +- .../ch/ethz/seb/sebserver/gui/widget/MultiSelection.java | 2 +- .../seb/sebserver/gui/widget/MultiSelectionCheckbox.java | 2 +- .../seb/sebserver/gui/widget/MultiSelectionCombo.java | 2 +- .../ch/ethz/seb/sebserver/gui/widget/PasswordInput.java | 2 +- .../ch/ethz/seb/sebserver/gui/widget/RadioSelection.java | 2 +- .../java/ch/ethz/seb/sebserver/gui/widget/Selection.java | 2 +- .../ethz/seb/sebserver/gui/widget/SingleSelection.java | 2 +- .../ch/ethz/seb/sebserver/gui/widget/TextListInput.java | 2 +- .../ch/ethz/seb/sebserver/gui/widget/ThresholdList.java | 2 +- .../ch/ethz/seb/sebserver/gui/widget/WidgetFactory.java | 2 +- .../seb/sebserver/webservice/AdminUserInitializer.java | 2 +- .../ch/ethz/seb/sebserver/webservice/CacheConfig.java | 2 +- .../ethz/seb/sebserver/webservice/DBIntegrityCheck.java | 2 +- .../seb/sebserver/webservice/DBIntegrityChecker.java | 2 +- .../sebserver/webservice/SEBServerMigrationStrategy.java | 2 +- .../ethz/seb/sebserver/webservice/WebserviceConfig.java | 2 +- .../ch/ethz/seb/sebserver/webservice/WebserviceInfo.java | 2 +- .../ch/ethz/seb/sebserver/webservice/WebserviceInit.java | 2 +- .../webservice/datalayer/batis/BatisConfig.java | 2 +- .../datalayer/batis/ClientConnectionTokenMapper.java | 2 +- .../datalayer/batis/ClientEventExtensionMapper.java | 2 +- .../datalayer/batis/ClientIndicatorValueMapper.java | 2 +- .../webservice/datalayer/batis/JodaTimeTypeResolver.java | 2 +- .../datalayer/checks/DowngradeSEBSettingsCheck.java | 9 ++++++++- .../checks/OrientationTableDuplicatesCheck.java | 2 +- .../webservice/datalayer/checks/TableCharsetCheck.java | 2 +- .../datalayer/checks/ViewTableDuplicatesCheck.java | 2 +- .../webservice/servicelayer/PaginationService.java | 2 +- .../webservice/servicelayer/PaginationServiceImpl.java | 2 +- .../servicelayer/authorization/AuthorizationService.java | 2 +- .../authorization/PermissionDeniedException.java | 2 +- .../servicelayer/authorization/UserService.java | 2 +- .../authorization/impl/AuthorizationServiceImpl.java | 2 +- .../servicelayer/authorization/impl/SEBServerUser.java | 2 +- .../servicelayer/authorization/impl/UserServiceImpl.java | 2 +- .../servicelayer/bulkaction/BatchActionExec.java | 2 +- .../servicelayer/bulkaction/BatchActionService.java | 2 +- .../bulkaction/BulkActionEntityException.java | 2 +- .../servicelayer/bulkaction/BulkActionService.java | 2 +- .../servicelayer/bulkaction/BulkActionSupportDAO.java | 2 +- .../servicelayer/bulkaction/impl/ArchiveExamAction.java | 2 +- .../bulkaction/impl/BatchActionServiceImpl.java | 2 +- .../servicelayer/bulkaction/impl/BulkAction.java | 2 +- .../servicelayer/bulkaction/impl/BulkActionEvent.java | 2 +- .../bulkaction/impl/BulkActionServiceImpl.java | 2 +- .../servicelayer/bulkaction/impl/DeleteExamAction.java | 2 +- .../bulkaction/impl/ExamConfigResetToTemplate.java | 2 +- .../bulkaction/impl/ExamConfigStateChange.java | 2 +- .../servicelayer/dao/ActivatableEntityDAO.java | 2 +- .../servicelayer/dao/AdditionalAttributesDAO.java | 2 +- .../webservice/servicelayer/dao/BatchActionDAO.java | 2 +- .../webservice/servicelayer/dao/CertificateDAO.java | 2 +- .../webservice/servicelayer/dao/ClientConnectionDAO.java | 2 +- .../webservice/servicelayer/dao/ClientEventDAO.java | 2 +- .../webservice/servicelayer/dao/ClientGroupDAO.java | 2 +- .../servicelayer/dao/ClientInstructionDAO.java | 2 +- .../servicelayer/dao/ConfigurationAttributeDAO.java | 2 +- .../webservice/servicelayer/dao/ConfigurationDAO.java | 2 +- .../servicelayer/dao/ConfigurationNodeDAO.java | 2 +- .../servicelayer/dao/ConfigurationValueDAO.java | 2 +- .../webservice/servicelayer/dao/DAOLoggingSupport.java | 2 +- .../webservice/servicelayer/dao/DAOUserServcie.java | 2 +- .../servicelayer/dao/DuplicateResourceException.java | 2 +- .../sebserver/webservice/servicelayer/dao/EntityDAO.java | 2 +- .../servicelayer/dao/ExamConfigurationMapDAO.java | 2 +- .../sebserver/webservice/servicelayer/dao/ExamDAO.java | 2 +- .../webservice/servicelayer/dao/ExamTemplateDAO.java | 2 +- .../sebserver/webservice/servicelayer/dao/FilterMap.java | 2 +- .../webservice/servicelayer/dao/IndicatorDAO.java | 2 +- .../webservice/servicelayer/dao/InstitutionDAO.java | 2 +- .../webservice/servicelayer/dao/LmsSetupDAO.java | 2 +- .../servicelayer/dao/NoResourceFoundException.java | 2 +- .../webservice/servicelayer/dao/OrientationDAO.java | 2 +- .../servicelayer/dao/ProctoringSettingsDAO.java | 2 +- .../servicelayer/dao/RemoteProctoringRoomDAO.java | 2 +- .../servicelayer/dao/ResourceNotFoundException.java | 2 +- .../webservice/servicelayer/dao/SEBClientConfigDAO.java | 2 +- .../servicelayer/dao/ScreenProctoringGroupDAO.java | 2 +- .../servicelayer/dao/SecurityKeyRegistryDAO.java | 2 +- .../webservice/servicelayer/dao/TransactionHandler.java | 2 +- .../webservice/servicelayer/dao/UserActivityLogDAO.java | 2 +- .../sebserver/webservice/servicelayer/dao/UserDAO.java | 2 +- .../servicelayer/dao/UserRelatedEntityDAO.java | 2 +- .../sebserver/webservice/servicelayer/dao/ViewDAO.java | 2 +- .../webservice/servicelayer/dao/WebserviceInfoDAO.java | 2 +- .../dao/impl/AdditionalAttributesDAOImpl.java | 2 +- .../servicelayer/dao/impl/BatchActionDAOImpl.java | 2 +- .../servicelayer/dao/impl/CertificateDAOImpl.java | 2 +- .../servicelayer/dao/impl/ClientConnectionDAOImpl.java | 2 +- .../servicelayer/dao/impl/ClientEventDAOImpl.java | 2 +- .../servicelayer/dao/impl/ClientGroupDAOImpl.java | 2 +- .../servicelayer/dao/impl/ClientInstructionDAOImpl.java | 2 +- .../dao/impl/ConfigurationAttributeDAOImpl.java | 2 +- .../dao/impl/ConfigurationDAOBatchService.java | 2 +- .../servicelayer/dao/impl/ConfigurationDAOImpl.java | 2 +- .../servicelayer/dao/impl/ConfigurationNodeDAOImpl.java | 2 +- .../servicelayer/dao/impl/ConfigurationValueDAOImpl.java | 2 +- .../servicelayer/dao/impl/DAOUserServcieImpl.java | 2 +- .../dao/impl/ExamConfigurationMapDAOImpl.java | 2 +- .../webservice/servicelayer/dao/impl/ExamDAOImpl.java | 2 +- .../servicelayer/dao/impl/ExamDeletionEvent.java | 2 +- .../webservice/servicelayer/dao/impl/ExamRecordDAO.java | 2 +- .../servicelayer/dao/impl/ExamTemplateDAOImpl.java | 2 +- .../servicelayer/dao/impl/ExamTemplateDeletionEvent.java | 2 +- .../servicelayer/dao/impl/IndicatorDAOImpl.java | 2 +- .../servicelayer/dao/impl/InstitutionDAOImpl.java | 2 +- .../servicelayer/dao/impl/LmsSetupDAOImpl.java | 2 +- .../servicelayer/dao/impl/OrientationDAOImpl.java | 2 +- .../servicelayer/dao/impl/ProctoringSettingsDAOImpl.java | 2 +- .../dao/impl/RemoteProctoringRoomDAOImpl.java | 2 +- .../servicelayer/dao/impl/SEBClientConfigDAOImpl.java | 2 +- .../dao/impl/ScreenProctoringGroupDAOImpl.java | 2 +- .../dao/impl/SecurityKeyRegistryDAOImpl.java | 2 +- .../servicelayer/dao/impl/UserActivityLogDAOImpl.java | 2 +- .../webservice/servicelayer/dao/impl/UserDAOImpl.java | 2 +- .../webservice/servicelayer/dao/impl/ViewDAOImpl.java | 2 +- .../servicelayer/dao/impl/WebserviceInfoDAOImpl.java | 2 +- .../webservice/servicelayer/exam/ExamAdminService.java | 2 +- .../servicelayer/exam/ExamConfigurationValueService.java | 2 +- .../servicelayer/exam/ExamTemplateService.java | 2 +- .../servicelayer/exam/ProctoringAdminService.java | 2 +- .../servicelayer/exam/SEBClientEventAdminService.java | 2 +- .../servicelayer/exam/SEBClientEventExporter.java | 2 +- .../servicelayer/exam/impl/ExamAdminServiceImpl.java | 2 +- .../exam/impl/ExamConfigurationValueServiceImpl.java | 2 +- .../servicelayer/exam/impl/ExamTemplateServiceImpl.java | 2 +- .../exam/impl/ProctoringAdminServiceImpl.java | 2 +- .../exam/impl/SEBClientEventAdminServiceImpl.java | 2 +- .../exam/impl/SEBClientEventCSVExporter.java | 2 +- .../impl/SEBClientEventExportTransactionHandler.java | 2 +- .../servicelayer/institution/CertificateService.java | 2 +- .../servicelayer/institution/SecurityKeyService.java | 2 +- .../institution/impl/CertificateServiceImpl.java | 2 +- .../institution/impl/SecurityKeyServiceImpl.java | 2 +- .../servicelayer/lms/APITemplateDataSupplier.java | 2 +- .../webservice/servicelayer/lms/CourseAccessAPI.java | 2 +- .../webservice/servicelayer/lms/LmsAPIService.java | 2 +- .../webservice/servicelayer/lms/LmsAPITemplate.java | 2 +- .../servicelayer/lms/LmsAPITemplateFactory.java | 2 +- .../webservice/servicelayer/lms/QuizLookupService.java | 2 +- .../webservice/servicelayer/lms/SEBRestrictionAPI.java | 2 +- .../servicelayer/lms/SEBRestrictionService.java | 2 +- .../lms/impl/AbstractCachedCourseAccess.java | 2 +- .../servicelayer/lms/impl/LmsAPIServiceImpl.java | 2 +- .../servicelayer/lms/impl/LmsAPITemplateAdapter.java | 2 +- .../servicelayer/lms/impl/LmsSetupChangeEvent.java | 2 +- .../servicelayer/lms/impl/NoSEBRestrictionException.java | 2 +- .../servicelayer/lms/impl/QuizLookupServiceImpl.java | 2 +- .../servicelayer/lms/impl/SEBRestrictionServiceImpl.java | 2 +- .../servicelayer/lms/impl/ans/AnsLmsAPITemplate.java | 2 +- .../lms/impl/ans/AnsLmsAPITemplateFactory.java | 2 +- .../webservice/servicelayer/lms/impl/ans/AnsLmsData.java | 2 +- .../lms/impl/ans/AnsPersonalRestTemplate.java | 2 +- .../servicelayer/lms/impl/edx/OpenEdxCourseAccess.java | 2 +- .../lms/impl/edx/OpenEdxCourseRestriction.java | 2 +- .../lms/impl/edx/OpenEdxLmsAPITemplateFactory.java | 2 +- .../lms/impl/edx/OpenEdxRestTemplateFactory.java | 2 +- .../lms/impl/mockup/MockCourseAccessAPI.java | 2 +- .../lms/impl/mockup/MockLmsAPITemplateFactory.java | 2 +- .../lms/impl/mockup/MockSEBRestrictionAPI.java | 2 +- .../lms/impl/moodle/MoodleAPIRestTemplate.java | 2 +- .../lms/impl/moodle/MoodleRestTemplateFactory.java | 2 +- .../lms/impl/moodle/MoodleRestTemplateFactoryImpl.java | 2 +- .../servicelayer/lms/impl/moodle/MoodleUtils.java | 2 +- .../lms/impl/moodle/legacy/MoodleCourseAccess.java | 2 +- .../lms/impl/moodle/legacy/MoodleCourseRestriction.java | 2 +- .../impl/moodle/legacy/MoodleLmsAPITemplateFactory.java | 2 +- .../lms/impl/moodle/plugin/MoodlePluginCourseAccess.java | 2 +- .../moodle/plugin/MoodlePluginCourseRestriction.java | 2 +- .../moodle/plugin/MooldePluginLmsAPITemplateFactory.java | 2 +- .../servicelayer/lms/impl/olat/OlatLmsAPITemplate.java | 2 +- .../lms/impl/olat/OlatLmsAPITemplateFactory.java | 2 +- .../servicelayer/lms/impl/olat/OlatLmsData.java | 2 +- .../servicelayer/lms/impl/olat/OlatLmsRestTemplate.java | 2 +- .../servicelayer/sebconfig/AttributeValueConverter.java | 2 +- .../sebconfig/AttributeValueConverterService.java | 2 +- .../servicelayer/sebconfig/ClientConfigService.java | 2 +- .../servicelayer/sebconfig/ConfigurationFormat.java | 2 +- .../sebconfig/ConfigurationValueValidator.java | 2 +- .../servicelayer/sebconfig/ExamConfigInitService.java | 2 +- .../servicelayer/sebconfig/ExamConfigService.java | 2 +- .../sebconfig/ExamConfigTemplateService.java | 2 +- .../servicelayer/sebconfig/SEBConfigCryptor.java | 2 +- .../sebconfig/SEBConfigEncryptionContext.java | 2 +- .../sebconfig/SEBConfigEncryptionService.java | 2 +- .../webservice/servicelayer/sebconfig/ZipService.java | 2 +- .../sebconfig/impl/AES256JNCryptorEmptyPwdSupport.java | 2 +- .../impl/AES256JNCryptorOutputStreamEmptyPwdSupport.java | 2 +- .../sebconfig/impl/AbstractCertificateCryptor.java | 2 +- .../sebconfig/impl/CertificateAsymetricKeyCryptor.java | 2 +- .../sebconfig/impl/CertificateSymetricKeyCryptor.java | 2 +- .../sebconfig/impl/ClientConfigServiceImpl.java | 2 +- .../servicelayer/sebconfig/impl/ExamConfigIO.java | 2 +- .../sebconfig/impl/ExamConfigServiceImpl.java | 2 +- .../sebconfig/impl/ExamConfigTemplateServiceImpl.java | 2 +- .../servicelayer/sebconfig/impl/ExamConfigXMLParser.java | 2 +- .../servicelayer/sebconfig/impl/NoneEncryptor.java | 2 +- .../servicelayer/sebconfig/impl/PasswordCryptor.java | 2 +- .../servicelayer/sebconfig/impl/PasswordDecryptor.java | 2 +- .../servicelayer/sebconfig/impl/PasswordEncryptor.java | 2 +- .../sebconfig/impl/SEBConfigEncryptionServiceImpl.java | 2 +- .../servicelayer/sebconfig/impl/ZipServiceImpl.java | 2 +- .../sebconfig/impl/converter/ArrayOfStringConverter.java | 2 +- .../converter/AttributeValueConverterServiceImpl.java | 2 +- .../sebconfig/impl/converter/BooleanConverter.java | 2 +- .../sebconfig/impl/converter/InlineTableConverter.java | 2 +- .../sebconfig/impl/converter/IntegerConverter.java | 2 +- .../sebconfig/impl/converter/KioskModeConverter.java | 2 +- .../sebconfig/impl/converter/RealNumberConverter.java | 2 +- .../sebconfig/impl/converter/StringConverter.java | 2 +- .../sebconfig/impl/converter/TableConverter.java | 2 +- .../impl/init/AdditionalDefaultValueProvider.java | 2 +- .../sebconfig/impl/init/ExamConfigInitServiceImpl.java | 2 +- .../sebconfig/impl/init/InitialPermittedProcesses.java | 2 +- .../sebconfig/impl/init/InitialProhibitedProcesses.java | 2 +- .../sebconfig/impl/init/XMLAttributeLoader.java | 2 +- .../sebconfig/impl/validation/DecimalTypeValidator.java | 2 +- .../impl/validation/ExitKeySequenceValidator.java | 2 +- .../sebconfig/impl/validation/IntegerTypeValidator.java | 2 +- .../sebconfig/impl/validation/SEBVersionValidator.java | 2 +- .../sebconfig/impl/validation/WindowsSizeValidator.java | 2 +- .../webservice/servicelayer/session/ClientIndicator.java | 2 +- .../servicelayer/session/ExamConfigUpdateService.java | 2 +- .../servicelayer/session/ExamFinishedEvent.java | 2 +- .../webservice/servicelayer/session/ExamResetEvent.java | 2 +- .../servicelayer/session/ExamSessionService.java | 2 +- .../servicelayer/session/ExamStartedEvent.java | 2 +- .../webservice/servicelayer/session/ExamUpdateTask.java | 2 +- .../session/PendingNotificationIndication.java | 2 +- .../session/RemoteProctoringRoomService.java | 2 +- .../servicelayer/session/RemoteProctoringService.java | 2 +- .../servicelayer/session/SEBClientConnectionService.java | 2 +- .../session/SEBClientInstructionService.java | 2 +- .../session/SEBClientNotificationService.java | 2 +- .../servicelayer/session/SEBClientPingService.java | 2 +- .../servicelayer/session/SEBClientSessionService.java | 2 +- .../servicelayer/session/SEBClientVersionService.java | 2 +- .../servicelayer/session/ScreenProctoringService.java | 2 +- .../servicelayer/session/SessionUpdateTask.java | 2 +- .../session/impl/ClientConnectionDataInternal.java | 2 +- .../session/impl/ClientIndicatorFactory.java | 2 +- .../session/impl/ExamConfigUpdateServiceImpl.java | 2 +- .../session/impl/ExamSessionCacheService.java | 2 +- .../session/impl/ExamSessionControlTask.java | 2 +- .../session/impl/ExamSessionServiceImpl.java | 2 +- .../servicelayer/session/impl/ExamUpdateEvent.java | 2 +- .../servicelayer/session/impl/ExamUpdateHandler.java | 2 +- .../servicelayer/session/impl/InMemorySEBConfig.java | 2 +- .../impl/InternalClientConnectionDataFactory.java | 2 +- .../session/impl/SEBClientConnectionServiceImpl.java | 2 +- .../session/impl/SEBClientEventBatchService.java | 2 +- .../session/impl/SEBClientInstructionServiceImpl.java | 2 +- .../session/impl/SEBClientNotificationServiceImpl.java | 2 +- .../session/impl/SEBClientPingBatchService.java | 2 +- .../session/impl/SEBClientPingBlockingService.java | 2 +- .../session/impl/SEBClientSessionServiceImpl.java | 2 +- .../session/impl/SEBClientVersionServiceImpl.java | 2 +- .../session/impl/indicator/AbstractClientIndicator.java | 2 +- .../session/impl/indicator/AbstractLogIndicator.java | 2 +- .../impl/indicator/AbstractLogLevelCountIndicator.java | 2 +- .../impl/indicator/AbstractLogNumberIndicator.java | 2 +- .../session/impl/indicator/AbstractPingIndicator.java | 2 +- .../session/impl/indicator/BatteryStatusIndicator.java | 2 +- .../impl/indicator/DistributedIndicatorValueService.java | 2 +- .../impl/indicator/ErrorLogCountClientIndicator.java | 2 +- .../impl/indicator/InfoLogCountClientIndicator.java | 2 +- .../impl/indicator/PingIntervalClientIndicator.java | 2 +- .../session/impl/indicator/WLANStatusIndicator.java | 2 +- .../impl/indicator/WarnLogCountClientIndicator.java | 2 +- .../session/impl/proctoring/JitsiProctoringService.java | 2 +- .../servicelayer/session/impl/proctoring/NewRoom.java | 2 +- .../impl/proctoring/RemoteProctoringRoomServiceImpl.java | 2 +- .../impl/proctoring/RemoteProctoringServiceFactory.java | 2 +- .../impl/proctoring/ScreenProctoringAPIBinding.java | 2 +- .../impl/proctoring/ScreenProctoringServiceImpl.java | 2 +- .../session/impl/proctoring/ZoomProctoringService.java | 2 +- .../session/impl/proctoring/ZoomRoomRequestResponse.java | 2 +- .../servicelayer/validation/BeanValidationException.java | 2 +- .../servicelayer/validation/BeanValidationService.java | 2 +- .../validation/ProctoringSettingsValidator.java | 2 +- .../servicelayer/validation/ValidProctoringSettings.java | 2 +- .../webservice/weblayer/WebServiceSecurityConfig.java | 2 +- .../webservice/weblayer/WebServiceShutdown.java | 2 +- .../webservice/weblayer/WebServiceUserDetails.java | 2 +- .../weblayer/api/APIConstraintViolationException.java | 2 +- .../webservice/weblayer/api/APIExceptionHandler.java | 2 +- .../weblayer/api/ActivatableEntityController.java | 2 +- .../webservice/weblayer/api/BatchActionController.java | 2 +- .../webservice/weblayer/api/CertificateController.java | 2 +- .../weblayer/api/ClientConnectionController.java | 2 +- .../webservice/weblayer/api/ClientEventController.java | 2 +- .../webservice/weblayer/api/ClientGroupController.java | 2 +- .../weblayer/api/ConfigurationAttributeController.java | 2 +- .../webservice/weblayer/api/ConfigurationController.java | 2 +- .../weblayer/api/ConfigurationNodeController.java | 2 +- .../weblayer/api/ConfigurationValueController.java | 2 +- .../webservice/weblayer/api/EntityController.java | 2 +- .../weblayer/api/ExamAPIDiscoveryController.java | 2 +- .../webservice/weblayer/api/ExamAPI_V1_Controller.java | 2 +- .../weblayer/api/ExamAdministrationController.java | 2 +- .../weblayer/api/ExamConfigurationMappingController.java | 2 +- .../weblayer/api/ExamMonitoringController.java | 2 +- .../webservice/weblayer/api/ExamNotRunningException.java | 2 +- .../weblayer/api/ExamProctoringController.java | 2 +- .../webservice/weblayer/api/ExamTemplateController.java | 2 +- .../webservice/weblayer/api/IndicatorController.java | 2 +- .../webservice/weblayer/api/InfoController.java | 2 +- .../webservice/weblayer/api/InstitutionController.java | 2 +- .../webservice/weblayer/api/LmsSetupController.java | 2 +- .../weblayer/api/OnlyMessageLogExceptionWrapper.java | 2 +- .../webservice/weblayer/api/OrientationController.java | 2 +- .../webservice/weblayer/api/QuizController.java | 2 +- .../webservice/weblayer/api/RateLimitService.java | 2 +- .../weblayer/api/ReadonlyEntityController.java | 2 +- .../webservice/weblayer/api/RegisterUserController.java | 2 +- .../weblayer/api/SEBClientConfigController.java | 2 +- .../webservice/weblayer/api/UserAccountController.java | 2 +- .../weblayer/api/UserActivityLogController.java | 2 +- .../webservice/weblayer/api/ViewController.java | 2 +- .../webservice/weblayer/oauth/AdminAPIClientDetails.java | 2 +- .../weblayer/oauth/AuthorizationServerConfig.java | 2 +- .../weblayer/oauth/CachableJdbcTokenStore.java | 2 +- .../weblayer/oauth/DefaultTokenServicesFallback.java | 2 +- .../webservice/weblayer/oauth/PreAuthProvider.java | 2 +- .../webservice/weblayer/oauth/RevokeTokenEndpoint.java | 2 +- .../weblayer/oauth/WebClientDetailsService.java | 2 +- .../weblayer/oauth/WebserviceResourceConfiguration.java | 2 +- .../sebserver/ClientHttpRequestFactoryServiceTest.java | 2 +- src/test/java/ch/ethz/seb/sebserver/TestUtils.java | 2 +- .../ch/ethz/seb/sebserver/gbl/api/APIMessageTest.java | 2 +- .../ethz/seb/sebserver/gbl/api/ExamAPIDiscoveryTest.java | 2 +- .../ethz/seb/sebserver/gbl/async/AsyncBlockingTest.java | 2 +- .../ethz/seb/sebserver/gbl/async/CircuitBreakerTest.java | 2 +- .../sebserver/gbl/async/MemoizingCircuitBreakerTest.java | 2 +- .../gbl/client/ClientCredentialServiceImplTest.java | 2 +- .../ch/ethz/seb/sebserver/gbl/client/ProxyDataTest.java | 2 +- .../sebserver/gbl/model/ModelObjectJSONGenerator.java | 2 +- .../sebserver/gbl/model/exam/AllowedSEBVersionTest.java | 2 +- .../ethz/seb/sebserver/gbl/model/exam/IndicatorTest.java | 2 +- .../gbl/model/exam/OpenEdxSebRestrictionTest.java | 2 +- .../sebserver/gbl/model/institution/InstitutionTest.java | 2 +- .../sebserver/gbl/model/institution/LmsSetupTest.java | 2 +- .../gbl/model/session/ClientInstructionTest.java | 2 +- .../sebserver/gbl/model/user/UserActivityLogTest.java | 2 +- .../ethz/seb/sebserver/gbl/model/user/UserInfoTest.java | 2 +- .../java/ch/ethz/seb/sebserver/gbl/util/CryptorTest.java | 2 +- .../java/ch/ethz/seb/sebserver/gbl/util/ReplTest.java | 2 +- .../java/ch/ethz/seb/sebserver/gbl/util/ResultTest.java | 2 +- .../gbl/util/SizedArrayNonBlockingQueueTest.java | 2 +- .../java/ch/ethz/seb/sebserver/gbl/util/Tuple3Test.java | 2 +- .../java/ch/ethz/seb/sebserver/gbl/util/UtilsTest.java | 2 +- .../ch/ethz/seb/sebserver/gui/form/FormBuilderTest.java | 2 +- .../seb/sebserver/gui/integration/ClientConfigTest.java | 2 +- .../seb/sebserver/gui/integration/CurrentUserTest.java | 2 +- .../seb/sebserver/gui/integration/FinishedExamTest.java | 2 +- .../sebserver/gui/integration/GetInstitutionTest.java | 2 +- .../sebserver/gui/integration/GuiIntegrationTest.java | 2 +- .../sebserver/gui/integration/OpenEdxTestController.java | 2 +- .../seb/sebserver/gui/integration/RestServiceTest.java | 2 +- .../ethz/seb/sebserver/gui/integration/SEBClientBot.java | 2 +- .../integration/SEBServerAuthorizationContextTest.java | 2 +- .../gui/integration/UseCasesIntegrationTest.java | 2 +- .../seb/sebserver/gui/integration/UsecaseTestUtils.java | 2 +- .../proctoring/JitsiWindowScriptResolverTest.java | 2 +- .../session/proctoring/ZoomWindowScriptResolverTest.java | 2 +- .../datalayer/batis/JodaTimeTypeResolverTest.java | 2 +- .../integration/api/admin/AdminAPITestController.java | 2 +- .../api/admin/AdministrationAPIIntegrationTester.java | 2 +- .../api/admin/ConfigurationAttributeAPITest.java | 2 +- .../webservice/integration/api/admin/EntityAPITests.java | 2 +- .../webservice/integration/api/admin/ExamAPITest.java | 2 +- .../api/admin/ExamConfigurationValueServiceTest.java | 2 +- .../webservice/integration/api/admin/ExamImportTest.java | 2 +- .../api/admin/ExamProctoringRoomServiceTest.java | 2 +- .../integration/api/admin/GeneralAdminAPITest.java | 2 +- .../integration/api/admin/InstitutionAPITest.java | 2 +- .../integration/api/admin/LmsSetupAPITest.java | 2 +- .../integration/api/admin/OlatLmsAPITemplateTest.java | 2 +- .../integration/api/admin/OrientationAPITest.java | 2 +- .../webservice/integration/api/admin/QuizDataTest.java | 2 +- .../webservice/integration/api/admin/UserAPITest.java | 2 +- .../integration/api/admin/UserActivityLogAPITest.java | 2 +- .../integration/api/admin/WebserviceInfoTest.java | 2 +- .../webservice/integration/api/admin/WebserviceTest.java | 2 +- .../api/exam/ExamAPIAccessTokenRequestTest.java | 2 +- .../integration/api/exam/ExamAPIIntegrationTester.java | 2 +- .../integration/api/exam/ExamAPITestController.java | 2 +- .../integration/api/exam/ExamDiscoveryEndpointTest.java | 2 +- .../integration/api/exam/GeneralExamAPITest.java | 2 +- .../integration/api/exam/SebConnectionTest.java | 2 +- .../api/exam/SebExamConfigurationRequestTest.java | 2 +- .../integration/api/exam/SebVdiConnectionTest.java | 2 +- .../integration/services/ClientEventServiceTest.java | 2 +- .../services/SEBClientInstructionServiceTest.java | 2 +- .../authorization/AuthorizationServiceTest.java | 2 +- .../exam/impl/SEBClientEventCSVExporterTest.java | 2 +- .../lms/impl/moodle/MoodleMockupRestTemplateFactory.java | 2 +- .../lms/impl/moodle/legacy/MoodleCourseAccessTest.java | 2 +- .../impl/moodle/plugin/MoodlePluginCourseAccessTest.java | 2 +- .../moodle/plugin/MoodlePluginCourseRestrictionTest.java | 2 +- .../sebconfig/impl/ConfigAttributeSortOrderTest.java | 2 +- .../sebconfig/impl/ExamConfigImportHandlerTest.java | 2 +- .../sebconfig/impl/PasswordEncryptorTest.java | 2 +- .../impl/SebConfigEncryptionServiceImplTest.java | 2 +- .../impl/converter/ArrayOfStringConverterTest.java | 2 +- .../sebconfig/impl/converter/TableConverterTest.java | 2 +- .../session/impl/SEBClientVersionServiceImplTest.java | 2 +- .../session/impl/indicator/IndicatorValueJSONTest.java | 2 +- .../impl/indicator/PingIntervalClientIndicatorTest.java | 2 +- .../impl/proctoring/ExamJITSIProctoringServiceTest.java | 2 +- 952 files changed, 959 insertions(+), 953 deletions(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/ClientHttpRequestFactoryService.java b/src/main/java/ch/ethz/seb/sebserver/ClientHttpRequestFactoryService.java index 3fd16e75..5424e986 100644 --- a/src/main/java/ch/ethz/seb/sebserver/ClientHttpRequestFactoryService.java +++ b/src/main/java/ch/ethz/seb/sebserver/ClientHttpRequestFactoryService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/HTTPSRedirectServerFactory.java b/src/main/java/ch/ethz/seb/sebserver/HTTPSRedirectServerFactory.java index fe1ac9e5..8550fa45 100644 --- a/src/main/java/ch/ethz/seb/sebserver/HTTPSRedirectServerFactory.java +++ b/src/main/java/ch/ethz/seb/sebserver/HTTPSRedirectServerFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/SEBServer.java b/src/main/java/ch/ethz/seb/sebserver/SEBServer.java index 52041c9b..d249e1fe 100644 --- a/src/main/java/ch/ethz/seb/sebserver/SEBServer.java +++ b/src/main/java/ch/ethz/seb/sebserver/SEBServer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/SEBServerInit.java b/src/main/java/ch/ethz/seb/sebserver/SEBServerInit.java index 1bf3beb8..9f00bae7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/SEBServerInit.java +++ b/src/main/java/ch/ethz/seb/sebserver/SEBServerInit.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/SEBServerInitEvent.java b/src/main/java/ch/ethz/seb/sebserver/SEBServerInitEvent.java index 6d6d29bf..5a2b9611 100644 --- a/src/main/java/ch/ethz/seb/sebserver/SEBServerInitEvent.java +++ b/src/main/java/ch/ethz/seb/sebserver/SEBServerInitEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/WebSecurityConfig.java b/src/main/java/ch/ethz/seb/sebserver/WebSecurityConfig.java index d627365a..c23f236e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/WebSecurityConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/WebSecurityConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/Constants.java b/src/main/java/ch/ethz/seb/sebserver/gbl/Constants.java index 1a166cbc..d5299935 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/Constants.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/Constants.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/api/API.java b/src/main/java/ch/ethz/seb/sebserver/gbl/api/API.java index 5f963fe7..4a5b7964 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/api/API.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/api/API.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/api/APIMessage.java b/src/main/java/ch/ethz/seb/sebserver/gbl/api/APIMessage.java index dfa794d1..5db0f50b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/api/APIMessage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/api/APIMessage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/api/APIMessageError.java b/src/main/java/ch/ethz/seb/sebserver/gbl/api/APIMessageError.java index 7996c534..7c2b579e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/api/APIMessageError.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/api/APIMessageError.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/api/ExamAPIDiscovery.java b/src/main/java/ch/ethz/seb/sebserver/gbl/api/ExamAPIDiscovery.java index af47bc58..c855c78d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/api/ExamAPIDiscovery.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/api/ExamAPIDiscovery.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/api/JSONMapper.java b/src/main/java/ch/ethz/seb/sebserver/gbl/api/JSONMapper.java index 76f1550c..f4fe0f6c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/api/JSONMapper.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/api/JSONMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/api/POSTMapper.java b/src/main/java/ch/ethz/seb/sebserver/gbl/api/POSTMapper.java index 2d5f41af..9d873f3f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/api/POSTMapper.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/api/POSTMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/api/TooManyRegistrations.java b/src/main/java/ch/ethz/seb/sebserver/gbl/api/TooManyRegistrations.java index 55cacedd..507e8597 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/api/TooManyRegistrations.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/api/TooManyRegistrations.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/api/TooManyRequests.java b/src/main/java/ch/ethz/seb/sebserver/gbl/api/TooManyRequests.java index bf29ba48..7eea48f4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/api/TooManyRequests.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/api/TooManyRequests.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/api/authorization/Privilege.java b/src/main/java/ch/ethz/seb/sebserver/gbl/api/authorization/Privilege.java index 2b8668f5..c7f56497 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/api/authorization/Privilege.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/api/authorization/Privilege.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/api/authorization/PrivilegeType.java b/src/main/java/ch/ethz/seb/sebserver/gbl/api/authorization/PrivilegeType.java index 3bcec162..ea1542be 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/api/authorization/PrivilegeType.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/api/authorization/PrivilegeType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/async/AsyncExceptionHandler.java b/src/main/java/ch/ethz/seb/sebserver/gbl/async/AsyncExceptionHandler.java index 42d7ddc9..1a6a4e18 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/async/AsyncExceptionHandler.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/async/AsyncExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/async/AsyncRunner.java b/src/main/java/ch/ethz/seb/sebserver/gbl/async/AsyncRunner.java index 3946fa6b..92afb138 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/async/AsyncRunner.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/async/AsyncRunner.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/async/AsyncService.java b/src/main/java/ch/ethz/seb/sebserver/gbl/async/AsyncService.java index 5c145fb6..c9a8f9e6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/async/AsyncService.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/async/AsyncService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/async/AsyncServiceSpringConfig.java b/src/main/java/ch/ethz/seb/sebserver/gbl/async/AsyncServiceSpringConfig.java index 86da5886..010ca9d9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/async/AsyncServiceSpringConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/async/AsyncServiceSpringConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/async/CircuitBreaker.java b/src/main/java/ch/ethz/seb/sebserver/gbl/async/CircuitBreaker.java index 66874d15..fb1f3b6d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/async/CircuitBreaker.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/async/CircuitBreaker.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/async/MemoizingCircuitBreaker.java b/src/main/java/ch/ethz/seb/sebserver/gbl/async/MemoizingCircuitBreaker.java index f32f3a62..0a5ac477 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/async/MemoizingCircuitBreaker.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/async/MemoizingCircuitBreaker.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/client/ClientCredentialService.java b/src/main/java/ch/ethz/seb/sebserver/gbl/client/ClientCredentialService.java index a61e8b39..dd632a46 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/client/ClientCredentialService.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/client/ClientCredentialService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/client/ClientCredentialServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/gbl/client/ClientCredentialServiceImpl.java index e1cef59f..00410702 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/client/ClientCredentialServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/client/ClientCredentialServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/client/ClientCredentials.java b/src/main/java/ch/ethz/seb/sebserver/gbl/client/ClientCredentials.java index f98378cd..1cc198ae 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/client/ClientCredentials.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/client/ClientCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/client/ProxyData.java b/src/main/java/ch/ethz/seb/sebserver/gbl/client/ProxyData.java index 1edfd3c5..3d5b25bc 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/client/ProxyData.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/client/ProxyData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/Activatable.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/Activatable.java index 7efea6f2..c5f00bab 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/Activatable.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/Activatable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/BatchAction.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/BatchAction.java index cae4ab76..9a480b00 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/BatchAction.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/BatchAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/Entity.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/Entity.java index 451913f3..7c64b98b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/Entity.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/Entity.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/EntityDependency.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/EntityDependency.java index 90170c50..90929af8 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/EntityDependency.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/EntityDependency.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/EntityKey.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/EntityKey.java index bb0622b1..c0eeadb5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/EntityKey.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/EntityKey.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/EntityName.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/EntityName.java index a27b37f4..a9950bb6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/EntityName.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/EntityName.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/EntityProcessingReport.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/EntityProcessingReport.java index 3b6232ee..5d804b43 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/EntityProcessingReport.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/EntityProcessingReport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/GrantEntity.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/GrantEntity.java index b8338c28..944047ef 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/GrantEntity.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/GrantEntity.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/ModelIdAware.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/ModelIdAware.java index 9dcafbd1..87c7e90a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/ModelIdAware.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/ModelIdAware.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/Page.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/Page.java index ce796449..a0bd8b2f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/Page.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/Page.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/PageSortOrder.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/PageSortOrder.java index c5ab441d..a2c38d3f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/PageSortOrder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/PageSortOrder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/AllowedSEBVersion.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/AllowedSEBVersion.java index e1a4b937..8bb4a1e5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/AllowedSEBVersion.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/AllowedSEBVersion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/Chapters.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/Chapters.java index 18ce1868..06830c24 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/Chapters.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/Chapters.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ClientGroup.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ClientGroup.java index d6f8ecb3..d3b0b97f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ClientGroup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ClientGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ClientGroupData.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ClientGroupData.java index 8b77b4af..10b8d3c2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ClientGroupData.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ClientGroupData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ClientGroupTemplate.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ClientGroupTemplate.java index 989ced89..0de15189 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ClientGroupTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ClientGroupTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/CollectingStrategy.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/CollectingStrategy.java index 4fb6ecbd..20945703 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/CollectingStrategy.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/CollectingStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/Exam.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/Exam.java index ce114266..9cec7f43 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/Exam.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/Exam.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ExamConfigurationMap.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ExamConfigurationMap.java index 37129625..a4648575 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ExamConfigurationMap.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ExamConfigurationMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ExamTemplate.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ExamTemplate.java index 32c8884a..5f6e4868 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ExamTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ExamTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/Indicator.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/Indicator.java index 21d119de..77e2e6c4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/Indicator.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/Indicator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/IndicatorTemplate.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/IndicatorTemplate.java index a84c7380..66616423 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/IndicatorTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/IndicatorTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/MoodleSEBRestriction.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/MoodleSEBRestriction.java index 34388ae0..a670eec1 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/MoodleSEBRestriction.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/MoodleSEBRestriction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/OpenEdxSEBRestriction.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/OpenEdxSEBRestriction.java index d0882dab..65871c22 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/OpenEdxSEBRestriction.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/OpenEdxSEBRestriction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ProctoringRoomConnection.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ProctoringRoomConnection.java index 24bfc16f..65b13696 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ProctoringRoomConnection.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ProctoringRoomConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ProctoringServiceSettings.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ProctoringServiceSettings.java index eb50a852..826ead5a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ProctoringServiceSettings.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ProctoringServiceSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/QuizData.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/QuizData.java index d4838135..c171ba5f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/QuizData.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/QuizData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/SEBRestriction.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/SEBRestriction.java index b97e64fd..74bf5604 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/SEBRestriction.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/SEBRestriction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ScreenProctoringSettings.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ScreenProctoringSettings.java index 9d0af395..d14a466f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ScreenProctoringSettings.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/exam/ScreenProctoringSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/AppSignatureKeyInfo.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/AppSignatureKeyInfo.java index 270b8cd0..4acb4369 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/AppSignatureKeyInfo.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/AppSignatureKeyInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/Institution.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/Institution.java index da2f73ce..fc49209e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/Institution.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/Institution.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/LmsSetup.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/LmsSetup.java index 93f4dac2..0440275d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/LmsSetup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/LmsSetup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/LmsSetupTestResult.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/LmsSetupTestResult.java index b014fbf3..11d1980a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/LmsSetupTestResult.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/LmsSetupTestResult.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/SecurityCheckResult.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/SecurityCheckResult.java index 56566af5..9b4c84eb 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/SecurityCheckResult.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/SecurityCheckResult.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/SecurityKey.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/SecurityKey.java index f0f999fd..9457de4d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/SecurityKey.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/institution/SecurityKey.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/AttributeType.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/AttributeType.java index 2821a4c3..b17136a5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/AttributeType.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/AttributeType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/AttributeValueType.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/AttributeValueType.java index 7ee9c381..f488b5b7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/AttributeValueType.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/AttributeValueType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/CertificateInfo.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/CertificateInfo.java index 99e96a32..85387c02 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/CertificateInfo.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/CertificateInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/Certificates.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/Certificates.java index d6310501..13cd5837 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/Certificates.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/Certificates.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigCreationInfo.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigCreationInfo.java index 00edbbe3..8752aeb9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigCreationInfo.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigCreationInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigKey.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigKey.java index 60c6186b..a3881676 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigKey.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigKey.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/Configuration.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/Configuration.java index 41f8cc52..3150a219 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/Configuration.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/Configuration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigurationAttribute.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigurationAttribute.java index 4cbaaee2..b13c07b4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigurationAttribute.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigurationAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigurationNode.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigurationNode.java index 707d0abb..e98cd938 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigurationNode.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigurationNode.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigurationTableValues.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigurationTableValues.java index b23f3e9b..dcc70bc7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigurationTableValues.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigurationTableValues.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigurationValue.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigurationValue.java index 8383a0cd..49574613 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigurationValue.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/ConfigurationValue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/Orientation.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/Orientation.java index dcac7241..15e10f28 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/Orientation.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/Orientation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/SEBClientConfig.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/SEBClientConfig.java index 6765bf43..8afc45e9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/SEBClientConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/SEBClientConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/SettingsPublished.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/SettingsPublished.java index 219624d7..66eec2d6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/SettingsPublished.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/SettingsPublished.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/TemplateAttribute.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/TemplateAttribute.java index 5b43ff64..ba172255 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/TemplateAttribute.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/TemplateAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/TitleOrientation.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/TitleOrientation.java index e1d77b98..f8f7660f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/TitleOrientation.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/TitleOrientation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/View.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/View.java index 44d66f46..8104fa01 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/View.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/sebconfig/View.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientConnection.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientConnection.java index bd4741bb..4c9d3274 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientConnection.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientConnectionData.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientConnectionData.java index adfe03c4..72adceda 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientConnectionData.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientConnectionData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientEvent.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientEvent.java index c94b6834..62482abd 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientEvent.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientInstruction.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientInstruction.java index 7dfb0097..ba27c265 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientInstruction.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientInstruction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientMonitoringData.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientMonitoringData.java index de6cfa4c..33c44a35 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientMonitoringData.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientMonitoringData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientMonitoringDataView.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientMonitoringDataView.java index f89a2e23..e0ad990e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientMonitoringDataView.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientMonitoringDataView.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientNotification.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientNotification.java index 1da1b8e4..2489e43d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientNotification.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientNotification.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientStaticData.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientStaticData.java index 2b88db59..39d777f4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientStaticData.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ClientStaticData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ExtendedClientEvent.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ExtendedClientEvent.java index b4312151..4deab1fa 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ExtendedClientEvent.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ExtendedClientEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/RemoteProctoringRoom.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/RemoteProctoringRoom.java index 0b442619..87442b24 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/RemoteProctoringRoom.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/RemoteProctoringRoom.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/RunningExamInfo.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/RunningExamInfo.java index d12db3c1..fd03ee8c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/RunningExamInfo.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/RunningExamInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ScreenProctoringGroup.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ScreenProctoringGroup.java index 410c75fb..cee73e8e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ScreenProctoringGroup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/session/ScreenProctoringGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/EntityPrivilege.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/EntityPrivilege.java index f0a244c1..26c72799 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/EntityPrivilege.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/EntityPrivilege.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/ExamineeAccountDetails.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/ExamineeAccountDetails.java index 2cec56de..47114b83 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/ExamineeAccountDetails.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/ExamineeAccountDetails.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/PasswordChange.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/PasswordChange.java index a949de78..2f0d6ff4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/PasswordChange.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/PasswordChange.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserAccount.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserAccount.java index 87d41960..ca1fe861 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserAccount.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserAccount.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserActivityLog.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserActivityLog.java index 96416edf..fe43d9ae 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserActivityLog.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserActivityLog.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserInfo.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserInfo.java index c8bef2dc..0ef620a8 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserInfo.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserLogActivityType.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserLogActivityType.java index ffbb11ef..676beaed 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserLogActivityType.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserLogActivityType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserMod.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserMod.java index 98b2f798..e51f19a4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserMod.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserMod.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserRole.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserRole.java index 03b235c9..506d4306 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserRole.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserRole.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/ClientGroupConnectionMatcher.java b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/ClientGroupConnectionMatcher.java index 42a11d61..9cc2f5c3 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/ClientGroupConnectionMatcher.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/ClientGroupConnectionMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/ClientGroupMatcherService.java b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/ClientGroupMatcherService.java index 11d84198..18e4a654 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/ClientGroupMatcherService.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/ClientGroupMatcherService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/ClientOSGroupMatcher.java b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/ClientOSGroupMatcher.java index 154460ae..9ae386dc 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/ClientOSGroupMatcher.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/ClientOSGroupMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/IPv4RangeClientGroupMatcher.java b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/IPv4RangeClientGroupMatcher.java index 4cd343bc..91d48614 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/IPv4RangeClientGroupMatcher.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/IPv4RangeClientGroupMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/IndicatorValue.java b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/IndicatorValue.java index 0d874310..18f6383c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/IndicatorValue.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/IndicatorValue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/IndicatorValueHolder.java b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/IndicatorValueHolder.java index 4d1451d5..b507d474 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/IndicatorValueHolder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/IndicatorValueHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/MonitoringFullPageData.java b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/MonitoringFullPageData.java index e0d55526..a60e29e0 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/MonitoringFullPageData.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/MonitoringFullPageData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/MonitoringSEBConnectionData.java b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/MonitoringSEBConnectionData.java index 321e6dcd..55f53e1e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/MonitoringSEBConnectionData.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/MonitoringSEBConnectionData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/MonitoringStaticClientData.java b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/MonitoringStaticClientData.java index 80a4e0a6..bddd4c5c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/MonitoringStaticClientData.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/MonitoringStaticClientData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/SimpleIndicatorValue.java b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/SimpleIndicatorValue.java index 24abdd00..7370a771 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/SimpleIndicatorValue.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/monitoring/SimpleIndicatorValue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/profile/DevGuiProfile.java b/src/main/java/ch/ethz/seb/sebserver/gbl/profile/DevGuiProfile.java index 3cf2b6d7..b9893eea 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/profile/DevGuiProfile.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/profile/DevGuiProfile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/profile/DevWebServiceProfile.java b/src/main/java/ch/ethz/seb/sebserver/gbl/profile/DevWebServiceProfile.java index 3eb365dd..22f54b6e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/profile/DevWebServiceProfile.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/profile/DevWebServiceProfile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/profile/GuiProfile.java b/src/main/java/ch/ethz/seb/sebserver/gbl/profile/GuiProfile.java index e1771e19..925e0341 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/profile/GuiProfile.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/profile/GuiProfile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/profile/ProdGuiProfile.java b/src/main/java/ch/ethz/seb/sebserver/gbl/profile/ProdGuiProfile.java index 8fe0b422..0ac248c2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/profile/ProdGuiProfile.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/profile/ProdGuiProfile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/profile/ProdWebServiceProfile.java b/src/main/java/ch/ethz/seb/sebserver/gbl/profile/ProdWebServiceProfile.java index 5b571b5a..bfdc2617 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/profile/ProdWebServiceProfile.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/profile/ProdWebServiceProfile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/profile/WebServiceProfile.java b/src/main/java/ch/ethz/seb/sebserver/gbl/profile/WebServiceProfile.java index 3705b604..1e5205e3 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/profile/WebServiceProfile.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/profile/WebServiceProfile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/util/Cryptor.java b/src/main/java/ch/ethz/seb/sebserver/gbl/util/Cryptor.java index bd9e1efe..38eb2aa5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/util/Cryptor.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/util/Cryptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/util/Pair.java b/src/main/java/ch/ethz/seb/sebserver/gbl/util/Pair.java index ea7ec9c6..fe80f7ec 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/util/Pair.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/util/Pair.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/util/Result.java b/src/main/java/ch/ethz/seb/sebserver/gbl/util/Result.java index 63a7f66c..7aa179ee 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/util/Result.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/util/Result.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/util/SizedArrayNonBlockingQueue.java b/src/main/java/ch/ethz/seb/sebserver/gbl/util/SizedArrayNonBlockingQueue.java index c9df8e49..a28f53a9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/util/SizedArrayNonBlockingQueue.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/util/SizedArrayNonBlockingQueue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/util/Tuple.java b/src/main/java/ch/ethz/seb/sebserver/gbl/util/Tuple.java index 6af9d20d..fb210902 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/util/Tuple.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/util/Tuple.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/util/Tuple3.java b/src/main/java/ch/ethz/seb/sebserver/gbl/util/Tuple3.java index 32f59fae..17b98db1 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/util/Tuple3.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/util/Tuple3.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/util/Utils.java b/src/main/java/ch/ethz/seb/sebserver/gbl/util/Utils.java index 26a5a583..94cd5156 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/util/Utils.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/util/Utils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/CrossOriginIsolationFilter.java b/src/main/java/ch/ethz/seb/sebserver/gui/CrossOriginIsolationFilter.java index fb9e92ce..93ed15a8 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/CrossOriginIsolationFilter.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/CrossOriginIsolationFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/GuiInit.java b/src/main/java/ch/ethz/seb/sebserver/gui/GuiInit.java index bf7af526..59ad500f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/GuiInit.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/GuiInit.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/GuiServiceInfo.java b/src/main/java/ch/ethz/seb/sebserver/gui/GuiServiceInfo.java index 2348ce8a..689f530e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/GuiServiceInfo.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/GuiServiceInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/GuiWebsecurityConfig.java b/src/main/java/ch/ethz/seb/sebserver/gui/GuiWebsecurityConfig.java index 7c4de56d..caacff0c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/GuiWebsecurityConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/GuiWebsecurityConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/InstitutionalAuthenticationEntryPoint.java b/src/main/java/ch/ethz/seb/sebserver/gui/InstitutionalAuthenticationEntryPoint.java index 12d24351..3f808d97 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/InstitutionalAuthenticationEntryPoint.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/InstitutionalAuthenticationEntryPoint.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/ProctoringServlet.java b/src/main/java/ch/ethz/seb/sebserver/gui/ProctoringServlet.java index 73321a3e..2725013f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/ProctoringServlet.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/ProctoringServlet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/RAPConfiguration.java b/src/main/java/ch/ethz/seb/sebserver/gui/RAPConfiguration.java index ef44681b..f04967ce 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/RAPConfiguration.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/RAPConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/RAPSpringConfig.java b/src/main/java/ch/ethz/seb/sebserver/gui/RAPSpringConfig.java index ee355914..295dc5d1 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/RAPSpringConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/RAPSpringConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/StaticApplicationPropertyResolver.java b/src/main/java/ch/ethz/seb/sebserver/gui/StaticApplicationPropertyResolver.java index edfdd9a4..1df13da3 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/StaticApplicationPropertyResolver.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/StaticApplicationPropertyResolver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/LoginPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/LoginPage.java index 82cdd89b..8774c91b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/LoginPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/LoginPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this @@ -8,7 +8,6 @@ package ch.ethz.seb.sebserver.gui.content; -import org.apache.commons.lang3.BooleanUtils; import org.apache.commons.lang3.StringUtils; import org.eclipse.rap.rwt.RWT; import org.eclipse.swt.SWT; diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/MainPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/MainPage.java index a7890d77..6ad053a0 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/MainPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/MainPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/RegisterPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/RegisterPage.java index ea498070..418a6cac 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/RegisterPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/RegisterPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/action/ActionCategory.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/action/ActionCategory.java index 0414c4f8..0ecbed1a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/action/ActionCategory.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/action/ActionCategory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/action/ActionDefinition.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/action/ActionDefinition.java index eca07f00..49c78a60 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/action/ActionDefinition.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/action/ActionDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/action/ActionPane.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/action/ActionPane.java index 961b5fb5..39b2ebb6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/action/ActionPane.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/action/ActionPane.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/activity/ActivitiesPane.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/activity/ActivitiesPane.java index e4d18088..57d617f9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/activity/ActivitiesPane.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/activity/ActivitiesPane.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/activity/ActivityDefinition.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/activity/ActivityDefinition.java index 190cc77f..e6bd6986 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/activity/ActivityDefinition.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/activity/ActivityDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/activity/PageStateDefinitionImpl.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/activity/PageStateDefinitionImpl.java index cf84fa6d..3d5a3697 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/activity/PageStateDefinitionImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/activity/PageStateDefinitionImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/InstitutionDeletePopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/InstitutionDeletePopup.java index 93b02fbc..15c7d974 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/InstitutionDeletePopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/InstitutionDeletePopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/InstitutionForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/InstitutionForm.java index cd1b7ad0..2fa47679 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/InstitutionForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/InstitutionForm.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/InstitutionList.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/InstitutionList.java index d2dcdda3..5371ccc3 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/InstitutionList.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/InstitutionList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserAccountChangePasswordForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserAccountChangePasswordForm.java index fb120c63..43baed06 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserAccountChangePasswordForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserAccountChangePasswordForm.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserAccountDeletePopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserAccountDeletePopup.java index 622e73b9..940a7769 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserAccountDeletePopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserAccountDeletePopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserAccountForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserAccountForm.java index c47c4d30..78da2596 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserAccountForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserAccountForm.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserAccountList.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserAccountList.java index 6d499537..d732e02c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserAccountList.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserAccountList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserActivityLogs.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserActivityLogs.java index 9ba90b60..dff517c6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserActivityLogs.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserActivityLogs.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserActivityLogsDeletePopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserActivityLogsDeletePopup.java index 952c96f0..bc0f12af 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserActivityLogsDeletePopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/admin/UserActivityLogsDeletePopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/CertificateImportPopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/CertificateImportPopup.java index 859544c3..0141cc2f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/CertificateImportPopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/CertificateImportPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/CertificateList.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/CertificateList.java index f31959d1..91861253 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/CertificateList.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/CertificateList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/ConfigTemplateAttributeForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/ConfigTemplateAttributeForm.java index df7144fd..060ecf2d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/ConfigTemplateAttributeForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/ConfigTemplateAttributeForm.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/ConfigTemplateForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/ConfigTemplateForm.java index f7b9f88e..f48e8bbe 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/ConfigTemplateForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/ConfigTemplateForm.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/ConfigTemplateList.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/ConfigTemplateList.java index ec1bfcf7..32d690b7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/ConfigTemplateList.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/ConfigTemplateList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBClientConfigForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBClientConfigForm.java index 5dbe780b..369bfb2b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBClientConfigForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBClientConfigForm.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBClientConfigList.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBClientConfigList.java index 3c9b460d..c8af6ad5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBClientConfigList.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBClientConfigList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigBatchResetToTemplatePopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigBatchResetToTemplatePopup.java index 597f8f28..0a3bd046 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigBatchResetToTemplatePopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigBatchResetToTemplatePopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigBatchStateChangePopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigBatchStateChangePopup.java index f9b6189e..2a8d76f6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigBatchStateChangePopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigBatchStateChangePopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigCreationPopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigCreationPopup.java index cc76b8dd..9d8471d5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigCreationPopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigCreationPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigForm.java index 09dff2a1..486394b1 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigForm.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigImportPopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigImportPopup.java index 7bf6c95a..6a9a80eb 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigImportPopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigImportPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigList.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigList.java index 28d58ff6..a1a89f5c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigList.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBExamConfigList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBSettingsForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBSettingsForm.java index 34b7e7bf..49e66241 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBSettingsForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/configs/SEBSettingsForm.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/AddSecurityKeyGrantPopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/AddSecurityKeyGrantPopup.java index f4b2f6d0..a8902c32 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/AddSecurityKeyGrantPopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/AddSecurityKeyGrantPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ClientGroupForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ClientGroupForm.java index 31f60775..bb19f82a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ClientGroupForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ClientGroupForm.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ClientGroupTemplateForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ClientGroupTemplateForm.java index 33ab86db..fad16732 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ClientGroupTemplateForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ClientGroupTemplateForm.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamBatchArchivePopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamBatchArchivePopup.java index f5597723..e9f17d20 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamBatchArchivePopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamBatchArchivePopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamBatchDeletePopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamBatchDeletePopup.java index 8257a1af..7c3af757 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamBatchDeletePopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamBatchDeletePopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamClientGroupList.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamClientGroupList.java index aa206c08..bdf98643 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamClientGroupList.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamClientGroupList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamCreateClientConfigPopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamCreateClientConfigPopup.java index 20012a3d..3b6c8fee 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamCreateClientConfigPopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamCreateClientConfigPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamDeletePopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamDeletePopup.java index ba3938bb..ef4452e9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamDeletePopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamDeletePopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamForm.java index 959cdb49..05127134 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamForm.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamFormConfigs.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamFormConfigs.java index d881a20b..e7da9f77 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamFormConfigs.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamFormConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamIndicatorsList.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamIndicatorsList.java index bee112ea..599824b1 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamIndicatorsList.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamIndicatorsList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamList.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamList.java index 50cbcf56..7ceb339a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamList.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamSEBRestrictionSettings.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamSEBRestrictionSettings.java index 3267fafa..a2087131 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamSEBRestrictionSettings.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamSEBRestrictionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamSignatureKeyForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamSignatureKeyForm.java index 2e1d92b3..3bd48ea6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamSignatureKeyForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamSignatureKeyForm.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamTemplateForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamTemplateForm.java index 67579f65..969fea37 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamTemplateForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamTemplateForm.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamTemplateList.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamTemplateList.java index 1552c457..e539e05d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamTemplateList.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamTemplateList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamToConfigBindingForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamToConfigBindingForm.java index 8aefad2d..90e89476 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamToConfigBindingForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ExamToConfigBindingForm.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/IndicatorForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/IndicatorForm.java index 88b15e51..ac9b81cd 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/IndicatorForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/IndicatorForm.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/IndicatorTemplateForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/IndicatorTemplateForm.java index ebd22409..8d7e6fc2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/IndicatorTemplateForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/IndicatorTemplateForm.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/LmsSetupDeletePopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/LmsSetupDeletePopup.java index a9eb7177..68203f07 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/LmsSetupDeletePopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/LmsSetupDeletePopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/LmsSetupForm.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/LmsSetupForm.java index 9168b8d4..9d1a1fa5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/LmsSetupForm.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/LmsSetupForm.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/LmsSetupList.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/LmsSetupList.java index 8c02b352..b43a3c13 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/LmsSetupList.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/LmsSetupList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ProctoringSettingsPopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ProctoringSettingsPopup.java index 38e9a8f1..b7ea932c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ProctoringSettingsPopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ProctoringSettingsPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/QuizLookupList.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/QuizLookupList.java index 0b1bd1f3..1e8beadb 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/QuizLookupList.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/QuizLookupList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ScreenProctoringSettingsPopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ScreenProctoringSettingsPopup.java index dddbc0db..7b891d4c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ScreenProctoringSettingsPopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/ScreenProctoringSettingsPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/SecurityKeyGrantPopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/SecurityKeyGrantPopup.java index 9b242791..e370980a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/SecurityKeyGrantPopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/exam/SecurityKeyGrantPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/FinishedExam.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/FinishedExam.java index 5df6d5d2..047fd861 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/FinishedExam.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/FinishedExam.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/FinishedExamClientConnection.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/FinishedExamClientConnection.java index f8ab3b9f..efa2812d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/FinishedExamClientConnection.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/FinishedExamClientConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/FinishedExamList.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/FinishedExamList.java index ccf64d96..e6d3cf66 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/FinishedExamList.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/FinishedExamList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringClientConnection.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringClientConnection.java index 8e989536..3e275bc5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringClientConnection.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringClientConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringExamSearchPopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringExamSearchPopup.java index 611245f8..1695077a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringExamSearchPopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringExamSearchPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringRunningExam.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringRunningExam.java index 91dc2708..005d9615 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringRunningExam.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringRunningExam.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringRunningExamList.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringRunningExamList.java index 1e752399..d828469d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringRunningExamList.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringRunningExamList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/ProctorRoomConnectionsPopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/ProctorRoomConnectionsPopup.java index 3517957a..6564d98f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/ProctorRoomConnectionsPopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/ProctorRoomConnectionsPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SEBClientEventDeletePopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SEBClientEventDeletePopup.java index 9017b40d..05bfe381 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SEBClientEventDeletePopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SEBClientEventDeletePopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SEBClientEventDetailsPopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SEBClientEventDetailsPopup.java index 32b306a1..c8a9ee28 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SEBClientEventDetailsPopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SEBClientEventDetailsPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SEBClientEvents.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SEBClientEvents.java index 20be73f5..50e90c54 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SEBClientEvents.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SEBClientEvents.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SEBSendLockPopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SEBSendLockPopup.java index 43dba444..e6fdd0e7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SEBSendLockPopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SEBSendLockPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SignatureKeyGrantPopup.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SignatureKeyGrantPopup.java index d4ee9da5..28444557 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SignatureKeyGrantPopup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/SignatureKeyGrantPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/form/CheckboxFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/form/CheckboxFieldBuilder.java index 11b4a950..5540def7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/form/CheckboxFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/form/CheckboxFieldBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/form/FieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/form/FieldBuilder.java index 6826a305..9a6a6597 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/form/FieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/form/FieldBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/form/FileUploadFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/form/FileUploadFieldBuilder.java index 33687494..8fc2a9f5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/form/FileUploadFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/form/FileUploadFieldBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/form/Form.java b/src/main/java/ch/ethz/seb/sebserver/gui/form/Form.java index 9e9f651d..b7e27d25 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/form/Form.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/form/Form.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/form/FormBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/form/FormBuilder.java index 952dde97..e1104738 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/form/FormBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/form/FormBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/form/FormHandle.java b/src/main/java/ch/ethz/seb/sebserver/gui/form/FormHandle.java index 3cc5a147..a408a108 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/form/FormHandle.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/form/FormHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/form/FormPostException.java b/src/main/java/ch/ethz/seb/sebserver/gui/form/FormPostException.java index 937ce71e..6dff69b1 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/form/FormPostException.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/form/FormPostException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/form/ImageUploadFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/form/ImageUploadFieldBuilder.java index 9e2b89b2..a92a2c6e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/form/ImageUploadFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/form/ImageUploadFieldBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/form/PasswordFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/form/PasswordFieldBuilder.java index 516e1994..eb7fefa3 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/form/PasswordFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/form/PasswordFieldBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/form/SelectionFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/form/SelectionFieldBuilder.java index 0b15835c..70cf0eca 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/form/SelectionFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/form/SelectionFieldBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/form/TextFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/form/TextFieldBuilder.java index caaa4639..95d3367b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/form/TextFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/form/TextFieldBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/form/ThresholdListBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/form/ThresholdListBuilder.java index badd3d0a..e4697e33 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/form/ThresholdListBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/form/ThresholdListBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/ResourceService.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/ResourceService.java index 676d5524..c12c7892 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/ResourceService.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/ResourceService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/ExamConfigurationService.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/ExamConfigurationService.java index 6861db84..b0462665 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/ExamConfigurationService.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/ExamConfigurationService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/InputField.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/InputField.java index 3c0c7705..8882f9b6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/InputField.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/InputField.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/InputFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/InputFieldBuilder.java index a84282f5..7eefdb83 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/InputFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/InputFieldBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/ValueChangeListener.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/ValueChangeListener.java index eda7afee..8cd284e2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/ValueChangeListener.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/ValueChangeListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/ValueChangeRule.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/ValueChangeRule.java index 8506a787..89412f9a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/ValueChangeRule.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/ValueChangeRule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AbstractInputField.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AbstractInputField.java index 7eec6c0b..d7a2d36f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AbstractInputField.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AbstractInputField.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AbstractTableFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AbstractTableFieldBuilder.java index 2e3896fb..c0a6a160 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AbstractTableFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AbstractTableFieldBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java index e4eaac7e..2c3baf68 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/AttributeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/CellFieldBuilderAdapter.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/CellFieldBuilderAdapter.java index 522c82b3..cdb1bcdc 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/CellFieldBuilderAdapter.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/CellFieldBuilderAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/CheckBoxBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/CheckBoxBuilder.java index b38d9ffe..50946c9b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/CheckBoxBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/CheckBoxBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/CompositeTableFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/CompositeTableFieldBuilder.java index c372cba9..3a8f8603 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/CompositeTableFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/CompositeTableFieldBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ExamConfigurationServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ExamConfigurationServiceImpl.java index 2795eb25..5875ee93 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ExamConfigurationServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ExamConfigurationServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/InlineTableFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/InlineTableFieldBuilder.java index d17e1129..13b3a7a2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/InlineTableFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/InlineTableFieldBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/InputFieldBuilderSupplier.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/InputFieldBuilderSupplier.java index 9c31dbc0..dbe5a45a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/InputFieldBuilderSupplier.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/InputFieldBuilderSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/LabelBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/LabelBuilder.java index 82f06390..b9d3af63 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/LabelBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/LabelBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/MultiCheckboxSelection.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/MultiCheckboxSelection.java index e9fd3db3..43cfc05a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/MultiCheckboxSelection.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/MultiCheckboxSelection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/PasswordFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/PasswordFieldBuilder.java index 6322ff7d..ddbc8af5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/PasswordFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/PasswordFieldBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/RadioSelectionFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/RadioSelectionFieldBuilder.java index 12093323..627502e6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/RadioSelectionFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/RadioSelectionFieldBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/SelectionFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/SelectionFieldBuilder.java index 309aef0f..39fc3283 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/SelectionFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/SelectionFieldBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/SingleSelectionFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/SingleSelectionFieldBuilder.java index 040c2def..d6a1c219 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/SingleSelectionFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/SingleSelectionFieldBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/SliderFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/SliderFieldBuilder.java index a118f9cf..4635f2c8 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/SliderFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/SliderFieldBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableContext.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableContext.java index 54e456ab..2c54c9a2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableContext.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableFieldBuilder.java index 7c417220..4815ccac 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableFieldBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableRowFormBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableRowFormBuilder.java index 5185a7d3..b2e9470b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableRowFormBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableRowFormBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TextFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TextFieldBuilder.java index 04960109..9ef85af0 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TextFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TextFieldBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TextFieldListBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TextFieldListBuilder.java index 3de73a25..da7f1000 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TextFieldListBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TextFieldListBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ViewContext.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ViewContext.java index 53c47ea7..a9fe8ac6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ViewContext.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ViewContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ViewGridBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ViewGridBuilder.java index dd56b6bf..07a08f57 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ViewGridBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ViewGridBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/AllowFlashFullscreenRule.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/AllowFlashFullscreenRule.java index 73a7eb91..7e365aad 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/AllowFlashFullscreenRule.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/AllowFlashFullscreenRule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/BrowserViewModeRule.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/BrowserViewModeRule.java index ba69e689..81fddb4c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/BrowserViewModeRule.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/BrowserViewModeRule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/BrowserWindowToolbarRule.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/BrowserWindowToolbarRule.java index 288a1b34..d6f04c39 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/BrowserWindowToolbarRule.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/BrowserWindowToolbarRule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/ExitKeySequenceChangeRule.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/ExitKeySequenceChangeRule.java index f41791f8..665d2f3e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/ExitKeySequenceChangeRule.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/ExitKeySequenceChangeRule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/IgnoreSEBService.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/IgnoreSEBService.java index d9a14866..e2b46a48 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/IgnoreSEBService.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/IgnoreSEBService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/ProctoringViewRules.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/ProctoringViewRules.java index 32f15e12..6374d598 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/ProctoringViewRules.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/ProctoringViewRules.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/ProxyPasswordRule.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/ProxyPasswordRule.java index 7148d9d3..51ec5ea7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/ProxyPasswordRule.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/ProxyPasswordRule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/RaiseHandRule.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/RaiseHandRule.java index 7a1b19b9..47fd023f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/RaiseHandRule.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/rules/RaiseHandRule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/I18nSupport.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/I18nSupport.java index 3ae0d42a..50b7e72e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/I18nSupport.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/I18nSupport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/LocTextKey.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/LocTextKey.java index a9409a0f..40d84e52 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/LocTextKey.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/LocTextKey.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/PolyglotPageService.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/PolyglotPageService.java index 07be5172..d1cfa3d7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/PolyglotPageService.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/PolyglotPageService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/impl/I18nSupportImpl.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/impl/I18nSupportImpl.java index 38534c97..9c73ae23 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/impl/I18nSupportImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/impl/I18nSupportImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/impl/PolyglotPageServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/impl/PolyglotPageServiceImpl.java index bc1beaf2..2a8fde92 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/impl/PolyglotPageServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/i18n/impl/PolyglotPageServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/AbstractBatchActionWizard.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/AbstractBatchActionWizard.java index cb31b424..0e4b3cd7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/AbstractBatchActionWizard.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/AbstractBatchActionWizard.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/Activity.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/Activity.java index 11c7867e..d9fd987b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/Activity.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/Activity.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/ComposerService.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/ComposerService.java index 9e07ffb0..c17d7704 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/ComposerService.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/ComposerService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/FieldValidationError.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/FieldValidationError.java index 71c4c099..705c78d3 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/FieldValidationError.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/FieldValidationError.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/ModalInputDialogComposer.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/ModalInputDialogComposer.java index 364d9d36..cab207ce 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/ModalInputDialogComposer.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/ModalInputDialogComposer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/MultiPageMessageException.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/MultiPageMessageException.java index 332dd4a2..61387f66 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/MultiPageMessageException.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/MultiPageMessageException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageContext.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageContext.java index 0034bddb..dfdbed34 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageContext.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageDefinition.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageDefinition.java index 4629a336..0e18bf6a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageDefinition.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageMessageException.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageMessageException.java index 5bc4fe9a..9f953fed 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageMessageException.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageMessageException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageService.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageService.java index d172b046..ce2554ad 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageService.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageStateDefinition.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageStateDefinition.java index fb6bea2b..1748979f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageStateDefinition.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageStateDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/RemoteProctoringView.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/RemoteProctoringView.java index a3fc2396..84fd9e2c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/RemoteProctoringView.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/RemoteProctoringView.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/TemplateComposer.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/TemplateComposer.java index 404912ab..47e10d66 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/TemplateComposer.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/TemplateComposer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionActivationEvent.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionActivationEvent.java index 88d8a180..d5285424 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionActivationEvent.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionActivationEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionActivationEventListener.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionActivationEventListener.java index 17acfd5d..e6ab6e40 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionActivationEventListener.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionActivationEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionEvent.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionEvent.java index 01205536..6adc8542 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionEvent.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionEventListener.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionEventListener.java index d8121d1b..d4212ba4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionEventListener.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionPublishEvent.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionPublishEvent.java index 7630ebce..c095eb67 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionPublishEvent.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionPublishEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionPublishEventListener.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionPublishEventListener.java index 69767104..9d104721 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionPublishEventListener.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/ActionPublishEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/LogoutEvent.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/LogoutEvent.java index 4bc4a9e6..45fc6c7c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/LogoutEvent.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/LogoutEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/LogoutEventListener.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/LogoutEventListener.java index cf4c83fe..9b9a6619 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/LogoutEventListener.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/LogoutEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/PageEvent.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/PageEvent.java index 12c3224a..0a501935 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/PageEvent.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/PageEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/PageEventListener.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/PageEventListener.java index 785377ff..3079088d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/PageEventListener.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/event/PageEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/AbstractProctoringView.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/AbstractProctoringView.java index f990e5c9..2afe7b65 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/AbstractProctoringView.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/AbstractProctoringView.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/ComposerServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/ComposerServiceImpl.java index 7db0b86c..b53b04a0 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/ComposerServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/ComposerServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/DefaultLoginPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/DefaultLoginPage.java index a39744a2..2cd0fb3a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/DefaultLoginPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/DefaultLoginPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/DefaultMainPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/DefaultMainPage.java index a0b72f72..40c95e03 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/DefaultMainPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/DefaultMainPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/DefaultPageLayout.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/DefaultPageLayout.java index 53e5f7fd..ce7f5510 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/DefaultPageLayout.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/DefaultPageLayout.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/DefaultRegisterPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/DefaultRegisterPage.java index 01b4848f..80dbd4e7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/DefaultRegisterPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/DefaultRegisterPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/JitsiMeetProctoringView.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/JitsiMeetProctoringView.java index 9d5e2b77..f1c146dc 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/JitsiMeetProctoringView.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/JitsiMeetProctoringView.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/ModalInputDialog.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/ModalInputDialog.java index c071e635..9a96e63d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/ModalInputDialog.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/ModalInputDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/ModalInputWizard.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/ModalInputWizard.java index e8b7bc25..34912636 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/ModalInputWizard.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/ModalInputWizard.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageAction.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageAction.java index e9a23db6..6f6cd2eb 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageAction.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageContextImpl.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageContextImpl.java index 2e9f4db2..c69fc9b4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageContextImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageContextImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageServiceImpl.java index 78678e97..2499be1c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageState.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageState.java index 9ef1bacb..ed6400ef 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageState.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/ZoomProctoringView.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/ZoomProctoringView.java index 20cde0b0..74be83d2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/ZoomProctoringView.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/ZoomProctoringView.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/push/ServerPushContext.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/push/ServerPushContext.java index 3892ba5e..1f3f1fa2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/push/ServerPushContext.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/push/ServerPushContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/push/ServerPushService.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/push/ServerPushService.java index 85662589..0b737376 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/push/ServerPushService.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/push/ServerPushService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/push/UpdateErrorHandler.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/push/UpdateErrorHandler.java index 35790109..368a4d68 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/push/UpdateErrorHandler.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/push/UpdateErrorHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/AbstractDownloadServiceHandler.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/AbstractDownloadServiceHandler.java index d78880a4..92853963 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/AbstractDownloadServiceHandler.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/AbstractDownloadServiceHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/DownloadService.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/DownloadService.java index e9b2b64f..845564fb 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/DownloadService.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/DownloadService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/DownloadServiceHandler.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/DownloadServiceHandler.java index c036c75a..454c53b5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/DownloadServiceHandler.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/DownloadServiceHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/SEBClientConfigDownload.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/SEBClientConfigDownload.java index 06c7af07..e5b6c300 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/SEBClientConfigDownload.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/SEBClientConfigDownload.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/SEBClientLogExport.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/SEBClientLogExport.java index 23cced15..a5b08948 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/SEBClientLogExport.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/SEBClientLogExport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/SEBExamSettingsDownload.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/SEBExamSettingsDownload.java index b44a86b8..ebafd2b4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/SEBExamSettingsDownload.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/download/SEBExamSettingsDownload.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/AbstractDownloadCall.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/AbstractDownloadCall.java index 3e2afb06..28f11037 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/AbstractDownloadCall.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/AbstractDownloadCall.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/FormBinding.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/FormBinding.java index f6ee3fd6..f3219151 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/FormBinding.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/FormBinding.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/PageToListCallAdapter.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/PageToListCallAdapter.java index 3a1d0497..3d53549c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/PageToListCallAdapter.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/PageToListCallAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/RestCall.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/RestCall.java index 96fc9209..579fa8d0 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/RestCall.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/RestCall.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/RestCallError.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/RestCallError.java index 52572a0e..c2ab4930 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/RestCallError.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/RestCallError.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/RestService.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/RestService.java index 355ebedf..15ce4d57 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/RestService.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/RestService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/RestServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/RestServiceImpl.java index 908ab6e2..bf5e089e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/RestServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/RestServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/batch/DoBatchAction.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/batch/DoBatchAction.java index 860db1f8..e0740d1d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/batch/DoBatchAction.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/batch/DoBatchAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/batch/GetBatchAction.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/batch/GetBatchAction.java index b06e895e..a6e53a4a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/batch/GetBatchAction.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/batch/GetBatchAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/batch/GetBatchActionPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/batch/GetBatchActionPage.java index 8d156ff6..52107bcb 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/batch/GetBatchActionPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/batch/GetBatchActionPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ActivateExam.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ActivateExam.java index 611c9578..69385166 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ActivateExam.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ActivateExam.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ActivateSEBRestriction.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ActivateSEBRestriction.java index 8c97cb46..c8726372 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ActivateSEBRestriction.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ActivateSEBRestriction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ArchiveExam.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ArchiveExam.java index 1783cb63..e002070e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ArchiveExam.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ArchiveExam.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/CheckExamConsistency.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/CheckExamConsistency.java index bb15a02c..a77690ed 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/CheckExamConsistency.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/CheckExamConsistency.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/CheckExamImported.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/CheckExamImported.java index 917687bf..a632fd89 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/CheckExamImported.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/CheckExamImported.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/CheckSEBRestriction.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/CheckSEBRestriction.java index e86f869b..e8b532e8 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/CheckSEBRestriction.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/CheckSEBRestriction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/DeactivateExam.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/DeactivateExam.java index 346e11db..fa095ebd 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/DeactivateExam.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/DeactivateExam.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/DeactivateSEBRestriction.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/DeactivateSEBRestriction.java index b1953d09..f7246077 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/DeactivateSEBRestriction.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/DeactivateSEBRestriction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/DeleteExam.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/DeleteExam.java index 34227762..570b63f5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/DeleteExam.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/DeleteExam.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/DeleteExamConfigMapping.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/DeleteExamConfigMapping.java index a0092230..c886ffdf 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/DeleteExamConfigMapping.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/DeleteExamConfigMapping.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ExportSEBSettingsConfig.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ExportSEBSettingsConfig.java index 07a0f8af..fe8db1e7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ExportSEBSettingsConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ExportSEBSettingsConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetClientConnections.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetClientConnections.java index da88e7a6..18b5c99b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetClientConnections.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetClientConnections.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetCourseChapters.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetCourseChapters.java index b5db7064..e0a63eef 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetCourseChapters.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetCourseChapters.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExam.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExam.java index 04304194..32016f97 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExam.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExam.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamConfigMapping.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamConfigMapping.java index 9277ba8b..9998f9e2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamConfigMapping.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamConfigMapping.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamConfigMappingNames.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamConfigMappingNames.java index 9b717197..0e774812 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamConfigMappingNames.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamConfigMappingNames.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamConfigMappingsPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamConfigMappingsPage.java index 50cf6663..079c860f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamConfigMappingsPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamConfigMappingsPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamDependencies.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamDependencies.java index 1d6cc061..a74cb600 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamDependencies.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamDependencies.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamNames.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamNames.java index b310c380..308a2d99 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamNames.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamNames.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamPage.java index 7e6ae663..59be03be 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamProctoringSettings.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamProctoringSettings.java index 2f1a3e07..fd4897f8 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamProctoringSettings.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamProctoringSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExams.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExams.java index 79b8aa68..6937ca74 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExams.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExams.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamsByIds.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamsByIds.java index 917e00c0..ac4bc963 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamsByIds.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetExamsByIds.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetSEBRestrictionSettings.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetSEBRestrictionSettings.java index 33fc140d..f6f95eef 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetSEBRestrictionSettings.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetSEBRestrictionSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetScreenProctoringSettings.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetScreenProctoringSettings.java index f954159a..450d3e44 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetScreenProctoringSettings.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/GetScreenProctoringSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/NewExamConfigMapping.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/NewExamConfigMapping.java index 07e8f469..54c57bb1 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/NewExamConfigMapping.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/NewExamConfigMapping.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ResetProctoringSettings.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ResetProctoringSettings.java index 73c0c8cd..f2e0ceff 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ResetProctoringSettings.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/ResetProctoringSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveExam.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveExam.java index 4979c3cb..cdaf387c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveExam.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveExam.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveExamConfigMapping.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveExamConfigMapping.java index df3d269c..478d8702 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveExamConfigMapping.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveExamConfigMapping.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveExamProctoringSettings.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveExamProctoringSettings.java index 8a3c5bfb..7575fe23 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveExamProctoringSettings.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveExamProctoringSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveSEBRestriction.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveSEBRestriction.java index dac28050..369580b5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveSEBRestriction.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveSEBRestriction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveScreenProctoringSettings.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveScreenProctoringSettings.java index 2ee9d24e..a8844914 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveScreenProctoringSettings.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/SaveScreenProctoringSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/DeleteClientGroup.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/DeleteClientGroup.java index 8ddbec9d..e7270b7f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/DeleteClientGroup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/DeleteClientGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/DeleteClientGroupTemplate.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/DeleteClientGroupTemplate.java index a49559be..5e8f8cbd 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/DeleteClientGroupTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/DeleteClientGroupTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroup.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroup.java index f335321c..9685cf64 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroupPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroupPage.java index 05cea7ba..48ecb448 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroupPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroupPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroupTemplate.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroupTemplate.java index 88ece972..0dd44943 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroupTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroupTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroupTemplatePage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroupTemplatePage.java index 99127554..b0b8ecbc 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroupTemplatePage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroupTemplatePage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroups.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroups.java index 63becfef..796cb491 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroups.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/GetClientGroups.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/NewClientGroup.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/NewClientGroup.java index 96636834..fc5299f9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/NewClientGroup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/NewClientGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/NewClientGroupTemplate.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/NewClientGroupTemplate.java index 5db1c262..0f570a00 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/NewClientGroupTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/NewClientGroupTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/SaveClientGroup.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/SaveClientGroup.java index 20cefd3c..9fcd050c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/SaveClientGroup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/SaveClientGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/SaveClientGroupTemplate.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/SaveClientGroupTemplate.java index b365ddb7..96bf3cd5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/SaveClientGroupTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/clientgroup/SaveClientGroupTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/DeleteIndicator.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/DeleteIndicator.java index b22bd9f5..97bb1976 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/DeleteIndicator.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/DeleteIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/DeleteIndicatorTemplate.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/DeleteIndicatorTemplate.java index 054e6c8a..9a21585c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/DeleteIndicatorTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/DeleteIndicatorTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicator.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicator.java index b86c5d90..d06a59b7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicator.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicatorPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicatorPage.java index 3209a805..5883b994 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicatorPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicatorPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicatorTemplate.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicatorTemplate.java index 0a32cd45..f3ecd006 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicatorTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicatorTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicatorTemplatePage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicatorTemplatePage.java index 5e71727e..249327b9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicatorTemplatePage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicatorTemplatePage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicators.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicators.java index ff8af9e9..9b0279d7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicators.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/GetIndicators.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/NewIndicator.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/NewIndicator.java index f8bdd814..1b2fa17f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/NewIndicator.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/NewIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/NewIndicatorTemplate.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/NewIndicatorTemplate.java index 95f89fd5..ba7e7347 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/NewIndicatorTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/NewIndicatorTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/SaveIndicator.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/SaveIndicator.java index 0414bef4..a64aaf6d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/SaveIndicator.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/SaveIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/SaveIndicatorTemplate.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/SaveIndicatorTemplate.java index 714b515d..216d20f7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/SaveIndicatorTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/indicator/SaveIndicatorTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/AddSecurityKeyGrant.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/AddSecurityKeyGrant.java index a745effd..5284d86f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/AddSecurityKeyGrant.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/AddSecurityKeyGrant.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/DeleteSecurityKeyGrant.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/DeleteSecurityKeyGrant.java index 53e5573e..63df2e20 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/DeleteSecurityKeyGrant.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/DeleteSecurityKeyGrant.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/GetAppSignatureKeyInfo.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/GetAppSignatureKeyInfo.java index a49cdfd0..06a48cdf 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/GetAppSignatureKeyInfo.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/GetAppSignatureKeyInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/GetAppSignatureKeys.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/GetAppSignatureKeys.java index 171a970a..7fd3ff8d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/GetAppSignatureKeys.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/GetAppSignatureKeys.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/GrantAppSignatureKey.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/GrantAppSignatureKey.java index 3e872ce8..4a49ed31 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/GrantAppSignatureKey.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/GrantAppSignatureKey.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/SaveAppSignatureKeySettings.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/SaveAppSignatureKeySettings.java index d6364a7d..129fa546 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/SaveAppSignatureKeySettings.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/seckey/SaveAppSignatureKeySettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/DeleteExamTemplate.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/DeleteExamTemplate.java index a9c11a7e..62915ce7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/DeleteExamTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/DeleteExamTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetDefaultExamTemplate.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetDefaultExamTemplate.java index a00573bf..c6355cd9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetDefaultExamTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetDefaultExamTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplate.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplate.java index fb43b852..c28690a4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplateNames.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplateNames.java index 03a6cda8..bb18d0e0 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplateNames.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplateNames.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplatePage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplatePage.java index b5743726..bbb2f091 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplatePage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplatePage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplateProctoringSettings.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplateProctoringSettings.java index 22e7e846..fbff4552 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplateProctoringSettings.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplateProctoringSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplateScreenProctoringSettings.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplateScreenProctoringSettings.java index 2653c40c..8b93b5d8 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplateScreenProctoringSettings.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplateScreenProctoringSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplates.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplates.java index 2e0206d7..bd4d20cb 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplates.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/GetExamTemplates.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/NewExamTemplate.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/NewExamTemplate.java index 3b833aa6..8589404b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/NewExamTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/NewExamTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/SaveExamTemplate.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/SaveExamTemplate.java index 6f525c83..e68bced4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/SaveExamTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/SaveExamTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/SaveExamTemplateProctoringSettings.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/SaveExamTemplateProctoringSettings.java index bad2441e..328adceb 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/SaveExamTemplateProctoringSettings.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/SaveExamTemplateProctoringSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/SaveExamTemplateScreenProctoringSettings.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/SaveExamTemplateScreenProctoringSettings.java index 583fdf7c..d912660f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/SaveExamTemplateScreenProctoringSettings.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/exam/template/SaveExamTemplateScreenProctoringSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/ActivateInstitution.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/ActivateInstitution.java index 3a23a72b..15d04119 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/ActivateInstitution.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/ActivateInstitution.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/DeactivateInstitution.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/DeactivateInstitution.java index d66657a0..7b1c2352 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/DeactivateInstitution.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/DeactivateInstitution.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/DeleteInstitution.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/DeleteInstitution.java index 89f90ade..3b35db5c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/DeleteInstitution.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/DeleteInstitution.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitution.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitution.java index 609ced7c..689f3958 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitution.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitution.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitutionDependency.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitutionDependency.java index 4db18a09..6db9e47b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitutionDependency.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitutionDependency.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitutionInfo.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitutionInfo.java index fd6efd3f..a979265c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitutionInfo.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitutionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitutionNames.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitutionNames.java index 08c2a811..1e621fc6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitutionNames.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitutionNames.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitutionPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitutionPage.java index e4fba866..e3fc1dc4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitutionPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/GetInstitutionPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/NewInstitution.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/NewInstitution.java index 216554ab..c4fba858 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/NewInstitution.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/NewInstitution.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/SaveInstitution.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/SaveInstitution.java index 61786491..369194af 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/SaveInstitution.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/institution/SaveInstitution.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/ActivateLmsSetup.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/ActivateLmsSetup.java index c374d594..12097614 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/ActivateLmsSetup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/ActivateLmsSetup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/DeactivateLmsSetup.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/DeactivateLmsSetup.java index 5215abbf..9d801ef8 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/DeactivateLmsSetup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/DeactivateLmsSetup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/DeleteLmsSetup.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/DeleteLmsSetup.java index 10ef99e0..5451b9b5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/DeleteLmsSetup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/DeleteLmsSetup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/GetLmsSetup.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/GetLmsSetup.java index 3164662c..16f5297c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/GetLmsSetup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/GetLmsSetup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/GetLmsSetupDependencies.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/GetLmsSetupDependencies.java index 59255eef..71a67677 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/GetLmsSetupDependencies.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/GetLmsSetupDependencies.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/GetLmsSetupNames.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/GetLmsSetupNames.java index ad209205..871f3c41 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/GetLmsSetupNames.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/GetLmsSetupNames.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/GetLmsSetupPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/GetLmsSetupPage.java index f3f22c3d..1f3b2bcc 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/GetLmsSetupPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/GetLmsSetupPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/NewLmsSetup.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/NewLmsSetup.java index 60df70d8..18afe004 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/NewLmsSetup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/NewLmsSetup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/SaveLmsSetup.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/SaveLmsSetup.java index 102551b4..20c6be66 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/SaveLmsSetup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/SaveLmsSetup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/TestLmsSetup.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/TestLmsSetup.java index 48492eff..32667259 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/TestLmsSetup.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/TestLmsSetup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/TestLmsSetupAdHoc.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/TestLmsSetupAdHoc.java index cbe7eefd..b48e27d4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/TestLmsSetupAdHoc.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/lmssetup/TestLmsSetupAdHoc.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/DeleteAllClientEvents.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/DeleteAllClientEvents.java index bd50cdf2..9973ba88 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/DeleteAllClientEvents.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/DeleteAllClientEvents.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/DeleteAllUserLogs.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/DeleteAllUserLogs.java index eb4d4b96..6d65750a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/DeleteAllUserLogs.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/DeleteAllUserLogs.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/ExportSEBClientLogs.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/ExportSEBClientLogs.java index fb1dca48..d70ae01b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/ExportSEBClientLogs.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/ExportSEBClientLogs.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetClientEventNames.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetClientEventNames.java index 0922448a..455f3ffa 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetClientEventNames.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetClientEventNames.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetClientEventPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetClientEventPage.java index 46df86f0..105a41aa 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetClientEventPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetClientEventPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetExtendedClientEventPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetExtendedClientEventPage.java index 8bc4d36c..04443dc3 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetExtendedClientEventPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetExtendedClientEventPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetUserLogNames.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetUserLogNames.java index 1aa91ce4..8cfcd9cb 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetUserLogNames.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetUserLogNames.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetUserLogPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetUserLogPage.java index 7be35ce3..b1e596ed 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetUserLogPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/logs/GetUserLogPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/quiz/GetQuizData.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/quiz/GetQuizData.java index 1e48d1b7..c567b1b9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/quiz/GetQuizData.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/quiz/GetQuizData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/quiz/GetQuizPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/quiz/GetQuizPage.java index 654485b0..09d2d470 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/quiz/GetQuizPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/quiz/GetQuizPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/quiz/ImportAsExam.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/quiz/ImportAsExam.java index 0a01faa4..66ecc596 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/quiz/ImportAsExam.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/quiz/ImportAsExam.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/AddCertificate.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/AddCertificate.java index eebf336f..4288d89a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/AddCertificate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/AddCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/GetCertificate.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/GetCertificate.java index cdc614d1..fd460479 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/GetCertificate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/GetCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/GetCertificateNames.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/GetCertificateNames.java index 923d2aff..cf6458ee 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/GetCertificateNames.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/GetCertificateNames.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/GetCertificatePage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/GetCertificatePage.java index d22ab81b..f0f55ee9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/GetCertificatePage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/GetCertificatePage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/RemoveCertificate.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/RemoveCertificate.java index 5f72fccd..183e9a67 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/RemoveCertificate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/cert/RemoveCertificate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/ActivateClientConfig.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/ActivateClientConfig.java index 58a341ba..2b7bd3e1 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/ActivateClientConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/ActivateClientConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/DeactivateClientConfig.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/DeactivateClientConfig.java index 0bae89e5..d0f99d9d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/DeactivateClientConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/DeactivateClientConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/DeleteClientConfig.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/DeleteClientConfig.java index ec384b6c..a66b79dc 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/DeleteClientConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/DeleteClientConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/ExportClientConfig.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/ExportClientConfig.java index b3a6d0c1..527616cc 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/ExportClientConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/ExportClientConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/GetClientConfig.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/GetClientConfig.java index 50a03cfa..67c0ab2c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/GetClientConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/GetClientConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/GetClientConfigPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/GetClientConfigPage.java index 26c62789..a7c9b195 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/GetClientConfigPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/GetClientConfigPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/GetClientConfigs.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/GetClientConfigs.java index 9da730e9..a2c08bcd 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/GetClientConfigs.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/GetClientConfigs.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/GetClientCredentials.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/GetClientCredentials.java index 1eeb6ee3..1a2cba1c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/GetClientCredentials.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/GetClientCredentials.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/NewClientConfig.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/NewClientConfig.java index af56e3c2..061530d0 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/NewClientConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/NewClientConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/SaveClientConfig.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/SaveClientConfig.java index 236d6f0f..dc3821d7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/SaveClientConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/clientconfig/SaveClientConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/AttachDefaultOrientation.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/AttachDefaultOrientation.java index a862b1d5..18b28978 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/AttachDefaultOrientation.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/AttachDefaultOrientation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/CopyConfiguration.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/CopyConfiguration.java index ccc573b7..146cc560 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/CopyConfiguration.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/CopyConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/DeleteExamConfiguration.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/DeleteExamConfiguration.java index ac22f347..a8c3e4ec 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/DeleteExamConfiguration.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/DeleteExamConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ExportConfigKey.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ExportConfigKey.java index 6b7486fb..006ec302 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ExportConfigKey.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ExportConfigKey.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigAttributes.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigAttributes.java index 7a00fac1..8e50b1dd 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigAttributes.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfiguration.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfiguration.java index a24b8e93..687aaa80 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfiguration.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurationPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurationPage.java index 260230fb..60744087 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurationPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurationPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurationTableValues.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurationTableValues.java index 7d8f260c..985f5f13 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurationTableValues.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurationTableValues.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurationValuePage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurationValuePage.java index c45b871b..edf88d63 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurationValuePage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurationValuePage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurationValues.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurationValues.java index 2660b007..d7d41934 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurationValues.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurationValues.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurations.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurations.java index 39300d63..3b0cc74a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurations.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetConfigurations.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigNode.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigNode.java index 7ea2bd24..d43ee7e0 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigNode.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigNode.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigNodeNames.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigNodeNames.java index 910ea51f..87710c72 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigNodeNames.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigNodeNames.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigNodePage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigNodePage.java index aa5a5a8a..648c0038 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigNodePage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigNodePage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigNodes.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigNodes.java index 5b1b7681..d6d7f5e6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigNodes.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigNodes.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigurationList.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigurationList.java index 3cec7db5..bbf4eb2d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigurationList.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetExamConfigurationList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetFollowupConfiguration.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetFollowupConfiguration.java index ed93ac99..570d1bd7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetFollowupConfiguration.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetFollowupConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetOrientationPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetOrientationPage.java index fc8093e7..5d7b08c6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetOrientationPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetOrientationPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetOrientations.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetOrientations.java index 08c28d0c..dd3312b8 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetOrientations.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetOrientations.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetSettingsPublished.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetSettingsPublished.java index a4fec36c..e237c11d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetSettingsPublished.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetSettingsPublished.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetTemplateAttribute.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetTemplateAttribute.java index a5254cd1..b3b911e9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetTemplateAttribute.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetTemplateAttribute.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetTemplateAttributePage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetTemplateAttributePage.java index e4e16f07..7212410b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetTemplateAttributePage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetTemplateAttributePage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetViewList.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetViewList.java index 65c7bd5e..5400d632 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetViewList.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetViewList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetViewPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetViewPage.java index 6a243f4e..bc9cb405 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetViewPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetViewPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetViews.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetViews.java index abcfc8fc..191f1b1d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetViews.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/GetViews.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ImportExamConfigOnExistingConfig.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ImportExamConfigOnExistingConfig.java index cd87d748..8c5786d2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ImportExamConfigOnExistingConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ImportExamConfigOnExistingConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ImportNewExamConfig.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ImportNewExamConfig.java index 0b5ce311..bdb90bc6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ImportNewExamConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ImportNewExamConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/NewExamConfig.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/NewExamConfig.java index a33ac734..b5498395 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/NewExamConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/NewExamConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/RemoveOrientation.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/RemoveOrientation.java index 01dd2433..e53ddb89 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/RemoveOrientation.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/RemoveOrientation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ResetTemplateValues.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ResetTemplateValues.java index ba19d60b..58215495 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ResetTemplateValues.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ResetTemplateValues.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ResetToTemplateSettings.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ResetToTemplateSettings.java index 289a1f88..00e5bd7f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ResetToTemplateSettings.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/ResetToTemplateSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SEBExamConfigUndo.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SEBExamConfigUndo.java index 7ca0f79d..34363630 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SEBExamConfigUndo.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SEBExamConfigUndo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SaveExamConfig.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SaveExamConfig.java index 2d60e5fe..1ede308e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SaveExamConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SaveExamConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SaveExamConfigHistory.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SaveExamConfigHistory.java index 05b0531c..b0b1f8f5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SaveExamConfigHistory.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SaveExamConfigHistory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SaveExamConfigTableValues.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SaveExamConfigTableValues.java index 6144f76e..d5063844 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SaveExamConfigTableValues.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SaveExamConfigTableValues.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SaveExamConfigValue.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SaveExamConfigValue.java index 50e9516e..74003b14 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SaveExamConfigValue.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/seb/examconfig/SaveExamConfigValue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/CloseProctoringRoom.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/CloseProctoringRoom.java index f2059e12..30233a1d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/CloseProctoringRoom.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/CloseProctoringRoom.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/ConfirmPendingClientNotification.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/ConfirmPendingClientNotification.java index a27556b9..f6b7bde0 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/ConfirmPendingClientNotification.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/ConfirmPendingClientNotification.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/DisableClientConnection.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/DisableClientConnection.java index 9c32d523..6bad1513 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/DisableClientConnection.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/DisableClientConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnection.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnection.java index 741cd022..625f1ba8 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnection.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnectionData.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnectionData.java index 57de53ad..ec64858d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnectionData.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnectionData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnectionDataList.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnectionDataList.java index acf05394..b538e664 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnectionDataList.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnectionDataList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnectionPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnectionPage.java index e63741ed..ed10d6a5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnectionPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnectionPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnectionSecurityKey.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnectionSecurityKey.java index ea7c7479..a6518077 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnectionSecurityKey.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetClientConnectionSecurityKey.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetCollectingRoomConnections.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetCollectingRoomConnections.java index 12af612e..277444b0 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetCollectingRoomConnections.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetCollectingRoomConnections.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetCollectingRooms.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetCollectingRooms.java index c9180ee8..e75821e8 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetCollectingRooms.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetCollectingRooms.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetFinishedExamClientConnection.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetFinishedExamClientConnection.java index bcf12c43..055be3dd 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetFinishedExamClientConnection.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetFinishedExamClientConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetFinishedExamClientConnectionPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetFinishedExamClientConnectionPage.java index 8d46b940..62aed4c5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetFinishedExamClientConnectionPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetFinishedExamClientConnectionPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetFinishedExamPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetFinishedExamPage.java index b70a7cf4..05fcd77a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetFinishedExamPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetFinishedExamPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetMonitoringFullPageData.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetMonitoringFullPageData.java index 17a12a58..a21bd1fb 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetMonitoringFullPageData.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetMonitoringFullPageData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetMonitoringStaticClientData.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetMonitoringStaticClientData.java index 8c3644e0..9d651367 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetMonitoringStaticClientData.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetMonitoringStaticClientData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetPendingClientNotifications.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetPendingClientNotifications.java index 8581fa9d..78d5eebf 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetPendingClientNotifications.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetPendingClientNotifications.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetProctorRoomConnection.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetProctorRoomConnection.java index ee845f0a..55223228 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetProctorRoomConnection.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetProctorRoomConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetRunningExamPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetRunningExamPage.java index 6d06d912..5abf6db7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetRunningExamPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetRunningExamPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetScreenProctoringGroups.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetScreenProctoringGroups.java index f560807f..c7a0130b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetScreenProctoringGroups.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetScreenProctoringGroups.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetTownhallRoom.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetTownhallRoom.java index 513188f4..342b1697 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetTownhallRoom.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/GetTownhallRoom.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/IsTownhallRoomAvailable.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/IsTownhallRoomAvailable.java index 8aff4063..2150d3db 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/IsTownhallRoomAvailable.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/IsTownhallRoomAvailable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/NotifyProctoringRoomOpened.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/NotifyProctoringRoomOpened.java index a24a8f2d..c5fc2922 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/NotifyProctoringRoomOpened.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/NotifyProctoringRoomOpened.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/OpenBreakOutRoom.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/OpenBreakOutRoom.java index 6744056b..4f1f19a8 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/OpenBreakOutRoom.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/OpenBreakOutRoom.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/OpenTownhallRoom.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/OpenTownhallRoom.java index 8b68c7bd..bd693371 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/OpenTownhallRoom.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/OpenTownhallRoom.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/PropagateInstruction.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/PropagateInstruction.java index 442df26a..377f2336 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/PropagateInstruction.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/PropagateInstruction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/SendProctoringReconfigurationAttributes.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/SendProctoringReconfigurationAttributes.java index 9bd95dc3..0402864a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/SendProctoringReconfigurationAttributes.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/session/SendProctoringReconfigurationAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/ActivateUserAccount.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/ActivateUserAccount.java index 4de15900..fb6ee732 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/ActivateUserAccount.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/ActivateUserAccount.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/ChangePassword.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/ChangePassword.java index 3c108f7d..cd90be90 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/ChangePassword.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/ChangePassword.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/DeactivateUserAccount.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/DeactivateUserAccount.java index 79fcc647..75f1af10 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/DeactivateUserAccount.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/DeactivateUserAccount.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/DeleteUserAccount.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/DeleteUserAccount.java index bc1e804b..2c023c1e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/DeleteUserAccount.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/DeleteUserAccount.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/GetUserAccount.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/GetUserAccount.java index 35f469cb..34aa4620 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/GetUserAccount.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/GetUserAccount.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/GetUserAccountNames.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/GetUserAccountNames.java index 70a8e751..38070a54 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/GetUserAccountNames.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/GetUserAccountNames.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/GetUserAccountPage.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/GetUserAccountPage.java index b39a5f38..5bc37ec4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/GetUserAccountPage.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/GetUserAccountPage.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/GetUserDependencies.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/GetUserDependencies.java index 710319d3..7b97237b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/GetUserDependencies.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/GetUserDependencies.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/NewUserAccount.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/NewUserAccount.java index 5b17476d..438892e1 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/NewUserAccount.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/NewUserAccount.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/RegisterNewUser.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/RegisterNewUser.java index 546813fd..c1661509 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/RegisterNewUser.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/RegisterNewUser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/SaveUserAccount.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/SaveUserAccount.java index 0e826008..f9c1c37a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/SaveUserAccount.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/api/useraccount/SaveUserAccount.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/AuthorizationContextHolder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/AuthorizationContextHolder.java index 1b6d9121..d2bf948f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/AuthorizationContextHolder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/AuthorizationContextHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/CurrentUser.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/CurrentUser.java index 5ef8ad1c..b1bb9384 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/CurrentUser.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/CurrentUser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/DisposedOAuth2RestTemplateException.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/DisposedOAuth2RestTemplateException.java index a226f11f..e3e0efa4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/DisposedOAuth2RestTemplateException.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/DisposedOAuth2RestTemplateException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/IllegalUserSessionStateException.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/IllegalUserSessionStateException.java index 1b0f4992..bf4c3f87 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/IllegalUserSessionStateException.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/IllegalUserSessionStateException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/OAuth2AuthorizationContextHolder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/OAuth2AuthorizationContextHolder.java index 6a720e11..73d7f58e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/OAuth2AuthorizationContextHolder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/OAuth2AuthorizationContextHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/SEBServerAuthorizationContext.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/SEBServerAuthorizationContext.java index 292f25b0..b96ec111 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/SEBServerAuthorizationContext.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/SEBServerAuthorizationContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/WebserviceConnectionData.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/WebserviceConnectionData.java index 4245719f..69423dd5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/WebserviceConnectionData.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/WebserviceConnectionData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/WebserviceURIService.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/WebserviceURIService.java index 1febd45a..d452d047 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/WebserviceURIService.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/remote/webservice/auth/WebserviceURIService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/ClientConnectionDetails.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/ClientConnectionDetails.java index 69eb7466..20f8bcfb 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/ClientConnectionDetails.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/ClientConnectionDetails.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/ClientConnectionTable.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/ClientConnectionTable.java index 0daff728..bb9c899e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/ClientConnectionTable.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/ClientConnectionTable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/ColorData.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/ColorData.java index f9785db3..f6007f30 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/ColorData.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/ColorData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/FullPageMonitoringGUIUpdate.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/FullPageMonitoringGUIUpdate.java index f92b1b8d..a18cdd19 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/FullPageMonitoringGUIUpdate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/FullPageMonitoringGUIUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/FullPageMonitoringUpdate.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/FullPageMonitoringUpdate.java index e5833408..8db39baf 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/FullPageMonitoringUpdate.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/FullPageMonitoringUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/IndicatorData.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/IndicatorData.java index 48ebc705..00aa94b4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/IndicatorData.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/IndicatorData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/InstructionProcessor.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/InstructionProcessor.java index c8746b66..f88a55d1 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/InstructionProcessor.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/InstructionProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/MonitoringEntry.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/MonitoringEntry.java index 4ed9f598..d3133877 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/MonitoringEntry.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/MonitoringEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/MonitoringFilter.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/MonitoringFilter.java index b908ba18..540e671c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/MonitoringFilter.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/MonitoringFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/JitsiWindowScriptResolver.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/JitsiWindowScriptResolver.java index fa1299e3..3ba9cdc7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/JitsiWindowScriptResolver.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/JitsiWindowScriptResolver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/MonitoringProctoringService.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/MonitoringProctoringService.java index 3a5fa3ce..3b2587d6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/MonitoringProctoringService.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/MonitoringProctoringService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/ProctoringGUIService.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/ProctoringGUIService.java index d8070bf7..2b60757f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/ProctoringGUIService.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/ProctoringGUIService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/ProctoringWindowScriptResolver.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/ProctoringWindowScriptResolver.java index 259aad0c..c90f875e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/ProctoringWindowScriptResolver.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/ProctoringWindowScriptResolver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/ZoomWindowScriptResolver.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/ZoomWindowScriptResolver.java index 3dead51b..17e5d44a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/ZoomWindowScriptResolver.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/ZoomWindowScriptResolver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/table/ColumnDefinition.java b/src/main/java/ch/ethz/seb/sebserver/gui/table/ColumnDefinition.java index c305513d..3c214af2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/table/ColumnDefinition.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/table/ColumnDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/table/EntityTable.java b/src/main/java/ch/ethz/seb/sebserver/gui/table/EntityTable.java index 4015b6cd..13965a78 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/table/EntityTable.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/table/EntityTable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/table/PageSupplier.java b/src/main/java/ch/ethz/seb/sebserver/gui/table/PageSupplier.java index a899fc84..5b026627 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/table/PageSupplier.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/table/PageSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/table/RemoteListPageSupplier.java b/src/main/java/ch/ethz/seb/sebserver/gui/table/RemoteListPageSupplier.java index dabb8d4c..afc2377e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/table/RemoteListPageSupplier.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/table/RemoteListPageSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/table/RestCallPageSupplier.java b/src/main/java/ch/ethz/seb/sebserver/gui/table/RestCallPageSupplier.java index d52f2d0b..1c7a416a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/table/RestCallPageSupplier.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/table/RestCallPageSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/table/StaticListPageSupplier.java b/src/main/java/ch/ethz/seb/sebserver/gui/table/StaticListPageSupplier.java index 931e60ea..292cb73a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/table/StaticListPageSupplier.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/table/StaticListPageSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/table/TableBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/table/TableBuilder.java index c45e739f..4b3eb8d0 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/table/TableBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/table/TableBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/table/TableFilter.java b/src/main/java/ch/ethz/seb/sebserver/gui/table/TableFilter.java index a7be81f3..307981c6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/table/TableFilter.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/table/TableFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/table/TableNavigator.java b/src/main/java/ch/ethz/seb/sebserver/gui/table/TableNavigator.java index a85832a4..30146893 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/table/TableNavigator.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/table/TableNavigator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/widget/ColorSelection.java b/src/main/java/ch/ethz/seb/sebserver/gui/widget/ColorSelection.java index ebabfa34..d8c7503c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/widget/ColorSelection.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/widget/ColorSelection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/widget/ControlAdapter.java b/src/main/java/ch/ethz/seb/sebserver/gui/widget/ControlAdapter.java index 7b0a484e..4c7fb12a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/widget/ControlAdapter.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/widget/ControlAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/widget/FileUploadSelection.java b/src/main/java/ch/ethz/seb/sebserver/gui/widget/FileUploadSelection.java index 62db048b..e05e47f1 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/widget/FileUploadSelection.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/widget/FileUploadSelection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/widget/GridTable.java b/src/main/java/ch/ethz/seb/sebserver/gui/widget/GridTable.java index 2a169f10..e1930e9c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/widget/GridTable.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/widget/GridTable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/widget/ImageUploadSelection.java b/src/main/java/ch/ethz/seb/sebserver/gui/widget/ImageUploadSelection.java index d1348bd5..b6a7e572 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/widget/ImageUploadSelection.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/widget/ImageUploadSelection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/widget/Message.java b/src/main/java/ch/ethz/seb/sebserver/gui/widget/Message.java index 4ad20c14..68c61cdf 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/widget/Message.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/widget/Message.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/widget/MultiSelection.java b/src/main/java/ch/ethz/seb/sebserver/gui/widget/MultiSelection.java index 839ad680..d9bc3771 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/widget/MultiSelection.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/widget/MultiSelection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/widget/MultiSelectionCheckbox.java b/src/main/java/ch/ethz/seb/sebserver/gui/widget/MultiSelectionCheckbox.java index 6b759f0b..d105f746 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/widget/MultiSelectionCheckbox.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/widget/MultiSelectionCheckbox.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/widget/MultiSelectionCombo.java b/src/main/java/ch/ethz/seb/sebserver/gui/widget/MultiSelectionCombo.java index 0df1a8fa..0a1b5b5b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/widget/MultiSelectionCombo.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/widget/MultiSelectionCombo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/widget/PasswordInput.java b/src/main/java/ch/ethz/seb/sebserver/gui/widget/PasswordInput.java index 175e2f63..43ee4169 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/widget/PasswordInput.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/widget/PasswordInput.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/widget/RadioSelection.java b/src/main/java/ch/ethz/seb/sebserver/gui/widget/RadioSelection.java index 10518c8c..7f7072d3 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/widget/RadioSelection.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/widget/RadioSelection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/widget/Selection.java b/src/main/java/ch/ethz/seb/sebserver/gui/widget/Selection.java index f23c5bc6..aaa2dfd8 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/widget/Selection.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/widget/Selection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/widget/SingleSelection.java b/src/main/java/ch/ethz/seb/sebserver/gui/widget/SingleSelection.java index 7c6ac1da..9473a0a5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/widget/SingleSelection.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/widget/SingleSelection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/widget/TextListInput.java b/src/main/java/ch/ethz/seb/sebserver/gui/widget/TextListInput.java index 690ddfb2..82bb708e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/widget/TextListInput.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/widget/TextListInput.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/widget/ThresholdList.java b/src/main/java/ch/ethz/seb/sebserver/gui/widget/ThresholdList.java index 77f45cdb..ce04aa67 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/widget/ThresholdList.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/widget/ThresholdList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/widget/WidgetFactory.java b/src/main/java/ch/ethz/seb/sebserver/gui/widget/WidgetFactory.java index fef69655..9b29fa59 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/widget/WidgetFactory.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/widget/WidgetFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/AdminUserInitializer.java b/src/main/java/ch/ethz/seb/sebserver/webservice/AdminUserInitializer.java index 86caaaa3..f5720243 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/AdminUserInitializer.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/AdminUserInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/CacheConfig.java b/src/main/java/ch/ethz/seb/sebserver/webservice/CacheConfig.java index 03efff94..84ae4b09 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/CacheConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/CacheConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/DBIntegrityCheck.java b/src/main/java/ch/ethz/seb/sebserver/webservice/DBIntegrityCheck.java index 1d9b45d1..216e0a3d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/DBIntegrityCheck.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/DBIntegrityCheck.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/DBIntegrityChecker.java b/src/main/java/ch/ethz/seb/sebserver/webservice/DBIntegrityChecker.java index b12f3058..2305f59a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/DBIntegrityChecker.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/DBIntegrityChecker.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/SEBServerMigrationStrategy.java b/src/main/java/ch/ethz/seb/sebserver/webservice/SEBServerMigrationStrategy.java index 471aa418..442495c6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/SEBServerMigrationStrategy.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/SEBServerMigrationStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceConfig.java b/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceConfig.java index 6a17b4ef..88c71799 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceInfo.java b/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceInfo.java index 115cb625..9df9fa3d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceInfo.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceInit.java b/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceInit.java index e37db065..962947b7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceInit.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/WebserviceInit.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/BatisConfig.java b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/BatisConfig.java index a9282112..be1333ac 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/BatisConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/BatisConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/ClientConnectionTokenMapper.java b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/ClientConnectionTokenMapper.java index 35863138..bfb4f980 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/ClientConnectionTokenMapper.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/ClientConnectionTokenMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/ClientEventExtensionMapper.java b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/ClientEventExtensionMapper.java index ce538fea..99258e47 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/ClientEventExtensionMapper.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/ClientEventExtensionMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/ClientIndicatorValueMapper.java b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/ClientIndicatorValueMapper.java index dad3a01b..1f7e6aba 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/ClientIndicatorValueMapper.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/ClientIndicatorValueMapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/JodaTimeTypeResolver.java b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/JodaTimeTypeResolver.java index 32ed59e6..8a73dde2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/JodaTimeTypeResolver.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/JodaTimeTypeResolver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java index 07714a15..7ed8a967 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/DowngradeSEBSettingsCheck.java @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2019 ETH Zürich, IT Services + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + */ + package ch.ethz.seb.sebserver.webservice.datalayer.checks; import javax.sql.DataSource; @@ -12,7 +20,6 @@ import ch.ethz.seb.sebserver.gbl.Constants; import ch.ethz.seb.sebserver.gbl.profile.WebServiceProfile; import ch.ethz.seb.sebserver.gbl.util.Result; import ch.ethz.seb.sebserver.webservice.DBIntegrityCheck; -import ch.ethz.seb.sebserver.webservice.WebserviceInitException; import ch.ethz.seb.sebserver.webservice.datalayer.batis.mapper.*; import ch.ethz.seb.sebserver.webservice.datalayer.batis.model.ConfigurationAttributeRecord; import ch.ethz.seb.sebserver.webservice.datalayer.batis.model.OrientationRecord; diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/OrientationTableDuplicatesCheck.java b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/OrientationTableDuplicatesCheck.java index d3d5224f..27a1b295 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/OrientationTableDuplicatesCheck.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/OrientationTableDuplicatesCheck.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/TableCharsetCheck.java b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/TableCharsetCheck.java index 2c17a8fc..45d5cbbb 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/TableCharsetCheck.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/TableCharsetCheck.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/ViewTableDuplicatesCheck.java b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/ViewTableDuplicatesCheck.java index 970ced2a..f907594e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/ViewTableDuplicatesCheck.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/datalayer/checks/ViewTableDuplicatesCheck.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/PaginationService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/PaginationService.java index b59eb955..41395e84 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/PaginationService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/PaginationService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/PaginationServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/PaginationServiceImpl.java index 345bbfd2..0cf63a68 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/PaginationServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/PaginationServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/AuthorizationService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/AuthorizationService.java index 913b0ad1..f6d5cd96 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/AuthorizationService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/AuthorizationService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/PermissionDeniedException.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/PermissionDeniedException.java index f5f6e116..3ca9813a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/PermissionDeniedException.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/PermissionDeniedException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/UserService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/UserService.java index 99ab9543..d87ae358 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/UserService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/UserService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/impl/AuthorizationServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/impl/AuthorizationServiceImpl.java index bce01d52..4b18eef5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/impl/AuthorizationServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/impl/AuthorizationServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/impl/SEBServerUser.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/impl/SEBServerUser.java index 03e3f0ea..a2d2758a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/impl/SEBServerUser.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/impl/SEBServerUser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/impl/UserServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/impl/UserServiceImpl.java index af73be38..21a45aea 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/impl/UserServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/impl/UserServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BatchActionExec.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BatchActionExec.java index 81ebb4c4..c348971e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BatchActionExec.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BatchActionExec.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BatchActionService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BatchActionService.java index 26b1ddf7..52beb2d5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BatchActionService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BatchActionService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BulkActionEntityException.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BulkActionEntityException.java index 89e49259..86836c29 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BulkActionEntityException.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BulkActionEntityException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BulkActionService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BulkActionService.java index 6787f2cb..ba89d87b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BulkActionService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BulkActionService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BulkActionSupportDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BulkActionSupportDAO.java index b806387b..ad0c61af 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BulkActionSupportDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/BulkActionSupportDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/ArchiveExamAction.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/ArchiveExamAction.java index 287def55..50fee6d9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/ArchiveExamAction.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/ArchiveExamAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/BatchActionServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/BatchActionServiceImpl.java index 1b5b1aa9..7846447a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/BatchActionServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/BatchActionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/BulkAction.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/BulkAction.java index bf814448..f83032b9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/BulkAction.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/BulkAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/BulkActionEvent.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/BulkActionEvent.java index ca3387b5..b53c99b1 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/BulkActionEvent.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/BulkActionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/BulkActionServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/BulkActionServiceImpl.java index d6a04570..7346b89c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/BulkActionServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/BulkActionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/DeleteExamAction.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/DeleteExamAction.java index 84d36759..a73aef0f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/DeleteExamAction.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/DeleteExamAction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/ExamConfigResetToTemplate.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/ExamConfigResetToTemplate.java index c7faef08..98fdb6fa 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/ExamConfigResetToTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/ExamConfigResetToTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/ExamConfigStateChange.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/ExamConfigStateChange.java index bd7a42bb..f96b8dc8 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/ExamConfigStateChange.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/bulkaction/impl/ExamConfigStateChange.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ActivatableEntityDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ActivatableEntityDAO.java index b03dadda..c489bf5c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ActivatableEntityDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ActivatableEntityDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/AdditionalAttributesDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/AdditionalAttributesDAO.java index 41c1ce35..e78368e2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/AdditionalAttributesDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/AdditionalAttributesDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/BatchActionDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/BatchActionDAO.java index 79783268..edc2aeca 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/BatchActionDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/BatchActionDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/CertificateDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/CertificateDAO.java index 121e453f..7f45d582 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/CertificateDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/CertificateDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ClientConnectionDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ClientConnectionDAO.java index 9aa80f67..c98c699d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ClientConnectionDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ClientConnectionDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ClientEventDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ClientEventDAO.java index c80b28b7..66aa17bd 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ClientEventDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ClientEventDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ClientGroupDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ClientGroupDAO.java index b0542958..9314613b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ClientGroupDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ClientGroupDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ClientInstructionDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ClientInstructionDAO.java index c18c4e53..75e79d99 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ClientInstructionDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ClientInstructionDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ConfigurationAttributeDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ConfigurationAttributeDAO.java index cf502c71..04f9ee45 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ConfigurationAttributeDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ConfigurationAttributeDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ConfigurationDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ConfigurationDAO.java index 7dd5b84f..cdadc24b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ConfigurationDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ConfigurationDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ConfigurationNodeDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ConfigurationNodeDAO.java index 313e3e42..69a8d46d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ConfigurationNodeDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ConfigurationNodeDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ConfigurationValueDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ConfigurationValueDAO.java index 6293abdb..ce74c3d9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ConfigurationValueDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ConfigurationValueDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/DAOLoggingSupport.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/DAOLoggingSupport.java index a755da9f..944a8130 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/DAOLoggingSupport.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/DAOLoggingSupport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/DAOUserServcie.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/DAOUserServcie.java index ce761afa..cc0b38fc 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/DAOUserServcie.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/DAOUserServcie.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/DuplicateResourceException.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/DuplicateResourceException.java index 41c35a47..c513b070 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/DuplicateResourceException.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/DuplicateResourceException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/EntityDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/EntityDAO.java index b1b57af5..2afec6b9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/EntityDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/EntityDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ExamConfigurationMapDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ExamConfigurationMapDAO.java index 43164f14..b99d5068 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ExamConfigurationMapDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ExamConfigurationMapDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ExamDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ExamDAO.java index e90f30ee..48c4a0b2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ExamDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ExamDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ExamTemplateDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ExamTemplateDAO.java index 49674b95..0d5a7e5b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ExamTemplateDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ExamTemplateDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/FilterMap.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/FilterMap.java index 61728136..b081f450 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/FilterMap.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/FilterMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/IndicatorDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/IndicatorDAO.java index 577968ba..483d895a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/IndicatorDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/IndicatorDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/InstitutionDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/InstitutionDAO.java index 2388ef8f..eabe0512 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/InstitutionDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/InstitutionDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/LmsSetupDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/LmsSetupDAO.java index 34c5cb67..c421f985 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/LmsSetupDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/LmsSetupDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/NoResourceFoundException.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/NoResourceFoundException.java index 07ed3de3..f80dfe19 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/NoResourceFoundException.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/NoResourceFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/OrientationDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/OrientationDAO.java index bdd23d7a..b7b40d2a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/OrientationDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/OrientationDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ProctoringSettingsDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ProctoringSettingsDAO.java index d20d7b9d..5f8a1b97 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ProctoringSettingsDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ProctoringSettingsDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/RemoteProctoringRoomDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/RemoteProctoringRoomDAO.java index 07f6e4ec..e3a77278 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/RemoteProctoringRoomDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/RemoteProctoringRoomDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ResourceNotFoundException.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ResourceNotFoundException.java index b2cfe44e..0b6a0c1e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ResourceNotFoundException.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ResourceNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/SEBClientConfigDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/SEBClientConfigDAO.java index 3717f378..eb409b2c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/SEBClientConfigDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/SEBClientConfigDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ScreenProctoringGroupDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ScreenProctoringGroupDAO.java index 452fe815..cdb6dbe7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ScreenProctoringGroupDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ScreenProctoringGroupDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/SecurityKeyRegistryDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/SecurityKeyRegistryDAO.java index 82dd7b84..013b2cb5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/SecurityKeyRegistryDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/SecurityKeyRegistryDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/TransactionHandler.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/TransactionHandler.java index cefcad97..2370b291 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/TransactionHandler.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/TransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/UserActivityLogDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/UserActivityLogDAO.java index 3f05d40e..9bf45625 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/UserActivityLogDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/UserActivityLogDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/UserDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/UserDAO.java index 32d5bcb6..a523399d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/UserDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/UserDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/UserRelatedEntityDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/UserRelatedEntityDAO.java index a1526549..0a4d4c5e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/UserRelatedEntityDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/UserRelatedEntityDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ViewDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ViewDAO.java index 4dcd9012..40e0414c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ViewDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/ViewDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/WebserviceInfoDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/WebserviceInfoDAO.java index 9bff3796..7646a2d0 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/WebserviceInfoDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/WebserviceInfoDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/AdditionalAttributesDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/AdditionalAttributesDAOImpl.java index 3d6bd629..1d1f9a8e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/AdditionalAttributesDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/AdditionalAttributesDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/BatchActionDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/BatchActionDAOImpl.java index b3c23cec..f5fe1ca5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/BatchActionDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/BatchActionDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/CertificateDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/CertificateDAOImpl.java index 41a53985..d97da4c5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/CertificateDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/CertificateDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ClientConnectionDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ClientConnectionDAOImpl.java index 3288c511..db1a1693 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ClientConnectionDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ClientConnectionDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ClientEventDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ClientEventDAOImpl.java index d7ef80b4..664e23fd 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ClientEventDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ClientEventDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ClientGroupDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ClientGroupDAOImpl.java index 1f3c5ac3..532f0854 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ClientGroupDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ClientGroupDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ClientInstructionDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ClientInstructionDAOImpl.java index 639a5e03..ee35baa2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ClientInstructionDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ClientInstructionDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java index b453def9..4ad90fa2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationDAOBatchService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationDAOBatchService.java index d949e137..fa288720 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationDAOBatchService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationDAOBatchService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationDAOImpl.java index 8f7b6cda..0e9b1b32 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationNodeDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationNodeDAOImpl.java index 0d55745e..24b8fe7c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationNodeDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationNodeDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationValueDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationValueDAOImpl.java index e1813277..f3f47fa7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationValueDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationValueDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/DAOUserServcieImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/DAOUserServcieImpl.java index 162b31c8..13482eae 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/DAOUserServcieImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/DAOUserServcieImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamConfigurationMapDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamConfigurationMapDAOImpl.java index 95da4266..9f40d5c2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamConfigurationMapDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamConfigurationMapDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamDAOImpl.java index 4b8be0f6..3efd43d1 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamDeletionEvent.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamDeletionEvent.java index 0c2e2f11..f7eef45d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamDeletionEvent.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamDeletionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamRecordDAO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamRecordDAO.java index 618405ef..36873505 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamRecordDAO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamRecordDAO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamTemplateDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamTemplateDAOImpl.java index 25795cdb..63f914c5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamTemplateDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamTemplateDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamTemplateDeletionEvent.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamTemplateDeletionEvent.java index 2dbc7103..0c433b48 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamTemplateDeletionEvent.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ExamTemplateDeletionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/IndicatorDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/IndicatorDAOImpl.java index af9f416a..97074027 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/IndicatorDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/IndicatorDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/InstitutionDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/InstitutionDAOImpl.java index 15dcbf30..e562da5e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/InstitutionDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/InstitutionDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/LmsSetupDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/LmsSetupDAOImpl.java index f80c6177..31d308a7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/LmsSetupDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/LmsSetupDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/OrientationDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/OrientationDAOImpl.java index 65e8dd36..d0a8c9cc 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/OrientationDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/OrientationDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ProctoringSettingsDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ProctoringSettingsDAOImpl.java index cfaeb2ea..1b07c75f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ProctoringSettingsDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ProctoringSettingsDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/RemoteProctoringRoomDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/RemoteProctoringRoomDAOImpl.java index 4bd1c123..f62a6d8d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/RemoteProctoringRoomDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/RemoteProctoringRoomDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/SEBClientConfigDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/SEBClientConfigDAOImpl.java index 6d708415..376c6787 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/SEBClientConfigDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/SEBClientConfigDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ScreenProctoringGroupDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ScreenProctoringGroupDAOImpl.java index c46c4e8c..0459bafd 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ScreenProctoringGroupDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ScreenProctoringGroupDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/SecurityKeyRegistryDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/SecurityKeyRegistryDAOImpl.java index 58eefd92..72e1244f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/SecurityKeyRegistryDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/SecurityKeyRegistryDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/UserActivityLogDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/UserActivityLogDAOImpl.java index efb11f55..6c4e8974 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/UserActivityLogDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/UserActivityLogDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/UserDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/UserDAOImpl.java index 46df54ce..d3ef31d3 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/UserDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/UserDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ViewDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ViewDAOImpl.java index 02e7ab4c..3f50b52d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ViewDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ViewDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/WebserviceInfoDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/WebserviceInfoDAOImpl.java index cec3a9d3..eba641db 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/WebserviceInfoDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/WebserviceInfoDAOImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/ExamAdminService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/ExamAdminService.java index d848f93f..53b7331d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/ExamAdminService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/ExamAdminService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/ExamConfigurationValueService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/ExamConfigurationValueService.java index 21032fa8..d2b82a00 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/ExamConfigurationValueService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/ExamConfigurationValueService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/ExamTemplateService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/ExamTemplateService.java index 27174427..13cd4c98 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/ExamTemplateService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/ExamTemplateService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/ProctoringAdminService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/ProctoringAdminService.java index 46931f77..01a55a31 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/ProctoringAdminService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/ProctoringAdminService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/SEBClientEventAdminService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/SEBClientEventAdminService.java index db63ff5a..47aedc20 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/SEBClientEventAdminService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/SEBClientEventAdminService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/SEBClientEventExporter.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/SEBClientEventExporter.java index 15f7fe23..0e0b8fde 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/SEBClientEventExporter.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/SEBClientEventExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/ExamAdminServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/ExamAdminServiceImpl.java index a41e67f1..e63310e9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/ExamAdminServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/ExamAdminServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/ExamConfigurationValueServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/ExamConfigurationValueServiceImpl.java index 3c5017c5..ef95884e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/ExamConfigurationValueServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/ExamConfigurationValueServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/ExamTemplateServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/ExamTemplateServiceImpl.java index c484f7dc..44a17653 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/ExamTemplateServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/ExamTemplateServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/ProctoringAdminServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/ProctoringAdminServiceImpl.java index 72ed249a..611f8fd5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/ProctoringAdminServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/ProctoringAdminServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/SEBClientEventAdminServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/SEBClientEventAdminServiceImpl.java index b815487f..2bcca458 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/SEBClientEventAdminServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/SEBClientEventAdminServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/SEBClientEventCSVExporter.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/SEBClientEventCSVExporter.java index 48f91b38..26075307 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/SEBClientEventCSVExporter.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/SEBClientEventCSVExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/SEBClientEventExportTransactionHandler.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/SEBClientEventExportTransactionHandler.java index 279ed8b1..79f9579c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/SEBClientEventExportTransactionHandler.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/SEBClientEventExportTransactionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/institution/CertificateService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/institution/CertificateService.java index 7f73debe..5b886ff1 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/institution/CertificateService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/institution/CertificateService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/institution/SecurityKeyService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/institution/SecurityKeyService.java index 5e2f4304..12cba41b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/institution/SecurityKeyService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/institution/SecurityKeyService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/institution/impl/CertificateServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/institution/impl/CertificateServiceImpl.java index abe763b4..1820a6a0 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/institution/impl/CertificateServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/institution/impl/CertificateServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/institution/impl/SecurityKeyServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/institution/impl/SecurityKeyServiceImpl.java index fd13b33e..b73b7037 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/institution/impl/SecurityKeyServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/institution/impl/SecurityKeyServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/APITemplateDataSupplier.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/APITemplateDataSupplier.java index 5dad13a6..dbdf7d39 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/APITemplateDataSupplier.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/APITemplateDataSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/CourseAccessAPI.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/CourseAccessAPI.java index 879a2ba1..a33ff9a8 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/CourseAccessAPI.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/CourseAccessAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/LmsAPIService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/LmsAPIService.java index ec2a4c63..a59cff35 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/LmsAPIService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/LmsAPIService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/LmsAPITemplate.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/LmsAPITemplate.java index d739dd40..4970b544 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/LmsAPITemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/LmsAPITemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/LmsAPITemplateFactory.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/LmsAPITemplateFactory.java index 391258ff..5fed26c3 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/LmsAPITemplateFactory.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/LmsAPITemplateFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/QuizLookupService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/QuizLookupService.java index 6b728bad..d47c80af 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/QuizLookupService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/QuizLookupService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/SEBRestrictionAPI.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/SEBRestrictionAPI.java index 103b2357..73456039 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/SEBRestrictionAPI.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/SEBRestrictionAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/SEBRestrictionService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/SEBRestrictionService.java index 1efbfab2..4f1a8e0d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/SEBRestrictionService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/SEBRestrictionService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/AbstractCachedCourseAccess.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/AbstractCachedCourseAccess.java index 50029050..f803adfb 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/AbstractCachedCourseAccess.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/AbstractCachedCourseAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/LmsAPIServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/LmsAPIServiceImpl.java index a3c295e7..0eb9c889 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/LmsAPIServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/LmsAPIServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/LmsAPITemplateAdapter.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/LmsAPITemplateAdapter.java index 47b528f9..a40343c7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/LmsAPITemplateAdapter.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/LmsAPITemplateAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/LmsSetupChangeEvent.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/LmsSetupChangeEvent.java index e3b26315..81b6fc31 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/LmsSetupChangeEvent.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/LmsSetupChangeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/NoSEBRestrictionException.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/NoSEBRestrictionException.java index dacc3243..74edbe4f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/NoSEBRestrictionException.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/NoSEBRestrictionException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/QuizLookupServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/QuizLookupServiceImpl.java index cc83fe2e..ca84606c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/QuizLookupServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/QuizLookupServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/SEBRestrictionServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/SEBRestrictionServiceImpl.java index 6845185b..758203b4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/SEBRestrictionServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/SEBRestrictionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/ans/AnsLmsAPITemplate.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/ans/AnsLmsAPITemplate.java index f21988bb..56b4e8fc 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/ans/AnsLmsAPITemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/ans/AnsLmsAPITemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/ans/AnsLmsAPITemplateFactory.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/ans/AnsLmsAPITemplateFactory.java index d0fc5385..b3d8b59b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/ans/AnsLmsAPITemplateFactory.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/ans/AnsLmsAPITemplateFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/ans/AnsLmsData.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/ans/AnsLmsData.java index 7645dcdd..d399d619 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/ans/AnsLmsData.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/ans/AnsLmsData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/ans/AnsPersonalRestTemplate.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/ans/AnsPersonalRestTemplate.java index 374ac4b6..0d5fb4e4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/ans/AnsPersonalRestTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/ans/AnsPersonalRestTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/edx/OpenEdxCourseAccess.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/edx/OpenEdxCourseAccess.java index 8be2e55c..29076ff3 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/edx/OpenEdxCourseAccess.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/edx/OpenEdxCourseAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/edx/OpenEdxCourseRestriction.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/edx/OpenEdxCourseRestriction.java index 505caf03..18f340d9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/edx/OpenEdxCourseRestriction.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/edx/OpenEdxCourseRestriction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/edx/OpenEdxLmsAPITemplateFactory.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/edx/OpenEdxLmsAPITemplateFactory.java index 20b3ea92..37ddce73 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/edx/OpenEdxLmsAPITemplateFactory.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/edx/OpenEdxLmsAPITemplateFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/edx/OpenEdxRestTemplateFactory.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/edx/OpenEdxRestTemplateFactory.java index 5c585352..d58315c0 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/edx/OpenEdxRestTemplateFactory.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/edx/OpenEdxRestTemplateFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/mockup/MockCourseAccessAPI.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/mockup/MockCourseAccessAPI.java index 14e83fd6..d22238e0 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/mockup/MockCourseAccessAPI.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/mockup/MockCourseAccessAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/mockup/MockLmsAPITemplateFactory.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/mockup/MockLmsAPITemplateFactory.java index 911b1ab2..7a45624a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/mockup/MockLmsAPITemplateFactory.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/mockup/MockLmsAPITemplateFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/mockup/MockSEBRestrictionAPI.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/mockup/MockSEBRestrictionAPI.java index 3d5aca2c..1b2da543 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/mockup/MockSEBRestrictionAPI.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/mockup/MockSEBRestrictionAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleAPIRestTemplate.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleAPIRestTemplate.java index a52b5d16..7be4a7ee 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleAPIRestTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleAPIRestTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleRestTemplateFactory.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleRestTemplateFactory.java index 172043c7..bdb102f8 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleRestTemplateFactory.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleRestTemplateFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleRestTemplateFactoryImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleRestTemplateFactoryImpl.java index 7473c9a7..743f4e33 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleRestTemplateFactoryImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleRestTemplateFactoryImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleUtils.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleUtils.java index 46431abd..c334d841 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleUtils.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/legacy/MoodleCourseAccess.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/legacy/MoodleCourseAccess.java index fcaa394e..43d25fd4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/legacy/MoodleCourseAccess.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/legacy/MoodleCourseAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/legacy/MoodleCourseRestriction.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/legacy/MoodleCourseRestriction.java index a0565f2d..d78f278b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/legacy/MoodleCourseRestriction.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/legacy/MoodleCourseRestriction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/legacy/MoodleLmsAPITemplateFactory.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/legacy/MoodleLmsAPITemplateFactory.java index c8764c7c..02672002 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/legacy/MoodleLmsAPITemplateFactory.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/legacy/MoodleLmsAPITemplateFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MoodlePluginCourseAccess.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MoodlePluginCourseAccess.java index 25715901..2dde8c71 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MoodlePluginCourseAccess.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MoodlePluginCourseAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MoodlePluginCourseRestriction.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MoodlePluginCourseRestriction.java index bbc38041..85cb6025 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MoodlePluginCourseRestriction.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MoodlePluginCourseRestriction.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MooldePluginLmsAPITemplateFactory.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MooldePluginLmsAPITemplateFactory.java index f83dbecf..e6fc0b90 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MooldePluginLmsAPITemplateFactory.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MooldePluginLmsAPITemplateFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/olat/OlatLmsAPITemplate.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/olat/OlatLmsAPITemplate.java index e4ab7f7b..589f6763 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/olat/OlatLmsAPITemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/olat/OlatLmsAPITemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/olat/OlatLmsAPITemplateFactory.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/olat/OlatLmsAPITemplateFactory.java index 48282241..b84b1e34 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/olat/OlatLmsAPITemplateFactory.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/olat/OlatLmsAPITemplateFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/olat/OlatLmsData.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/olat/OlatLmsData.java index 3d6d566d..7a7eeb2d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/olat/OlatLmsData.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/olat/OlatLmsData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/olat/OlatLmsRestTemplate.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/olat/OlatLmsRestTemplate.java index bad59306..046c6f07 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/olat/OlatLmsRestTemplate.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/olat/OlatLmsRestTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/AttributeValueConverter.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/AttributeValueConverter.java index 11c8d9c0..f8d290eb 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/AttributeValueConverter.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/AttributeValueConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/AttributeValueConverterService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/AttributeValueConverterService.java index e3cc6059..c5e2a170 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/AttributeValueConverterService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/AttributeValueConverterService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ClientConfigService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ClientConfigService.java index 206393a5..8ee69163 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ClientConfigService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ClientConfigService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ConfigurationFormat.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ConfigurationFormat.java index 61ac3064..45d6e0e3 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ConfigurationFormat.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ConfigurationFormat.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ConfigurationValueValidator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ConfigurationValueValidator.java index baa8e361..382b1db9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ConfigurationValueValidator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ConfigurationValueValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ExamConfigInitService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ExamConfigInitService.java index 9e8a66a0..7395ce26 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ExamConfigInitService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ExamConfigInitService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ExamConfigService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ExamConfigService.java index 714c726c..db1b45f2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ExamConfigService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ExamConfigService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ExamConfigTemplateService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ExamConfigTemplateService.java index 485a543d..ad67813f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ExamConfigTemplateService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ExamConfigTemplateService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/SEBConfigCryptor.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/SEBConfigCryptor.java index 9c44edb7..d538eecc 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/SEBConfigCryptor.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/SEBConfigCryptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/SEBConfigEncryptionContext.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/SEBConfigEncryptionContext.java index 9e711d12..275ec704 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/SEBConfigEncryptionContext.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/SEBConfigEncryptionContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/SEBConfigEncryptionService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/SEBConfigEncryptionService.java index 28edf797..2d9bf5e7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/SEBConfigEncryptionService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/SEBConfigEncryptionService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ZipService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ZipService.java index 033ef6cb..42320e73 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ZipService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/ZipService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/AES256JNCryptorEmptyPwdSupport.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/AES256JNCryptorEmptyPwdSupport.java index 2ba105d4..084f4088 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/AES256JNCryptorEmptyPwdSupport.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/AES256JNCryptorEmptyPwdSupport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/AES256JNCryptorOutputStreamEmptyPwdSupport.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/AES256JNCryptorOutputStreamEmptyPwdSupport.java index 5f1c9fe1..421573fd 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/AES256JNCryptorOutputStreamEmptyPwdSupport.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/AES256JNCryptorOutputStreamEmptyPwdSupport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/AbstractCertificateCryptor.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/AbstractCertificateCryptor.java index 2c6fedb3..1ed21946 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/AbstractCertificateCryptor.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/AbstractCertificateCryptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/CertificateAsymetricKeyCryptor.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/CertificateAsymetricKeyCryptor.java index 73ba0dd9..0695286b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/CertificateAsymetricKeyCryptor.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/CertificateAsymetricKeyCryptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/CertificateSymetricKeyCryptor.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/CertificateSymetricKeyCryptor.java index aa4ce9b3..57f21e46 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/CertificateSymetricKeyCryptor.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/CertificateSymetricKeyCryptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ClientConfigServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ClientConfigServiceImpl.java index 034b7db5..2a7ed071 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ClientConfigServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ClientConfigServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigIO.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigIO.java index 2f5bd361..1674db67 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigIO.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigIO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigServiceImpl.java index 0fad2096..0ecb7e43 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigTemplateServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigTemplateServiceImpl.java index a33d2581..d4a44083 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigTemplateServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigTemplateServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigXMLParser.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigXMLParser.java index 08d52120..89ef5274 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigXMLParser.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigXMLParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/NoneEncryptor.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/NoneEncryptor.java index b1e76eb6..a749facb 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/NoneEncryptor.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/NoneEncryptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/PasswordCryptor.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/PasswordCryptor.java index dd68774e..fc0713ab 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/PasswordCryptor.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/PasswordCryptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/PasswordDecryptor.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/PasswordDecryptor.java index 9d0e1bf4..55e64dbc 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/PasswordDecryptor.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/PasswordDecryptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/PasswordEncryptor.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/PasswordEncryptor.java index 07ae4974..d5529333 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/PasswordEncryptor.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/PasswordEncryptor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/SEBConfigEncryptionServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/SEBConfigEncryptionServiceImpl.java index ce6156fd..9cbc12f8 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/SEBConfigEncryptionServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/SEBConfigEncryptionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ZipServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ZipServiceImpl.java index 3d3b00dc..88fd3b8a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ZipServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ZipServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/ArrayOfStringConverter.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/ArrayOfStringConverter.java index 49ecc4b8..4db7c9ed 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/ArrayOfStringConverter.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/ArrayOfStringConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/AttributeValueConverterServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/AttributeValueConverterServiceImpl.java index 1408203b..6752edf2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/AttributeValueConverterServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/AttributeValueConverterServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/BooleanConverter.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/BooleanConverter.java index 5930f6d7..442cfcd6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/BooleanConverter.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/BooleanConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/InlineTableConverter.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/InlineTableConverter.java index 4ec34a6c..8672eb76 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/InlineTableConverter.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/InlineTableConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/IntegerConverter.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/IntegerConverter.java index a3b161b7..f54e778f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/IntegerConverter.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/IntegerConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/KioskModeConverter.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/KioskModeConverter.java index 1ab1d450..5bb240fb 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/KioskModeConverter.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/KioskModeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/RealNumberConverter.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/RealNumberConverter.java index 26031af5..982874b2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/RealNumberConverter.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/RealNumberConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/StringConverter.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/StringConverter.java index 7c4cf1cd..7ccab50a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/StringConverter.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/StringConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/TableConverter.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/TableConverter.java index 7f93a1b0..c7579ca9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/TableConverter.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/TableConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/AdditionalDefaultValueProvider.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/AdditionalDefaultValueProvider.java index 0aa858c9..a092dda5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/AdditionalDefaultValueProvider.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/AdditionalDefaultValueProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/ExamConfigInitServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/ExamConfigInitServiceImpl.java index 3458c144..31fc6317 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/ExamConfigInitServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/ExamConfigInitServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/InitialPermittedProcesses.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/InitialPermittedProcesses.java index f0329e59..555db7d2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/InitialPermittedProcesses.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/InitialPermittedProcesses.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/InitialProhibitedProcesses.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/InitialProhibitedProcesses.java index 01b09c54..54c86fa9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/InitialProhibitedProcesses.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/InitialProhibitedProcesses.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/XMLAttributeLoader.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/XMLAttributeLoader.java index 78028d25..168325ce 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/XMLAttributeLoader.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/init/XMLAttributeLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/DecimalTypeValidator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/DecimalTypeValidator.java index 79bad66e..26286596 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/DecimalTypeValidator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/DecimalTypeValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/ExitKeySequenceValidator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/ExitKeySequenceValidator.java index d6a9c996..3fff0157 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/ExitKeySequenceValidator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/ExitKeySequenceValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/IntegerTypeValidator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/IntegerTypeValidator.java index 80f67566..061fffca 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/IntegerTypeValidator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/IntegerTypeValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/SEBVersionValidator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/SEBVersionValidator.java index 4e9ad8bf..0aac2ded 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/SEBVersionValidator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/SEBVersionValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/WindowsSizeValidator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/WindowsSizeValidator.java index 3db496ce..891e92c0 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/WindowsSizeValidator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/validation/WindowsSizeValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ClientIndicator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ClientIndicator.java index b61f1aad..64c4ecef 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ClientIndicator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ClientIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamConfigUpdateService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamConfigUpdateService.java index c628597a..6c8f186d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamConfigUpdateService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamConfigUpdateService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamFinishedEvent.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamFinishedEvent.java index 72ddaf49..747bc405 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamFinishedEvent.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamFinishedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamResetEvent.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamResetEvent.java index 440c1f72..f63330b2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamResetEvent.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamResetEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamSessionService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamSessionService.java index fa41d80c..ceb2734d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamSessionService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamSessionService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamStartedEvent.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamStartedEvent.java index ee6ac689..926ef42f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamStartedEvent.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamStartedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamUpdateTask.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamUpdateTask.java index 09f21a05..1ce3e244 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamUpdateTask.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ExamUpdateTask.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/PendingNotificationIndication.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/PendingNotificationIndication.java index 73af0efd..4a19df88 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/PendingNotificationIndication.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/PendingNotificationIndication.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/RemoteProctoringRoomService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/RemoteProctoringRoomService.java index ea84e650..5e261624 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/RemoteProctoringRoomService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/RemoteProctoringRoomService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/RemoteProctoringService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/RemoteProctoringService.java index 98a3408e..0498a567 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/RemoteProctoringService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/RemoteProctoringService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientConnectionService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientConnectionService.java index c28fe531..08d3b270 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientConnectionService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientConnectionService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientInstructionService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientInstructionService.java index 9b25ea73..e707d839 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientInstructionService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientInstructionService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientNotificationService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientNotificationService.java index 8e55e520..08c8c618 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientNotificationService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientNotificationService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientPingService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientPingService.java index c908ca1b..a8a55642 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientPingService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientPingService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientSessionService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientSessionService.java index 1db3a674..6e5b66d0 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientSessionService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientSessionService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientVersionService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientVersionService.java index fc3ca6f3..ac3c41a7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientVersionService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SEBClientVersionService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ScreenProctoringService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ScreenProctoringService.java index 2415ec6a..3332931f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ScreenProctoringService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/ScreenProctoringService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SessionUpdateTask.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SessionUpdateTask.java index 3574d3be..19dbb9ba 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SessionUpdateTask.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/SessionUpdateTask.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ClientConnectionDataInternal.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ClientConnectionDataInternal.java index a4699fef..8f68430f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ClientConnectionDataInternal.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ClientConnectionDataInternal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ClientIndicatorFactory.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ClientIndicatorFactory.java index 32561558..19e7b312 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ClientIndicatorFactory.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ClientIndicatorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamConfigUpdateServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamConfigUpdateServiceImpl.java index 8b4e218a..df1c8a99 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamConfigUpdateServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamConfigUpdateServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamSessionCacheService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamSessionCacheService.java index 67531192..d0f3f557 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamSessionCacheService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamSessionCacheService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamSessionControlTask.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamSessionControlTask.java index a8c96fe2..ea38717d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamSessionControlTask.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamSessionControlTask.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamSessionServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamSessionServiceImpl.java index 5062f00c..7eae391a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamSessionServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamSessionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamUpdateEvent.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamUpdateEvent.java index 5740e800..152a3bd3 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamUpdateEvent.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamUpdateEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamUpdateHandler.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamUpdateHandler.java index 8c365608..cda78674 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamUpdateHandler.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/ExamUpdateHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/InMemorySEBConfig.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/InMemorySEBConfig.java index 35cea567..c44939c9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/InMemorySEBConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/InMemorySEBConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/InternalClientConnectionDataFactory.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/InternalClientConnectionDataFactory.java index b5260369..48f94fe9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/InternalClientConnectionDataFactory.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/InternalClientConnectionDataFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientConnectionServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientConnectionServiceImpl.java index f3f064bb..2720572d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientConnectionServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientConnectionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientEventBatchService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientEventBatchService.java index 9366b188..7dd7423a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientEventBatchService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientEventBatchService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientInstructionServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientInstructionServiceImpl.java index 97b70592..d5524dbd 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientInstructionServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientInstructionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientNotificationServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientNotificationServiceImpl.java index 2380660a..d62d225a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientNotificationServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientNotificationServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientPingBatchService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientPingBatchService.java index d2625075..2641b70f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientPingBatchService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientPingBatchService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientPingBlockingService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientPingBlockingService.java index e1469a1d..e9f04862 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientPingBlockingService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientPingBlockingService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientSessionServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientSessionServiceImpl.java index 2c34a1be..a45f68ad 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientSessionServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientSessionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientVersionServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientVersionServiceImpl.java index f6de3e13..9146847c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientVersionServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientVersionServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractClientIndicator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractClientIndicator.java index 55c3085e..cbcaf678 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractClientIndicator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractClientIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractLogIndicator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractLogIndicator.java index 5e91c5ef..9a3e3907 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractLogIndicator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractLogIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractLogLevelCountIndicator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractLogLevelCountIndicator.java index 8e009a02..16356d39 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractLogLevelCountIndicator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractLogLevelCountIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractLogNumberIndicator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractLogNumberIndicator.java index b117408e..f790b3fd 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractLogNumberIndicator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractLogNumberIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractPingIndicator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractPingIndicator.java index b93e1aba..cf77ab7e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractPingIndicator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/AbstractPingIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/BatteryStatusIndicator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/BatteryStatusIndicator.java index 0515cf88..61ee1716 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/BatteryStatusIndicator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/BatteryStatusIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/DistributedIndicatorValueService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/DistributedIndicatorValueService.java index 6f257b10..40ad2d2a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/DistributedIndicatorValueService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/DistributedIndicatorValueService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/ErrorLogCountClientIndicator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/ErrorLogCountClientIndicator.java index 3ed6b9d1..b621a5f7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/ErrorLogCountClientIndicator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/ErrorLogCountClientIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/InfoLogCountClientIndicator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/InfoLogCountClientIndicator.java index b1af59d0..c4694e14 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/InfoLogCountClientIndicator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/InfoLogCountClientIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/PingIntervalClientIndicator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/PingIntervalClientIndicator.java index 47485823..0ce45a31 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/PingIntervalClientIndicator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/PingIntervalClientIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/WLANStatusIndicator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/WLANStatusIndicator.java index ca6205c3..051555c1 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/WLANStatusIndicator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/WLANStatusIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/WarnLogCountClientIndicator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/WarnLogCountClientIndicator.java index cd0ca3f1..4da8d835 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/WarnLogCountClientIndicator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/WarnLogCountClientIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/JitsiProctoringService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/JitsiProctoringService.java index cb40ee40..12180649 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/JitsiProctoringService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/JitsiProctoringService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/NewRoom.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/NewRoom.java index fe739b6b..ad2f5372 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/NewRoom.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/NewRoom.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/RemoteProctoringRoomServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/RemoteProctoringRoomServiceImpl.java index 853d357f..d32d9e31 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/RemoteProctoringRoomServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/RemoteProctoringRoomServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/RemoteProctoringServiceFactory.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/RemoteProctoringServiceFactory.java index 4277f044..68ad7eef 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/RemoteProctoringServiceFactory.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/RemoteProctoringServiceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ScreenProctoringAPIBinding.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ScreenProctoringAPIBinding.java index 2bc02ac0..8c1459e9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ScreenProctoringAPIBinding.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ScreenProctoringAPIBinding.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ScreenProctoringServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ScreenProctoringServiceImpl.java index a616f9c7..8e75b6b1 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ScreenProctoringServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ScreenProctoringServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ZoomProctoringService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ZoomProctoringService.java index 3e4c6626..00daba5a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ZoomProctoringService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ZoomProctoringService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ZoomRoomRequestResponse.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ZoomRoomRequestResponse.java index 2cf8a102..ebf63fda 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ZoomRoomRequestResponse.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ZoomRoomRequestResponse.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/validation/BeanValidationException.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/validation/BeanValidationException.java index 70cc394b..d9bd3e7f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/validation/BeanValidationException.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/validation/BeanValidationException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/validation/BeanValidationService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/validation/BeanValidationService.java index 9f29190d..837e4c5c 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/validation/BeanValidationService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/validation/BeanValidationService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/validation/ProctoringSettingsValidator.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/validation/ProctoringSettingsValidator.java index d47056f6..0f329610 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/validation/ProctoringSettingsValidator.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/validation/ProctoringSettingsValidator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/validation/ValidProctoringSettings.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/validation/ValidProctoringSettings.java index 5d68b9a4..457f9dfe 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/validation/ValidProctoringSettings.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/validation/ValidProctoringSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/WebServiceSecurityConfig.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/WebServiceSecurityConfig.java index f21732bc..76993e77 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/WebServiceSecurityConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/WebServiceSecurityConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/WebServiceShutdown.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/WebServiceShutdown.java index 6bca1adf..672aa30b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/WebServiceShutdown.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/WebServiceShutdown.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/WebServiceUserDetails.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/WebServiceUserDetails.java index 0b53abc7..0d4019bd 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/WebServiceUserDetails.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/WebServiceUserDetails.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/APIConstraintViolationException.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/APIConstraintViolationException.java index 6a8ce219..c4b387da 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/APIConstraintViolationException.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/APIConstraintViolationException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/APIExceptionHandler.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/APIExceptionHandler.java index 88407162..4af3e306 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/APIExceptionHandler.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/APIExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ActivatableEntityController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ActivatableEntityController.java index c6c5426e..b690078b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ActivatableEntityController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ActivatableEntityController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/BatchActionController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/BatchActionController.java index 232e5b01..d5ef1f5a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/BatchActionController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/BatchActionController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/CertificateController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/CertificateController.java index 25b222d3..7d415801 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/CertificateController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/CertificateController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ClientConnectionController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ClientConnectionController.java index 6d0d1a04..b2cde1e5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ClientConnectionController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ClientConnectionController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ClientEventController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ClientEventController.java index 02a5ebac..8872b386 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ClientEventController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ClientEventController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ClientGroupController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ClientGroupController.java index d77e2765..cf4343f7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ClientGroupController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ClientGroupController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ConfigurationAttributeController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ConfigurationAttributeController.java index 817a7ab9..3fa173dc 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ConfigurationAttributeController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ConfigurationAttributeController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ConfigurationController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ConfigurationController.java index 9b77e053..5f68aacf 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ConfigurationController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ConfigurationController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ConfigurationNodeController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ConfigurationNodeController.java index 996fc868..8c44bdba 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ConfigurationNodeController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ConfigurationNodeController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ConfigurationValueController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ConfigurationValueController.java index ef5b5f2c..0d04f503 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ConfigurationValueController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ConfigurationValueController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/EntityController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/EntityController.java index 207e97df..6a83b293 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/EntityController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/EntityController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamAPIDiscoveryController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamAPIDiscoveryController.java index b2d46c99..f3c63710 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamAPIDiscoveryController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamAPIDiscoveryController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamAPI_V1_Controller.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamAPI_V1_Controller.java index 2f35228a..ccb15d21 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamAPI_V1_Controller.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamAPI_V1_Controller.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamAdministrationController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamAdministrationController.java index 9cbb5076..ef6f6964 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamAdministrationController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamAdministrationController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamConfigurationMappingController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamConfigurationMappingController.java index a70af33c..70ab207e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamConfigurationMappingController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamConfigurationMappingController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamMonitoringController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamMonitoringController.java index 496dc141..bc196f36 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamMonitoringController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamMonitoringController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamNotRunningException.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamNotRunningException.java index 640e1311..400f0d73 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamNotRunningException.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamNotRunningException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamProctoringController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamProctoringController.java index a9740692..bca4f6c4 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamProctoringController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamProctoringController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamTemplateController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamTemplateController.java index 377934a1..c3e59569 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamTemplateController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ExamTemplateController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/IndicatorController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/IndicatorController.java index 387a7f3d..f216a772 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/IndicatorController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/IndicatorController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/InfoController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/InfoController.java index 73ab5e0e..977c021e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/InfoController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/InfoController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/InstitutionController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/InstitutionController.java index 848eec1f..64daa7a3 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/InstitutionController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/InstitutionController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/LmsSetupController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/LmsSetupController.java index 1a79851e..9e2753aa 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/LmsSetupController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/LmsSetupController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/OnlyMessageLogExceptionWrapper.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/OnlyMessageLogExceptionWrapper.java index 06cc55e6..eff22ba6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/OnlyMessageLogExceptionWrapper.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/OnlyMessageLogExceptionWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/OrientationController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/OrientationController.java index cc834963..8ae00649 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/OrientationController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/OrientationController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/QuizController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/QuizController.java index ea84a216..4522cc20 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/QuizController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/QuizController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/RateLimitService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/RateLimitService.java index bf0cfec6..1a799436 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/RateLimitService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/RateLimitService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ReadonlyEntityController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ReadonlyEntityController.java index 7456d5e6..525fcb83 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ReadonlyEntityController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ReadonlyEntityController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/RegisterUserController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/RegisterUserController.java index 677630c8..a2aba794 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/RegisterUserController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/RegisterUserController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/SEBClientConfigController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/SEBClientConfigController.java index 58931d96..85c8723d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/SEBClientConfigController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/SEBClientConfigController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/UserAccountController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/UserAccountController.java index da0a974d..3db81134 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/UserAccountController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/UserAccountController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/UserActivityLogController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/UserActivityLogController.java index f84c7001..06403754 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/UserActivityLogController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/UserActivityLogController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ViewController.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ViewController.java index b16e3f25..97fc67af 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ViewController.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/api/ViewController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/AdminAPIClientDetails.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/AdminAPIClientDetails.java index e9a0db0a..5e94add7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/AdminAPIClientDetails.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/AdminAPIClientDetails.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/AuthorizationServerConfig.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/AuthorizationServerConfig.java index 27ad8904..c7289784 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/AuthorizationServerConfig.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/AuthorizationServerConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/CachableJdbcTokenStore.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/CachableJdbcTokenStore.java index fa1d0027..c46b000b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/CachableJdbcTokenStore.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/CachableJdbcTokenStore.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/DefaultTokenServicesFallback.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/DefaultTokenServicesFallback.java index 9a98829f..d46b5c5e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/DefaultTokenServicesFallback.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/DefaultTokenServicesFallback.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/PreAuthProvider.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/PreAuthProvider.java index ed561890..16a52e65 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/PreAuthProvider.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/PreAuthProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/RevokeTokenEndpoint.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/RevokeTokenEndpoint.java index 9a46e86c..7d702057 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/RevokeTokenEndpoint.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/RevokeTokenEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/WebClientDetailsService.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/WebClientDetailsService.java index 7a2bcfa6..6df81631 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/WebClientDetailsService.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/WebClientDetailsService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/WebserviceResourceConfiguration.java b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/WebserviceResourceConfiguration.java index 5f3adb5a..f7e70ad2 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/WebserviceResourceConfiguration.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/weblayer/oauth/WebserviceResourceConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/ClientHttpRequestFactoryServiceTest.java b/src/test/java/ch/ethz/seb/sebserver/ClientHttpRequestFactoryServiceTest.java index d6a7bab2..8fd17848 100644 --- a/src/test/java/ch/ethz/seb/sebserver/ClientHttpRequestFactoryServiceTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/ClientHttpRequestFactoryServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/TestUtils.java b/src/test/java/ch/ethz/seb/sebserver/TestUtils.java index 98e2cc9d..683b0e0d 100644 --- a/src/test/java/ch/ethz/seb/sebserver/TestUtils.java +++ b/src/test/java/ch/ethz/seb/sebserver/TestUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/api/APIMessageTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/api/APIMessageTest.java index b0350701..103a95ea 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/api/APIMessageTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/api/APIMessageTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/api/ExamAPIDiscoveryTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/api/ExamAPIDiscoveryTest.java index fb263a34..43778690 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/api/ExamAPIDiscoveryTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/api/ExamAPIDiscoveryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/async/AsyncBlockingTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/async/AsyncBlockingTest.java index 6e0ef5ef..e5efceb3 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/async/AsyncBlockingTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/async/AsyncBlockingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/async/CircuitBreakerTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/async/CircuitBreakerTest.java index 62769d00..906af840 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/async/CircuitBreakerTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/async/CircuitBreakerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/async/MemoizingCircuitBreakerTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/async/MemoizingCircuitBreakerTest.java index c7990b7a..fd92d880 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/async/MemoizingCircuitBreakerTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/async/MemoizingCircuitBreakerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/client/ClientCredentialServiceImplTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/client/ClientCredentialServiceImplTest.java index 4290311d..a25a88f6 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/client/ClientCredentialServiceImplTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/client/ClientCredentialServiceImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/client/ProxyDataTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/client/ProxyDataTest.java index e995f0dd..b418d563 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/client/ProxyDataTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/client/ProxyDataTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/model/ModelObjectJSONGenerator.java b/src/test/java/ch/ethz/seb/sebserver/gbl/model/ModelObjectJSONGenerator.java index 91244bf7..cb0c3322 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/model/ModelObjectJSONGenerator.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/model/ModelObjectJSONGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/model/exam/AllowedSEBVersionTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/model/exam/AllowedSEBVersionTest.java index b4ec517f..3e468abc 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/model/exam/AllowedSEBVersionTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/model/exam/AllowedSEBVersionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/model/exam/IndicatorTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/model/exam/IndicatorTest.java index 42dd2e1b..594be0e5 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/model/exam/IndicatorTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/model/exam/IndicatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/model/exam/OpenEdxSebRestrictionTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/model/exam/OpenEdxSebRestrictionTest.java index 8d64e81a..76bf0c0a 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/model/exam/OpenEdxSebRestrictionTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/model/exam/OpenEdxSebRestrictionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/model/institution/InstitutionTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/model/institution/InstitutionTest.java index d6e43c3e..268d5e09 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/model/institution/InstitutionTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/model/institution/InstitutionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/model/institution/LmsSetupTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/model/institution/LmsSetupTest.java index cd020fe8..7d30eb24 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/model/institution/LmsSetupTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/model/institution/LmsSetupTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/model/session/ClientInstructionTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/model/session/ClientInstructionTest.java index 10396ad6..2ecc91b2 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/model/session/ClientInstructionTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/model/session/ClientInstructionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/model/user/UserActivityLogTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/model/user/UserActivityLogTest.java index 4dea825e..3a2975cf 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/model/user/UserActivityLogTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/model/user/UserActivityLogTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/model/user/UserInfoTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/model/user/UserInfoTest.java index 63fcd597..89bbc652 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/model/user/UserInfoTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/model/user/UserInfoTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/util/CryptorTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/util/CryptorTest.java index 1d965928..a36418b0 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/util/CryptorTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/util/CryptorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/util/ReplTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/util/ReplTest.java index ab910291..3c34661a 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/util/ReplTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/util/ReplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/util/ResultTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/util/ResultTest.java index ba2918c0..14b804b2 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/util/ResultTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/util/ResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/util/SizedArrayNonBlockingQueueTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/util/SizedArrayNonBlockingQueueTest.java index 3f074be8..92f9875e 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/util/SizedArrayNonBlockingQueueTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/util/SizedArrayNonBlockingQueueTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/util/Tuple3Test.java b/src/test/java/ch/ethz/seb/sebserver/gbl/util/Tuple3Test.java index 4225bf65..9d7ae9ad 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/util/Tuple3Test.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/util/Tuple3Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gbl/util/UtilsTest.java b/src/test/java/ch/ethz/seb/sebserver/gbl/util/UtilsTest.java index d46d282b..e94b7a6d 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gbl/util/UtilsTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gbl/util/UtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/form/FormBuilderTest.java b/src/test/java/ch/ethz/seb/sebserver/gui/form/FormBuilderTest.java index bc8194d4..71992203 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/form/FormBuilderTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/form/FormBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/integration/ClientConfigTest.java b/src/test/java/ch/ethz/seb/sebserver/gui/integration/ClientConfigTest.java index 3266b133..6b02d0e2 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/integration/ClientConfigTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/integration/ClientConfigTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/integration/CurrentUserTest.java b/src/test/java/ch/ethz/seb/sebserver/gui/integration/CurrentUserTest.java index 4a966f7c..f18c93d9 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/integration/CurrentUserTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/integration/CurrentUserTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/integration/FinishedExamTest.java b/src/test/java/ch/ethz/seb/sebserver/gui/integration/FinishedExamTest.java index b4ba156d..aa76d83a 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/integration/FinishedExamTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/integration/FinishedExamTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/integration/GetInstitutionTest.java b/src/test/java/ch/ethz/seb/sebserver/gui/integration/GetInstitutionTest.java index 2efaeb29..c02051bd 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/integration/GetInstitutionTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/integration/GetInstitutionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/integration/GuiIntegrationTest.java b/src/test/java/ch/ethz/seb/sebserver/gui/integration/GuiIntegrationTest.java index 19b9807b..863ee59a 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/integration/GuiIntegrationTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/integration/GuiIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/integration/OpenEdxTestController.java b/src/test/java/ch/ethz/seb/sebserver/gui/integration/OpenEdxTestController.java index de96f0b9..5dc28e9b 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/integration/OpenEdxTestController.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/integration/OpenEdxTestController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/integration/RestServiceTest.java b/src/test/java/ch/ethz/seb/sebserver/gui/integration/RestServiceTest.java index 6eb1078a..288c7e52 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/integration/RestServiceTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/integration/RestServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/integration/SEBClientBot.java b/src/test/java/ch/ethz/seb/sebserver/gui/integration/SEBClientBot.java index 5d9eeb05..8f12e578 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/integration/SEBClientBot.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/integration/SEBClientBot.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/integration/SEBServerAuthorizationContextTest.java b/src/test/java/ch/ethz/seb/sebserver/gui/integration/SEBServerAuthorizationContextTest.java index 330b9e1b..0240bae1 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/integration/SEBServerAuthorizationContextTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/integration/SEBServerAuthorizationContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/integration/UseCasesIntegrationTest.java b/src/test/java/ch/ethz/seb/sebserver/gui/integration/UseCasesIntegrationTest.java index 1e7d1da2..60141f66 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/integration/UseCasesIntegrationTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/integration/UseCasesIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/integration/UsecaseTestUtils.java b/src/test/java/ch/ethz/seb/sebserver/gui/integration/UsecaseTestUtils.java index d6874623..6c530102 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/integration/UsecaseTestUtils.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/integration/UsecaseTestUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/JitsiWindowScriptResolverTest.java b/src/test/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/JitsiWindowScriptResolverTest.java index 1fd9539c..0c7cc2a1 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/JitsiWindowScriptResolverTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/JitsiWindowScriptResolverTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/ZoomWindowScriptResolverTest.java b/src/test/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/ZoomWindowScriptResolverTest.java index 1c5c686d..851ce280 100644 --- a/src/test/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/ZoomWindowScriptResolverTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/gui/service/session/proctoring/ZoomWindowScriptResolverTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/JodaTimeTypeResolverTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/JodaTimeTypeResolverTest.java index 21029a08..df1e8702 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/JodaTimeTypeResolverTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/datalayer/batis/JodaTimeTypeResolverTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/AdminAPITestController.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/AdminAPITestController.java index bbb362e0..a03defd2 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/AdminAPITestController.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/AdminAPITestController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/AdministrationAPIIntegrationTester.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/AdministrationAPIIntegrationTester.java index b053c2d8..ba8127b3 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/AdministrationAPIIntegrationTester.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/AdministrationAPIIntegrationTester.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ConfigurationAttributeAPITest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ConfigurationAttributeAPITest.java index cafe9e61..360dc071 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ConfigurationAttributeAPITest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ConfigurationAttributeAPITest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/EntityAPITests.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/EntityAPITests.java index e598d9df..31ebe883 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/EntityAPITests.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/EntityAPITests.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ExamAPITest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ExamAPITest.java index f46b3de3..5ae03ff1 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ExamAPITest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ExamAPITest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ExamConfigurationValueServiceTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ExamConfigurationValueServiceTest.java index 1dda0151..56289cd6 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ExamConfigurationValueServiceTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ExamConfigurationValueServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ExamImportTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ExamImportTest.java index a8055eef..70316d17 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ExamImportTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ExamImportTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ExamProctoringRoomServiceTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ExamProctoringRoomServiceTest.java index 34a7f68c..8d082752 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ExamProctoringRoomServiceTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/ExamProctoringRoomServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/GeneralAdminAPITest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/GeneralAdminAPITest.java index 3bf7727c..eac699cf 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/GeneralAdminAPITest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/GeneralAdminAPITest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/InstitutionAPITest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/InstitutionAPITest.java index b2efcac0..f232e975 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/InstitutionAPITest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/InstitutionAPITest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/LmsSetupAPITest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/LmsSetupAPITest.java index bf49311d..b57f28d3 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/LmsSetupAPITest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/LmsSetupAPITest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/OlatLmsAPITemplateTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/OlatLmsAPITemplateTest.java index d43c0616..1ac92820 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/OlatLmsAPITemplateTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/OlatLmsAPITemplateTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/OrientationAPITest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/OrientationAPITest.java index 387cd86e..8fd0ee74 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/OrientationAPITest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/OrientationAPITest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/QuizDataTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/QuizDataTest.java index b1f7d465..06eeb097 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/QuizDataTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/QuizDataTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/UserAPITest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/UserAPITest.java index 9ece114a..fdf9e567 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/UserAPITest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/UserAPITest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/UserActivityLogAPITest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/UserActivityLogAPITest.java index 418ebfe0..3dfaf458 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/UserActivityLogAPITest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/UserActivityLogAPITest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/WebserviceInfoTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/WebserviceInfoTest.java index 2d60276f..34e39c95 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/WebserviceInfoTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/WebserviceInfoTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/WebserviceTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/WebserviceTest.java index 573be2e1..f1bb030c 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/WebserviceTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/admin/WebserviceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/ExamAPIAccessTokenRequestTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/ExamAPIAccessTokenRequestTest.java index b1747ccd..d0fa275d 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/ExamAPIAccessTokenRequestTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/ExamAPIAccessTokenRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/ExamAPIIntegrationTester.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/ExamAPIIntegrationTester.java index acf482c7..ca57c791 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/ExamAPIIntegrationTester.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/ExamAPIIntegrationTester.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/ExamAPITestController.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/ExamAPITestController.java index 3a05f540..d68b64fa 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/ExamAPITestController.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/ExamAPITestController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/ExamDiscoveryEndpointTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/ExamDiscoveryEndpointTest.java index 9fcab9e9..88ac54d5 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/ExamDiscoveryEndpointTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/ExamDiscoveryEndpointTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/GeneralExamAPITest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/GeneralExamAPITest.java index 9ee8310e..4a09af1c 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/GeneralExamAPITest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/GeneralExamAPITest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/SebConnectionTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/SebConnectionTest.java index 9d87d07b..225e1f16 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/SebConnectionTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/SebConnectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/SebExamConfigurationRequestTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/SebExamConfigurationRequestTest.java index 8b3fc6cf..60422726 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/SebExamConfigurationRequestTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/SebExamConfigurationRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/SebVdiConnectionTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/SebVdiConnectionTest.java index 5e722f06..2335b6b7 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/SebVdiConnectionTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/api/exam/SebVdiConnectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/services/ClientEventServiceTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/services/ClientEventServiceTest.java index 63f2032b..357d8fa9 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/services/ClientEventServiceTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/services/ClientEventServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/services/SEBClientInstructionServiceTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/services/SEBClientInstructionServiceTest.java index 9ecdf5d5..c04b5236 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/integration/services/SEBClientInstructionServiceTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/integration/services/SEBClientInstructionServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/AuthorizationServiceTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/AuthorizationServiceTest.java index bcb6672e..e56412fc 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/AuthorizationServiceTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/authorization/AuthorizationServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/SEBClientEventCSVExporterTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/SEBClientEventCSVExporterTest.java index 4667244c..603fee00 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/SEBClientEventCSVExporterTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/exam/impl/SEBClientEventCSVExporterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2021 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleMockupRestTemplateFactory.java b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleMockupRestTemplateFactory.java index fdfdd593..e319e749 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleMockupRestTemplateFactory.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/MoodleMockupRestTemplateFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/legacy/MoodleCourseAccessTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/legacy/MoodleCourseAccessTest.java index 1aff5826..30ced5fb 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/legacy/MoodleCourseAccessTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/legacy/MoodleCourseAccessTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MoodlePluginCourseAccessTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MoodlePluginCourseAccessTest.java index 75a659be..fb0aaf37 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MoodlePluginCourseAccessTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MoodlePluginCourseAccessTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MoodlePluginCourseRestrictionTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MoodlePluginCourseRestrictionTest.java index 3e8191ae..8b44a20b 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MoodlePluginCourseRestrictionTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/moodle/plugin/MoodlePluginCourseRestrictionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ConfigAttributeSortOrderTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ConfigAttributeSortOrderTest.java index 950a0277..326f7de8 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ConfigAttributeSortOrderTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ConfigAttributeSortOrderTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigImportHandlerTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigImportHandlerTest.java index 1d4ca175..7449f409 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigImportHandlerTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/ExamConfigImportHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/PasswordEncryptorTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/PasswordEncryptorTest.java index 44ab56e5..80b9e787 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/PasswordEncryptorTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/PasswordEncryptorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/SebConfigEncryptionServiceImplTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/SebConfigEncryptionServiceImplTest.java index 3fc867c2..35cc0a38 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/SebConfigEncryptionServiceImplTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/SebConfigEncryptionServiceImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/ArrayOfStringConverterTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/ArrayOfStringConverterTest.java index 882d0e5b..3962a953 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/ArrayOfStringConverterTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/ArrayOfStringConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/TableConverterTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/TableConverterTest.java index 1711cece..4ec71cb1 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/TableConverterTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/sebconfig/impl/converter/TableConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientVersionServiceImplTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientVersionServiceImplTest.java index b78ff7d5..d5387149 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientVersionServiceImplTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/SEBClientVersionServiceImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/IndicatorValueJSONTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/IndicatorValueJSONTest.java index f0c0291d..d0fb9225 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/IndicatorValueJSONTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/IndicatorValueJSONTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/PingIntervalClientIndicatorTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/PingIntervalClientIndicatorTest.java index 5c0c9542..a7aae284 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/PingIntervalClientIndicatorTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/indicator/PingIntervalClientIndicatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ExamJITSIProctoringServiceTest.java b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ExamJITSIProctoringServiceTest.java index e59b2a77..878e155f 100644 --- a/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ExamJITSIProctoringServiceTest.java +++ b/src/test/java/ch/ethz/seb/sebserver/webservice/servicelayer/session/impl/proctoring/ExamJITSIProctoringServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2020 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this From 28e95e44b36c6a3ae2079351a71c62299e5bac5c Mon Sep 17 00:00:00 2001 From: Nadim Ritter Date: Wed, 13 Mar 2024 13:07:16 +0100 Subject: [PATCH 48/52] SEBSERV-515 fix multiselection bug --- .../java/ch/ethz/seb/sebserver/gui/table/EntityTable.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/table/EntityTable.java b/src/main/java/ch/ethz/seb/sebserver/gui/table/EntityTable.java index 4015b6cd..bb97e8fa 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/table/EntityTable.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/table/EntityTable.java @@ -224,7 +224,7 @@ public class EntityTable { } this.table.addListener(SWT.Selection, event -> { if (this.multiselection != null && event.item != null) { - if (event.item == null || event.item.isDisposed()) { + if (event.item.isDisposed()) { return; } handleMultiSelection((TableItem) event.item); @@ -530,9 +530,6 @@ public class EntityTable { // first remove all rows if there are some this.table.removeAll(); - if (this.multiselection != null) { - this.multiselection.clear(); - } // get page data and create rows final Page page = this.pageSupplier.newBuilder() From 2611f4f464aa9b84325771c6386e6531dd0cca76 Mon Sep 17 00:00:00 2001 From: anhefti Date: Wed, 13 Mar 2024 13:45:38 +0100 Subject: [PATCH 49/52] code cleanup --- .../ch/ethz/seb/sebserver/gbl/util/Utils.java | 30 ++----------------- .../seb/sebserver/gui/table/EntityTable.java | 21 +++++++------ 2 files changed, 13 insertions(+), 38 deletions(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/util/Utils.java b/src/main/java/ch/ethz/seb/sebserver/gbl/util/Utils.java index 94cd5156..3238d8a9 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/util/Utils.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/util/Utils.java @@ -22,17 +22,7 @@ import java.nio.CharBuffer; import java.nio.charset.StandardCharsets; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collection; -import java.util.Collections; -import java.util.HashMap; -import java.util.HashSet; -import java.util.LinkedHashSet; -import java.util.List; -import java.util.Map; -import java.util.Objects; -import java.util.Set; +import java.util.*; import java.util.function.Predicate; import java.util.stream.Collector; import java.util.stream.Collectors; @@ -887,25 +877,11 @@ public final class Utils { } public static int compareDateTime(final DateTime dt1, final DateTime dt2, final boolean descending) { - return ((dt1 == dt2) - ? 0 - : (dt1 == null || dt1 == null) - ? 1 - : (dt2 == null || dt2 == null) - ? -1 - : dt1.compareTo(dt2)) - * ((descending) ? -1 : 1); + return Objects.compare(dt1, dt1, DateTime::compareTo ) * ((descending) ? -1 : 1); } public static int compareIds(final Long id1, final Long id2, final boolean descending) { - return ((id1 == id2) - ? 0 - : (id1 == null || id1 == null) - ? 1 - : (id2 == null || id2 == null) - ? -1 - : id1.compareTo(id2)) - * ((descending) ? -1 : 1); + return Objects.compare(id1, id2, Long::compareTo ) * ((descending) ? -1 : 1); } public static String toFileName(final String name) { diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/table/EntityTable.java b/src/main/java/ch/ethz/seb/sebserver/gui/table/EntityTable.java index ddcbeb9d..7bee271a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/table/EntityTable.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/table/EntityTable.java @@ -544,13 +544,15 @@ public class EntityTable { .onError(this.pageContext::notifyUnexpectedError) .getOr(null); - this.isComplete = page.complete; this.composite.getParent().layout(true, true); PageService.updateScrolledComposite(this.composite); this.notifyContentChange(); this.notifySelectionChange(); - if (page != null && this.pageReloadListener != null) { + if (page != null) { + this.isComplete = page.complete; + } + if (this.pageReloadListener != null) { this.pageReloadListener.accept(this); } } @@ -633,8 +635,7 @@ public class EntityTable { private void adaptColumnWidthChange(final Event event) { final Widget widget = event.widget; - if (widget instanceof TableColumn) { - final TableColumn tableColumn = ((TableColumn) widget); + if (widget instanceof final TableColumn tableColumn) { if (this.filter != null) { this.filter.adaptColumnWidth( this.table.indexOf(tableColumn), @@ -676,10 +677,10 @@ public class EntityTable { for (int i = 0; i < columns.length; i++) { final ColumnDefinition columnDefinition = table.columns.get(i); if (columnDefinition.isLocalized()) { - for (int j = 0; j < items.length; j++) { + for (final TableItem item : items) { @SuppressWarnings("unchecked") - final ROW rowData = (ROW) items[j].getData(TABLE_ROW_DATA); - setValueToCell(items[j], i, columnDefinition, columnDefinition.valueSupplier.apply(rowData)); + final ROW rowData = (ROW) item.getData(TABLE_ROW_DATA); + setValueToCell(item, i, columnDefinition, columnDefinition.valueSupplier.apply(rowData)); } } } @@ -852,8 +853,7 @@ public class EntityTable { this.multiselection.remove(modelId); } else { this.multiselection.add(modelId); - Arrays.asList(this.table.getSelection()) - .stream() + Arrays.stream(this.table.getSelection()) .forEach(i -> this.multiselection.add(getModelId(i))); } multiselectFromPage(); @@ -862,8 +862,7 @@ public class EntityTable { private void multiselectFromPage() { if (this.multiselection != null) { - Arrays.asList(this.table.getItems()) - .stream() + Arrays.stream(this.table.getItems()) .forEach(item -> { final int index = this.table.indexOf(item); if (this.multiselection.contains(getModelId(item))) { From 7f8106e3c3cfae41931dc9b05dff8d7addee0b98 Mon Sep 17 00:00:00 2001 From: anhefti Date: Wed, 13 Mar 2024 13:52:55 +0100 Subject: [PATCH 50/52] code cleanup --- .../ch/ethz/seb/sebserver/gbl/util/Utils.java | 26 ++++++++----------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/util/Utils.java b/src/main/java/ch/ethz/seb/sebserver/gbl/util/Utils.java index 3238d8a9..eb05cd3e 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/util/Utils.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/util/Utils.java @@ -86,7 +86,7 @@ public final class Utils { return Collectors.collectingAndThen( Collectors.toList(), list -> { - if (list == null || list.size() == 0) { + if (list == null || list.isEmpty()) { throw new IllegalStateException( "Expected one elements in the given list but is empty"); } @@ -179,7 +179,7 @@ public final class Utils { public static List asImmutableList(final T[] array) { return (array != null) - ? Collections.unmodifiableList(Arrays.asList(array)) + ? List.of(array) : Collections.emptyList(); } @@ -195,9 +195,9 @@ public final class Utils { } public static > Collection> createSelectionResource(final Class enumClass) { - return Collections.unmodifiableList(Arrays.stream(enumClass.getEnumConstants()) - .map(e -> new Tuple<>(e.name(), e.name())) - .collect(Collectors.toList())); + return Arrays.stream(enumClass.getEnumConstants()) + .map(e -> new Tuple<>(e.name(), e.name())). + toList(); } public static > T enumFromString( @@ -344,7 +344,7 @@ public final class Utils { return new DateTime(timestamp * 1000, DateTimeZone.UTC); } - public static final long toUnixTimeInSeconds(final DateTime time) { + public static long toUnixTimeInSeconds(final DateTime time) { return time.getMillis() / 1000; } @@ -659,7 +659,7 @@ public final class Utils { if (values == null) { return sb; } - if (sb.length() > 0) { + if (!sb.isEmpty()) { sb.append(Constants.AMPERSAND); } if (values.size() == 1) { @@ -685,7 +685,7 @@ public final class Utils { .reduce( new StringBuilder(), (sb, entry) -> { - if (sb.length() > 0) { + if (!sb.isEmpty()) { sb.append(Constants.AMPERSAND); } return sb.append(_name).append(Constants.EQUALITY_SIGN).append(entry); @@ -716,7 +716,7 @@ public final class Utils { * @param urlString the URL string * @return true if SEB Server was able to ping the address. */ public static boolean pingHost(final String urlString) { - try (Socket socket = new Socket()) { + try (final Socket socket = new Socket()) { final URL url = new URL(urlString); final int port = (url.getPort() >= 0) ? url.getPort() : 80; socket.connect(new InetSocketAddress(url.getHost(), port), (int) Constants.SECOND_IN_MILLIS * 5); @@ -789,7 +789,7 @@ public final class Utils { try { return ipToLong(InetAddress.getByName(ipV4Address)); } catch (final UnknownHostException e) { - log.error("Failed to convert IPv4 address: {}, error: ", ipV4Address, e.getMessage()); + log.error("Failed to convert IPv4 address: {}, error: {}", ipV4Address, e.getMessage()); return -1L; } } @@ -812,11 +812,7 @@ public final class Utils { } // check null and empty string - if (StringUtils.isBlank(s1) && StringUtils.isBlank(s2)) { - return true; - } - - return false; + return StringUtils.isBlank(s1) && StringUtils.isBlank(s2); } public static boolean isEqualsWithEmptyCheckTruncated(final String s1, final String s2) { From a905ed63c32e7f1240bb69bdc6ba9e0873a069a7 Mon Sep 17 00:00:00 2001 From: anhefti Date: Wed, 13 Mar 2024 15:51:54 +0100 Subject: [PATCH 51/52] SEBSERV-515 fixed delete actual multi selection on table filter change --- .../seb/sebserver/gui/table/EntityTable.java | 27 ++++++++++++++----- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/table/EntityTable.java b/src/main/java/ch/ethz/seb/sebserver/gui/table/EntityTable.java index ddcbeb9d..d2e7315b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/table/EntityTable.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/table/EntityTable.java @@ -244,6 +244,7 @@ public class EntityTable { this.pageSize, this.sortColumn, this.sortOrder); + updateFilterUserAttrs(); } public String getName() { @@ -330,8 +331,9 @@ public class EntityTable { public void applyFilter() { try { - updateFilterUserAttrs(); - this.selectPage(1); + if (updateFilterUserAttrs()) { + this.selectPage(1); + } } catch (final Exception e) { log.error("Unexpected error while trying to apply filter: ", e); @@ -812,16 +814,27 @@ public class EntityTable { } } - private void updateFilterUserAttrs() { + private boolean updateFilterUserAttrs() { if (this.filter != null) { try { - this.pageService - .getCurrentUser() - .putAttribute(this.filterAttrName, this.filter.getFilterAttributes()); + + final CurrentUser currentUser = this.pageService.getCurrentUser(); + final String newFilterAttributes = this.filter.getFilterAttributes(); + final String oldFilterAttributes = currentUser.getAttribute(this.filterAttrName); + if(Objects.equals(newFilterAttributes, oldFilterAttributes)) { + return false; + } + if (multiselection != null) { + multiselection.clear(); + } + currentUser.putAttribute(this.filterAttrName, newFilterAttributes); + return true; } catch (final Exception e) { log.error("Failed to put filter attributes to current user attributes", e); + return true; } } + return false; } private void initFilterFromUserAttrs() { @@ -865,7 +878,7 @@ public class EntityTable { Arrays.asList(this.table.getItems()) .stream() .forEach(item -> { - final int index = this.table.indexOf(item); + final int index = this.table.indexOf(item); if (this.multiselection.contains(getModelId(item))) { if (!this.table.isSelected(index)) { this.table.select(index); From dc8a21daaf57fbf451b3a752c01241d1297e3a2f Mon Sep 17 00:00:00 2001 From: anhefti Date: Wed, 13 Mar 2024 16:28:10 +0100 Subject: [PATCH 52/52] SEBSERV-511 removed also from Monitoring and form Exam Config --- .../gui/content/monitoring/MonitoringRunningExam.java | 8 ++++++-- .../examconfig/impl/CellFieldBuilderAdapter.java | 11 +++++++++++ .../examconfig/impl/ExamConfigurationServiceImpl.java | 2 +- .../service/examconfig/impl/PasswordFieldBuilder.java | 2 +- .../examconfig/impl/SelectionFieldBuilder.java | 2 +- .../gui/service/examconfig/impl/TableContext.java | 2 +- .../service/examconfig/impl/TableFieldBuilder.java | 6 +++--- .../gui/service/examconfig/impl/ViewContext.java | 9 +++++---- .../seb/sebserver/gui/service/page/PageContext.java | 2 ++ .../gui/service/page/impl/PageContextImpl.java | 5 ++++- 10 files changed, 35 insertions(+), 14 deletions(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringRunningExam.java b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringRunningExam.java index 005d9615..d1f07f1f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringRunningExam.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/content/monitoring/MonitoringRunningExam.java @@ -22,6 +22,7 @@ import java.util.function.Consumer; import java.util.function.Function; import ch.ethz.seb.sebserver.gbl.model.exam.AllowedSEBVersion; +import ch.ethz.seb.sebserver.gbl.model.user.UserFeatures; import org.apache.commons.lang3.BooleanUtils; import org.apache.commons.text.StringEscapeUtils; import org.eclipse.swt.SWT; @@ -289,11 +290,14 @@ public class MonitoringRunningExam implements TemplateComposer { exam.checkASK, exam.allowedSEBVersions)); + + final ProctoringServiceSettings proctoringSettings = new ProctoringServiceSettings(exam); - final ScreenProctoringSettings screenProctoringSettings = new ScreenProctoringSettings(exam); guiUpdates.add(createProctoringActions( proctoringSettings, - screenProctoringSettings, + currentUser.isFeatureEnabled(EXAM_SCREEN_PROCTORING) + ? new ScreenProctoringSettings(exam) + : null, currentUser.getProctoringGUIService(), pageContext, content)); diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/CellFieldBuilderAdapter.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/CellFieldBuilderAdapter.java index cdb1bcdc..2f08571b 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/CellFieldBuilderAdapter.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/CellFieldBuilderAdapter.java @@ -15,6 +15,7 @@ import java.util.HashSet; import java.util.Map; import java.util.Set; +import ch.ethz.seb.sebserver.gbl.model.user.UserFeatures; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.widgets.Composite; @@ -276,6 +277,16 @@ interface CellFieldBuilderAdapter { for (final Map.Entry> entry : this.orientationsOfExpandBar.entrySet()) { final String expandItemKey = ViewGridBuilder.getExpandItemKey(entry.getKey()); + if (expandItemKey.equals("ScreenProctoring") && + !builder.viewContext.pageService.getCurrentUser().isFeatureEnabled(UserFeatures.Feature.EXAM_SCREEN_PROCTORING)) { + continue; + } + if ((expandItemKey.equals("Zoom") || expandItemKey.equals("jitsi")) && + !builder.viewContext.pageService.getCurrentUser().isFeatureEnabled(UserFeatures.Feature.EXAM_LIVE_PROCTORING)) { + continue; + } + + final Collection value = entry.getValue(); final LocTextKey labelKey = new LocTextKey( ExamConfigurationService.GROUP_LABEL_LOC_TEXT_PREFIX + expandItemKey, diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ExamConfigurationServiceImpl.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ExamConfigurationServiceImpl.java index 5875ee93..49354460 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ExamConfigurationServiceImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ExamConfigurationServiceImpl.java @@ -199,7 +199,7 @@ public class ExamConfigurationServiceImpl implements ExamConfigurationService { this.jsonMapper, this.valueChangeRules, valueChangeCallback), - this.widgetFactory.getI18nSupport(), + pageContext.getPageService(), readonly, isTemplate); diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/PasswordFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/PasswordFieldBuilder.java index ddbc8af5..f7399f4f 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/PasswordFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/PasswordFieldBuilder.java @@ -88,7 +88,7 @@ public class PasswordFieldBuilder implements InputFieldBuilder { final LocTextKey confirmNameLocKey = new LocTextKey( SEBSERVER_FORM_CONFIRM_LABEL, - viewContext.i18nSupport.getText(attributeNameLocKey)); + viewContext.getI18nSupport().getText(attributeNameLocKey)); final PasswordInput confirmInput = new PasswordInput( innerGrid, this.widgetFactory, diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/SelectionFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/SelectionFieldBuilder.java index 39fc3283..1c89fad6 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/SelectionFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/SelectionFieldBuilder.java @@ -61,7 +61,7 @@ public abstract class SelectionFieldBuilder { final String key = prefix + value + ((toolTipResources) ? ExamConfigurationService.TOOL_TIP_SUFFIX : ""); - final String text = viewContext.i18nSupport.getText(key, ""); + final String text = viewContext.getI18nSupport().getText(key, ""); return new Tuple<>(value, (StringUtils.isBlank(text)) ? (toolTipResources) ? text diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableContext.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableContext.java index 2c54c9a2..81ab6d3a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableContext.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableContext.java @@ -67,7 +67,7 @@ public class TableContext { } public I18nSupport i18nSupport() { - return this.viewContext.i18nSupport; + return this.viewContext.getI18nSupport(); } public InputFieldBuilderSupplier getInputFieldBuilderSupplier() { diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableFieldBuilder.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableFieldBuilder.java index 4815ccac..bd124fa5 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableFieldBuilder.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/TableFieldBuilder.java @@ -97,7 +97,7 @@ public class TableFieldBuilder extends AbstractTableFieldBuilder { if (!viewContext.readonly) { TableColumn column = new TableColumn(table, SWT.NONE); column.setImage(ImageIcon.ADD_BOX_WHITE.getImage(parent.getDisplay())); - column.setToolTipText(Utils.formatLineBreaks(viewContext.i18nSupport.getText( + column.setToolTipText(Utils.formatLineBreaks(viewContext.getI18nSupport().getText( ExamConfigurationService.ATTRIBUTE_LABEL_LOC_TEXT_PREFIX + attribute.name + ADD_TOOLTIP_SUFFIX, @@ -110,7 +110,7 @@ public class TableFieldBuilder extends AbstractTableFieldBuilder { column = new TableColumn(table, SWT.NONE); column.setImage(ImageIcon.REMOVE_BOX_WHITE.getImage(parent.getDisplay())); - column.setToolTipText(Utils.formatLineBreaks(viewContext.i18nSupport.getText( + column.setToolTipText(Utils.formatLineBreaks(viewContext.getI18nSupport().getText( ExamConfigurationService.ATTRIBUTE_LABEL_LOC_TEXT_PREFIX + attribute.name + REMOVE_TOOLTIP_SUFFIX, @@ -232,7 +232,7 @@ public class TableFieldBuilder extends AbstractTableFieldBuilder { .open( ExamConfigurationService.getTablePopupTitleKey( this.attribute, - this.tableContext.getViewContext().i18nSupport), + this.tableContext.getViewContext().getI18nSupport()), (Consumer>) _rowValues -> applyFormValues( this.values, _rowValues, diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ViewContext.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ViewContext.java index a9fe8ac6..978d48f1 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ViewContext.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/examconfig/impl/ViewContext.java @@ -17,6 +17,7 @@ import java.util.Objects; import java.util.Set; import java.util.function.Function; +import ch.ethz.seb.sebserver.gui.service.page.PageService; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -46,7 +47,7 @@ public final class ViewContext { final AttributeMapping attributeMapping; final Map inputFieldMapping; final ValueChangeListener valueChangeListener; - final I18nSupport i18nSupport; + final PageService pageService; final boolean readonly; final boolean isTemplate; @@ -57,7 +58,7 @@ public final class ViewContext { final int rows, final AttributeMapping attributeContext, final ValueChangeListener valueChangeListener, - final I18nSupport i18nSupport, + final PageService pageService, final boolean readonly, final boolean isTemplate) { @@ -74,7 +75,7 @@ public final class ViewContext { this.attributeMapping = attributeContext; this.inputFieldMapping = new HashMap<>(); this.valueChangeListener = valueChangeListener; - this.i18nSupport = i18nSupport; + this.pageService = pageService; this.readonly = readonly; this.isTemplate = isTemplate; } @@ -84,7 +85,7 @@ public final class ViewContext { } public I18nSupport getI18nSupport() { - return this.i18nSupport; + return this.pageService.getI18nSupport(); } public Long getId() { diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageContext.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageContext.java index dfdbed34..1aca9da7 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageContext.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/PageContext.java @@ -63,6 +63,8 @@ public interface PageContext { LocTextKey UNEXPECTED_ERROR_KEY = new LocTextKey("sebserver.error.action.unexpected.message"); + PageService getPageService(); + /** Get the I18nSupport service * * @return the I18nSupport service */ diff --git a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageContextImpl.java b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageContextImpl.java index c69fc9b4..418dc19a 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageContextImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/gui/service/page/impl/PageContextImpl.java @@ -22,7 +22,6 @@ import java.util.stream.Collectors; import ch.ethz.seb.sebserver.gui.service.page.*; import org.apache.commons.lang3.BooleanUtils; import org.apache.commons.lang3.StringUtils; -import org.eclipse.rap.rwt.RWT; import org.eclipse.rap.rwt.widgets.DialogCallback; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.*; @@ -68,6 +67,10 @@ public class PageContextImpl implements PageContext { this.attributes = Utils.immutableMapOf(attributes); } + public PageService getPageService() { + return pageService; + } + @Override public I18nSupport getI18nSupport() { return this.i18nSupport;