From 044fdc56cec038ed3fea1c00cb39563976005b9b Mon Sep 17 00:00:00 2001 From: Marcin Procyk Date: Thu, 27 Jan 2022 10:09:19 +0100 Subject: [PATCH] chore(license): update the license (DEV-374) (#1981) * chore(license): update the license * update README * fix: license year range Co-authored-by: Ivan Subotic <400790+subotic@users.noreply.github.com> --- README.md | 4 ++-- docs/01-introduction/data-formats.md | 2 +- docs/01-introduction/example-project.md | 2 +- docs/01-introduction/index.md | 2 +- docs/01-introduction/standoff-rdf.md | 2 +- docs/01-introduction/what-is-knora.md | 2 +- docs/02-knora-ontologies/index.md | 2 +- docs/02-knora-ontologies/introduction.md | 2 +- docs/02-knora-ontologies/knora-base.md | 2 +- docs/02-knora-ontologies/salsah-gui.md | 2 +- docs/03-apis/api-admin/groups.md | 2 +- docs/03-apis/api-admin/index.md | 2 +- docs/03-apis/api-admin/introduction.md | 2 +- docs/03-apis/api-admin/lists.md | 2 +- docs/03-apis/api-admin/overview.md | 2 +- docs/03-apis/api-admin/permissions.md | 2 +- docs/03-apis/api-admin/projects.md | 2 +- docs/03-apis/api-admin/stores.md | 2 +- docs/03-apis/api-admin/users.md | 2 +- docs/03-apis/api-util/health.md | 2 +- docs/03-apis/api-util/index.md | 2 +- docs/03-apis/api-util/version.md | 2 +- docs/03-apis/api-v1/adding-resources.md | 2 +- docs/03-apis/api-v1/adding-values.md | 2 +- docs/03-apis/api-v1/authentication.md | 2 +- docs/03-apis/api-v1/changing-values.md | 2 +- docs/03-apis/api-v1/delete-resources-and-values.md | 2 +- docs/03-apis/api-v1/index.md | 2 +- docs/03-apis/api-v1/introduction.md | 2 +- .../api-v1/reading-and-searching-resources.md | 2 +- docs/03-apis/api-v1/reading-values.md | 2 +- docs/03-apis/api-v1/xml-to-standoff-mapping.md | 2 +- docs/03-apis/api-v2/authentication.md | 2 +- docs/03-apis/api-v2/editing-resources.md | 2 +- docs/03-apis/api-v2/editing-values.md | 2 +- docs/03-apis/api-v2/getting-lists.md | 2 +- docs/03-apis/api-v2/index.md | 2 +- docs/03-apis/api-v2/introduction.md | 2 +- docs/03-apis/api-v2/knora-iris.md | 2 +- docs/03-apis/api-v2/ontology-information.md | 2 +- docs/03-apis/api-v2/permalinks.md | 2 +- docs/03-apis/api-v2/query-language.md | 2 +- .../api-v2/reading-and-searching-resources.md | 2 +- docs/03-apis/api-v2/reading-user-permissions.md | 2 +- docs/03-apis/api-v2/tei-xml.md | 2 +- docs/03-apis/api-v2/xml-to-standoff-mapping.md | 2 +- docs/03-apis/feature-toggles.md | 2 +- docs/03-apis/index.md | 2 +- docs/04-publishing-deployment/configuration.md | 2 +- docs/04-publishing-deployment/getting-started.md | 2 +- docs/04-publishing-deployment/index.md | 2 +- docs/04-publishing-deployment/publishing.md | 2 +- docs/04-publishing-deployment/updates.md | 2 +- .../05-internals/design/api-admin/administration.md | 2 +- docs/05-internals/design/api-admin/index.md | 2 +- .../design/api-v1/how-to-add-a-route.md | 2 +- docs/05-internals/design/api-v1/index.md | 2 +- docs/05-internals/design/api-v1/json.md | 2 +- docs/05-internals/design/api-v2/ark.md | 2 +- docs/05-internals/design/api-v2/content-wrappers.md | 2 +- docs/05-internals/design/api-v2/gravsearch.md | 2 +- .../design/api-v2/how-to-add-a-route.md | 2 +- docs/05-internals/design/api-v2/index.md | 2 +- docs/05-internals/design/api-v2/json-ld.md | 2 +- .../design/api-v2/ontology-management.md | 2 +- docs/05-internals/design/api-v2/ontology-schemas.md | 2 +- docs/05-internals/design/api-v2/overview.md | 2 +- docs/05-internals/design/api-v2/query-design.md | 2 +- docs/05-internals/design/api-v2/sipi.md | 2 +- docs/05-internals/design/api-v2/smart-iris.md | 2 +- docs/05-internals/design/api-v2/standoff.md | 2 +- .../design/principles/authentication.md | 2 +- .../design/principles/consistency-checking.md | 2 +- .../design/principles/design-overview.md | 2 +- .../design/principles/feature-toggles.md | 2 +- .../design/principles/futures-with-akka.md | 2 +- docs/05-internals/design/principles/http-module.md | 2 +- docs/05-internals/design/principles/index.md | 2 +- docs/05-internals/design/principles/rdf-api.md | 2 +- docs/05-internals/design/principles/store-module.md | 2 +- .../design/principles/triplestore-updates.md | 2 +- .../development/building-and-running.md | 2 +- docs/05-internals/development/docker-cheat-sheet.md | 2 +- docs/05-internals/development/docker-compose.md | 2 +- .../development/generating-client-test-data.md | 2 +- docs/05-internals/development/graphdb.md | 2 +- docs/05-internals/development/index.md | 2 +- docs/05-internals/development/intellij-config.md | 2 +- docs/05-internals/development/monitoring.md | 2 +- docs/05-internals/development/overview.md | 2 +- docs/05-internals/development/profiling.md | 2 +- docs/05-internals/development/testing.md | 2 +- .../development/updating-repositories.md | 2 +- docs/07-sipi/index.md | 2 +- docs/07-sipi/setup-sipi-for-knora.md | 2 +- docs/07-sipi/sipi-and-knora.md | 2 +- docs/08-lucene/index.md | 2 +- docs/faq/index.md | 2 +- docs/index.md | 2 +- docs/src/api-admin/index.html | 2 +- docs/src/api-v1/addValueFormats.ts | 2 +- docs/src/api-v1/basicMessageComponents.ts | 2 +- docs/src/api-v1/changeValueFormats.ts | 2 +- docs/src/api-v1/createResourceFormats.ts | 2 +- docs/src/api-v1/deleteResponseFormats.ts | 2 +- docs/src/api-v1/graphDataResponseFormats.ts | 2 +- docs/src/api-v1/groupFormats.ts | 2 +- docs/src/api-v1/hierarchicalListResponseFormats.ts | 2 +- docs/src/api-v1/mappingFormats.ts | 2 +- docs/src/api-v1/permissionFormats.ts | 2 +- docs/src/api-v1/projectFormats.ts | 2 +- docs/src/api-v1/resourceResponseFormats.ts | 2 +- docs/src/api-v1/sampleRequests/sampleAddValues.ts | 2 +- .../src/api-v1/sampleRequests/sampleChangeValues.ts | 2 +- .../api-v1/sampleRequests/sampleCreateResources.ts | 2 +- .../api-v1/sampleRequests/sampleDeleteResponses.ts | 2 +- .../sampleRequests/sampleGraphDataResponse.ts | 2 +- .../api-v1/sampleRequests/sampleHierarchicalList.ts | 2 +- .../api-v1/sampleRequests/sampleLoginResponse.ts | 2 +- .../sampleRequests/sampleResourceResponses.ts | 2 +- .../api-v1/sampleRequests/sampleValueResponse.ts | 2 +- docs/src/api-v1/searchResponseFormats.ts | 2 +- docs/src/api-v1/sessionResponseFormats.ts | 2 +- docs/src/api-v1/userFormats.ts | 2 +- docs/src/api-v1/valueResponseFormats.ts | 2 +- knora-ontologies/knora-admin.ttl | 2 +- knora-ontologies/knora-base.ttl | 2 +- knora-ontologies/salsah-gui.ttl | 2 +- knora-ontologies/standoff-data.ttl | 2 +- knora-ontologies/standoff-onto.ttl | 2 +- mkdocs.yml | 2 +- sipi/config/sipi.knora-docker-config.lua | 2 +- sipi/config/sipi.knora-docker-no-auth-config.lua | 2 +- sipi/config/sipi.knora-docker-test-config.lua | 2 +- sipi/config/sipi.knora-local-config.lua | 2 +- sipi/images/0801/HOX3ZO0bmkn-DtOIUZBpvrP.xsl | 2 +- sipi/images/0801/IhH6F5GD9K7-D1hIZjjmcUq.xsl | 2 +- sipi/scripts/admin_upload.lua | 2 +- sipi/scripts/cache.lua | 2 +- sipi/scripts/clean_temp_dir.lua | 2 +- sipi/scripts/debug.lua | 2 +- sipi/scripts/delete_temp_file.lua | 2 +- sipi/scripts/exit.lua | 2 +- sipi/scripts/file_info.lua | 2 +- sipi/scripts/get_knora_session.lua | 2 +- sipi/scripts/jwt.lua | 2 +- sipi/scripts/send_response.lua | 2 +- sipi/scripts/sipi.init-knora-no-auth.lua | 2 +- sipi/scripts/sipi.init-knora-test.lua | 2 +- sipi/scripts/sipi.init-knora.lua | 2 +- sipi/scripts/store.lua | 2 +- sipi/scripts/test1.lua | 2 +- sipi/scripts/test2.lua | 2 +- sipi/scripts/test_file_info.lua | 2 +- sipi/scripts/test_functions.lua | 2 +- sipi/scripts/test_knora_session_cookie.lua | 2 +- sipi/scripts/upload.lua | 2 +- sipi/scripts/util.lua | 2 +- test_data/test_route/texts/beol/standoffToTEI.xsl | 2 +- webapi/src/main/resources/knoraXmlImport.xsd | 2 +- webapi/src/main/resources/mappingXMLToStandoff.xsd | 2 +- webapi/src/main/resources/standoffToTEI.xsl | 2 +- .../main/scala/org/knora/webapi/LanguageCodes.scala | 2 +- .../scala/org/knora/webapi/OntologySchema.scala | 2 +- .../main/scala/org/knora/webapi/RdfMediaTypes.scala | 2 +- .../org/knora/webapi/annotation/ApiMayChange.scala | 2 +- .../org/knora/webapi/annotation/ProjectUnique.scala | 2 +- .../org/knora/webapi/annotation/ServerUnique.scala | 2 +- .../org/knora/webapi/app/ApplicationActor.scala | 2 +- .../main/scala/org/knora/webapi/app/LiveCore.scala | 2 +- .../src/main/scala/org/knora/webapi/app/Main.scala | 2 +- .../contributors/GenerateContributorsFile.scala | 2 +- .../scala/org/knora/webapi/core/ActorMaker.scala | 2 +- .../src/main/scala/org/knora/webapi/core/Core.scala | 2 +- .../org/knora/webapi/core/LiveActorMaker.scala | 2 +- .../org/knora/webapi/exceptions/Exceptions.scala | 2 +- .../scala/org/knora/webapi/exceptions/package.scala | 2 +- .../org/knora/webapi/feature/FeatureFactory.scala | 2 +- .../webapi/http/directives/DSPApiDirectives.scala | 2 +- .../webapi/http/handler/KnoraExceptionHandler.scala | 2 +- .../webapi/http/status/ApiStatusCodesADM.scala | 2 +- .../knora/webapi/http/status/ApiStatusCodesV1.scala | 2 +- .../knora/webapi/http/status/ApiStatusCodesV2.scala | 2 +- .../knora/webapi/http/version/ServerVersion.scala | 2 +- .../version/versioninfo/VersionInfoTemplate.scala | 2 +- .../instrumentation/InstrumentationSupport.scala | 2 +- .../knora/webapi/messages/OntologyConstants.scala | 2 +- .../org/knora/webapi/messages/StringFormatter.scala | 2 +- .../messages/admin/responder/KnoraRequestADM.scala | 2 +- .../messages/admin/responder/KnoraResponseADM.scala | 2 +- .../groupsmessages/GroupsErrorMessagesADM.scala | 2 +- .../groupsmessages/GroupsMessagesADM.scala | 2 +- .../groupsmessages/GroupsPayloadsADM.scala | 2 +- .../listsmessages/ListsErrorMessagesADM.scala | 2 +- .../responder/listsmessages/ListsMessagesADM.scala | 2 +- .../responder/listsmessages/ListsPayloadsADM.scala | 2 +- .../PermissionsMessagesADM.scala | 2 +- .../PermissionsMessagesUtilADM.scala | 2 +- .../projectsmessages/ProjectsErrorMessagesADM.scala | 2 +- .../projectsmessages/ProjectsMessagesADM.scala | 2 +- .../projectsmessages/ProjectsPayloadsADM.scala | 2 +- .../responder/sipimessages/SipiMessagesADM.scala | 2 +- .../storesmessages/StoresMessagesADM.scala | 2 +- .../usersmessages/UsersErrorMessagesADM.scala | 2 +- .../responder/usersmessages/UsersMessagesADM.scala | 13 ++----------- .../responder/usersmessages/UsersPayloadsADM.scala | 2 +- .../valueObjects/GroupsValueObjectsADM.scala | 2 +- .../valueObjects/ListsValueObjectsADM.scala | 2 +- .../valueObjects/ProjectsValueObjectsADM.scala | 2 +- .../valueObjects/UsersValueObjectsADM.scala | 2 +- .../app/appmessages/ApplicationMessages.scala | 2 +- .../knora/webapi/messages/store/StoreRequest.scala | 2 +- .../cacheservicemessages/CacheServiceMessages.scala | 2 +- .../messages/store/sipimessages/SipiMessages.scala | 2 +- .../store/triplestoremessages/FusekiAPI.scala | 2 +- .../store/triplestoremessages/GraphDBAPI.scala | 2 +- .../triplestoremessages/TriplestoreMessages.scala | 2 +- .../org/knora/webapi/messages/traits/Jsonable.scala | 2 +- .../webapi/messages/traits/RequestWithSender.scala | 2 +- .../knora/webapi/messages/twirl/Contributor.scala | 2 +- .../org/knora/webapi/messages/twirl/Mapping.scala | 2 +- .../webapi/messages/twirl/ResourceHtmlView.scala | 2 +- .../webapi/messages/twirl/SearchCriterion.scala | 2 +- .../messages/twirl/SparqlTemplateLinkUpdate.scala | 2 +- .../twirl/SparqlTemplateResourceToCreate.scala | 2 +- .../webapi/messages/util/CalendarDateUtilV2.scala | 2 +- .../messages/util/ConstructResponseUtilV2.scala | 2 +- .../org/knora/webapi/messages/util/DateUtilV1.scala | 2 +- .../webapi/messages/util/ErrorHandlingMap.scala | 2 +- .../webapi/messages/util/FakeTriplestore.scala | 2 +- .../webapi/messages/util/KnoraSystemInstances.scala | 2 +- .../knora/webapi/messages/util/MessageUtil.scala | 2 +- .../knora/webapi/messages/util/OntologyUtil.scala | 2 +- .../webapi/messages/util/PermissionUtilADM.scala | 2 +- .../knora/webapi/messages/util/ResponderData.scala | 2 +- .../knora/webapi/messages/util/UserUtilADM.scala | 2 +- .../knora/webapi/messages/util/ValueUtilV1.scala | 2 +- .../messages/util/rdf/AbstractShaclValidator.scala | 2 +- .../knora/webapi/messages/util/rdf/JsonLDUtil.scala | 2 +- .../messages/util/rdf/RdfFeatureFactory.scala | 2 +- .../webapi/messages/util/rdf/RdfFormatUtil.scala | 2 +- .../knora/webapi/messages/util/rdf/RdfModel.scala | 2 +- .../webapi/messages/util/rdf/ShaclValidator.scala | 2 +- .../messages/util/rdf/SparqlSelectResult.scala | 2 +- .../messages/util/rdf/jenaimpl/JenaFormatUtil.scala | 2 +- .../messages/util/rdf/jenaimpl/JenaModel.scala | 2 +- .../util/rdf/jenaimpl/JenaShaclValidator.scala | 2 +- .../util/rdf/rdf4jimpl/RDF4JFormatUtil.scala | 2 +- .../messages/util/rdf/rdf4jimpl/RDF4JModel.scala | 2 +- .../util/rdf/rdf4jimpl/RDF4JShaclValidator.scala | 2 +- .../util/search/FullTextMainQueryGenerator.scala | 2 +- .../util/search/MainQueryResultProcessor.scala | 2 +- .../messages/util/search/QueryTraverser.scala | 2 +- .../webapi/messages/util/search/SparqlQuery.scala | 2 +- .../messages/util/search/SparqlTransformer.scala | 2 +- .../util/search/gravsearch/GravsearchParser.scala | 2 +- .../search/gravsearch/GravsearchQueryChecker.scala | 2 +- .../mainquery/GravsearchMainQueryGenerator.scala | 2 +- .../prequery/AbstractPrequeryGenerator.scala | 2 +- .../GravsearchQueryOptimisationFactory.scala | 2 +- ...ecificGravsearchToCountPrequeryTransformer.scala | 2 +- ...oreSpecificGravsearchToPrequeryTransformer.scala | 2 +- .../gravsearch/prequery/TopologicalSortUtil.scala | 2 +- .../AnnotationReadingGravsearchTypeInspector.scala | 2 +- .../types/GravsearchTypeInspectionResult.scala | 2 +- .../types/GravsearchTypeInspectionRunner.scala | 2 +- .../types/GravsearchTypeInspectionUtil.scala | 2 +- .../gravsearch/types/GravsearchTypeInspector.scala | 2 +- .../types/InferringGravsearchTypeInspector.scala | 2 +- .../types/IntermediateTypeInspectionResult.scala | 2 +- .../messages/util/standoff/StandoffTagUtilV2.scala | 2 +- .../messages/util/standoff/XMLToStandoffUtil.scala | 2 +- .../webapi/messages/util/standoff/XMLUtil.scala | 2 +- .../messages/v1/responder/KnoraRequestV1.scala | 2 +- .../messages/v1/responder/KnoraResponseV1.scala | 2 +- .../v1/responder/ckanmessages/CkanMessagesV1.scala | 2 +- .../v1/responder/listmessages/ListMessagesV1.scala | 2 +- .../ontologymessages/OntologyMessagesV1.scala | 2 +- .../projectmessages/ProjectMessagesV1.scala | 2 +- .../resourcemessages/ResourceMessagesV1.scala | 2 +- .../responder/searchmessages/SearchMessagesV1.scala | 2 +- .../standoffmessages/StandoffMessagesV1.scala | 2 +- .../v1/responder/usermessages/UserMessagesV1.scala | 2 +- .../responder/valuemessages/ValueMessagesV1.scala | 2 +- .../AuthenticationMessagesV1.scala | 2 +- .../messages/v2/responder/KnoraRequestV2.scala | 2 +- .../messages/v2/responder/KnoraResponseV2.scala | 2 +- .../responder/listsmessages/ListsMessagesV2.scala | 2 +- ...KnoraBaseToApiV2ComplexTransformationRules.scala | 2 +- .../KnoraBaseToApiV2SimpleTransformationRules.scala | 2 +- .../ontologymessages/OntologyMessagesV2.scala | 2 +- .../OntologyTransformationRules.scala | 2 +- .../resourcemessages/ResourceMessagesV2.scala | 2 +- .../responder/searchmessages/SearchMessagesV2.scala | 2 +- .../standoffmessages/StandoffMessagesV2.scala | 2 +- .../responder/valuemessages/ValueMessagesV2.scala | 2 +- .../AuthenticationMessagesV2.scala | 2 +- .../src/main/scala/org/knora/webapi/package.scala | 2 +- .../org/knora/webapi/responders/IriLocker.scala | 2 +- .../org/knora/webapi/responders/Responder.scala | 2 +- .../knora/webapi/responders/ResponderManager.scala | 2 +- .../responders/admin/GroupsResponderADM.scala | 2 +- .../webapi/responders/admin/ListsResponderADM.scala | 2 +- .../responders/admin/PermissionsResponderADM.scala | 2 +- .../responders/admin/ProjectsResponderADM.scala | 2 +- .../webapi/responders/admin/SipiResponderADM.scala | 2 +- .../responders/admin/StoresResponderADM.scala | 2 +- .../webapi/responders/admin/UsersResponderADM.scala | 2 +- .../webapi/responders/v1/CkanResponderV1.scala | 2 +- .../webapi/responders/v1/ListsResponderV1.scala | 2 +- .../webapi/responders/v1/OntologyResponderV1.scala | 2 +- .../webapi/responders/v1/ProjectsResponderV1.scala | 2 +- .../webapi/responders/v1/ResourcesResponderV1.scala | 2 +- .../webapi/responders/v1/SearchResponderV1.scala | 2 +- .../webapi/responders/v1/StandoffResponderV1.scala | 2 +- .../webapi/responders/v1/UsersResponderV1.scala | 2 +- .../webapi/responders/v1/ValuesResponderV1.scala | 2 +- .../webapi/responders/v2/ListsResponderV2.scala | 2 +- .../webapi/responders/v2/OntologyResponderV2.scala | 2 +- .../knora/webapi/responders/v2/ResourceUtilV2.scala | 2 +- .../webapi/responders/v2/ResourcesResponderV2.scala | 2 +- .../responders/v2/ResponderWithStandoffV2.scala | 2 +- .../webapi/responders/v2/SearchResponderV2.scala | 2 +- .../webapi/responders/v2/StandoffResponderV2.scala | 2 +- .../webapi/responders/v2/ValuesResponderV2.scala | 2 +- .../knora/webapi/responders/v2/ontology/Cache.scala | 2 +- .../responders/v2/ontology/Cardinalities.scala | 2 +- .../responders/v2/ontology/OntologyHelpers.scala | 2 +- .../org/knora/webapi/routing/AroundDirectives.scala | 2 +- .../org/knora/webapi/routing/Authenticator.scala | 2 +- .../org/knora/webapi/routing/HealthRoute.scala | 2 +- .../scala/org/knora/webapi/routing/KnoraRoute.scala | 2 +- .../org/knora/webapi/routing/RejectingRoute.scala | 2 +- .../org/knora/webapi/routing/RouteUtilADM.scala | 2 +- .../org/knora/webapi/routing/RouteUtilV1.scala | 2 +- .../org/knora/webapi/routing/RouteUtilV2.scala | 2 +- .../knora/webapi/routing/SwaggerApiDocsRoute.scala | 2 +- .../org/knora/webapi/routing/VersionRoute.scala | 2 +- .../knora/webapi/routing/admin/GroupsRouteADM.scala | 2 +- .../knora/webapi/routing/admin/ListsRouteADM.scala | 2 +- .../webapi/routing/admin/PermissionsRouteADM.scala | 2 +- .../webapi/routing/admin/ProjectsRouteADM.scala | 2 +- .../knora/webapi/routing/admin/SipiRouteADM.scala | 2 +- .../knora/webapi/routing/admin/StoreRouteADM.scala | 2 +- .../knora/webapi/routing/admin/UsersRouteADM.scala | 2 +- .../admin/lists/DeleteListItemsRouteADM.scala | 2 +- .../admin/lists/OldListsRouteADMFeature.scala | 2 +- .../admin/lists/UpdateListItemsRouteADM.scala | 2 +- .../permissions/CreatePermissionRouteADM.scala | 2 +- .../permissions/DeletePermissionRouteADM.scala | 2 +- .../admin/permissions/GetPermissionsRouteADM.scala | 2 +- .../permissions/UpdatePermissionRouteADM.scala | 2 +- .../org/knora/webapi/routing/v1/AssetsRouteV1.scala | 2 +- .../webapi/routing/v1/AuthenticationRouteV1.scala | 2 +- .../org/knora/webapi/routing/v1/CkanRouteV1.scala | 2 +- .../org/knora/webapi/routing/v1/ListsRouteV1.scala | 2 +- .../knora/webapi/routing/v1/ProjectsRouteV1.scala | 2 +- .../webapi/routing/v1/ResourceTypesRouteV1.scala | 2 +- .../knora/webapi/routing/v1/ResourcesRouteV1.scala | 2 +- .../org/knora/webapi/routing/v1/SearchRouteV1.scala | 2 +- .../knora/webapi/routing/v1/StandoffRouteV1.scala | 2 +- .../org/knora/webapi/routing/v1/UsersRouteV1.scala | 2 +- .../org/knora/webapi/routing/v1/ValuesRouteV1.scala | 2 +- .../webapi/routing/v2/AuthenticationRouteV2.scala | 2 +- .../org/knora/webapi/routing/v2/ListsRouteV2.scala | 2 +- .../knora/webapi/routing/v2/OntologiesRouteV2.scala | 2 +- .../knora/webapi/routing/v2/ResourcesRouteV2.scala | 2 +- .../org/knora/webapi/routing/v2/SearchRouteV2.scala | 2 +- .../knora/webapi/routing/v2/StandoffRouteV2.scala | 2 +- .../org/knora/webapi/routing/v2/ValuesRouteV2.scala | 2 +- .../org/knora/webapi/settings/KnoraSettings.scala | 2 +- .../webapi/settings/KnoraSettingsConstants.scala | 2 +- .../scala/org/knora/webapi/settings/package.scala | 2 +- .../scala/org/knora/webapi/store/StoreManager.scala | 2 +- .../webapi/store/cacheservice/CacheService.scala | 2 +- .../store/cacheservice/CacheServiceExceptions.scala | 2 +- .../store/cacheservice/CacheServiceManager.scala | 2 +- .../cacheservice/inmem/CacheServiceInMemImpl.scala | 2 +- .../cacheservice/redis/CacheServiceRedisImpl.scala | 2 +- .../serialization/CacheSerialization.scala | 2 +- .../settings/CacheServiceSettings.scala | 2 +- .../org/knora/webapi/store/iiif/IIIFManager.scala | 2 +- .../org/knora/webapi/store/iiif/SipiConnector.scala | 2 +- .../store/triplestore/RdfDataObjectFactory.scala | 2 +- .../store/triplestore/TriplestoreManager.scala | 2 +- .../store/triplestore/embedded/JenaTDBActor.scala | 2 +- .../triplestore/http/HttpTriplestoreConnector.scala | 2 +- .../triplestore/upgrade/plugins/NoopPlugin.scala | 2 +- .../upgrade/plugins/UpgradePluginPR1307.scala | 2 +- .../upgrade/plugins/UpgradePluginPR1322.scala | 2 +- .../upgrade/plugins/UpgradePluginPR1367.scala | 2 +- .../upgrade/plugins/UpgradePluginPR1372.scala | 2 +- .../upgrade/plugins/UpgradePluginPR1615.scala | 2 +- .../upgrade/plugins/UpgradePluginPR1746.scala | 2 +- .../upgrade/plugins/UpgradePluginPR1921.scala | 2 +- .../scala/org/knora/webapi/util/ActorUtil.scala | 2 +- .../org/knora/webapi/util/ApacheLuceneSupport.scala | 2 +- .../org/knora/webapi/util/Base64UrlCheckDigit.scala | 2 +- .../main/scala/org/knora/webapi/util/FileUtil.scala | 2 +- .../main/scala/org/knora/webapi/util/JavaUtil.scala | 2 +- .../main/scala/org/knora/webapi/util/SipiUtil.scala | 2 +- .../org/knora/webapi/util/cache/CacheUtil.scala | 2 +- .../gravsearch/getIncomingImageLinks.scala.txt | 2 +- .../getResourceWithSpecifiedProperties.scala.txt | 2 +- .../queries/sparql/admin/canDeleteList.scala.txt | 2 +- .../queries/sparql/admin/changeParentNode.scala.txt | 2 +- .../sparql/admin/checkGroupExistsByIri.scala.txt | 2 +- .../sparql/admin/checkGroupExistsByName.scala.txt | 2 +- .../queries/sparql/admin/checkIriExists.scala.txt | 2 +- .../sparql/admin/checkListNodeExistsByIri.scala.txt | 2 +- .../admin/checkListNodeExistsByName.scala.txt | 2 +- .../checkListNodeNameIsProjectUnique.scala.txt | 2 +- .../admin/checkListRootNodeExistsByIri.scala.txt | 2 +- .../sparql/admin/checkProjectExistsByIri.scala.txt | 2 +- .../admin/checkProjectExistsByShortcode.scala.txt | 2 +- .../admin/checkProjectExistsByShortname.scala.txt | 2 +- .../queries/sparql/admin/checkUserExists.scala.txt | 2 +- .../sparql/admin/checkUserExistsByEmail.scala.txt | 2 +- .../admin/checkUserExistsByUsername.scala.txt | 2 +- .../createNewAdministrativePermission.scala.txt | 2 +- ...createNewDefaultObjectAccessPermission.scala.txt | 2 +- .../queries/sparql/admin/createNewGroup.scala.txt | 2 +- .../sparql/admin/createNewListNode.scala.txt | 2 +- .../queries/sparql/admin/createNewProject.scala.txt | 2 +- .../queries/sparql/admin/createNewUser.scala.txt | 2 +- .../twirl/queries/sparql/admin/deleteNode.scala.txt | 2 +- .../queries/sparql/admin/deletePermission.scala.txt | 2 +- .../queries/sparql/admin/getFileValue.scala.txt | 2 +- .../sparql/admin/getFileValueGraphDB.scala.txt | 2 +- .../sparql/admin/getFileValueStandard.scala.txt | 2 +- .../twirl/queries/sparql/admin/getGroups.scala.txt | 2 +- .../queries/sparql/admin/getListNode.scala.txt | 2 +- .../sparql/admin/getListNodeWithChildren.scala.txt | 2 +- .../twirl/queries/sparql/admin/getLists.scala.txt | 2 +- .../queries/sparql/admin/getNodePath.scala.txt | 2 +- .../queries/sparql/admin/getParentNode.scala.txt | 2 +- .../sparql/admin/getPermissionByIRI.scala.txt | 2 +- .../sparql/admin/getProjectAdminData.scala.txt | 2 +- .../sparql/admin/getProjectAdminMembers.scala.txt | 2 +- .../sparql/admin/getProjectMembers.scala.txt | 2 +- .../sparql/admin/getProjectOfEntity.scala.txt | 2 +- .../sparql/admin/getProjectPermissions.scala.txt | 2 +- .../queries/sparql/admin/getProjects.scala.txt | 2 +- .../twirl/queries/sparql/admin/getUsers.scala.txt | 2 +- .../queries/sparql/admin/isEntityUsed.scala.txt | 2 +- .../twirl/queries/sparql/admin/isNodeUsed.scala.txt | 2 +- .../queries/sparql/admin/updateGroup.scala.txt | 2 +- .../queries/sparql/admin/updateListInfo.scala.txt | 2 +- .../sparql/admin/updateNodePosition.scala.txt | 2 +- .../queries/sparql/admin/updatePermission.scala.txt | 2 +- .../queries/sparql/admin/updateProject.scala.txt | 2 +- .../twirl/queries/sparql/admin/updateUser.scala.txt | 2 +- .../sparql/admin/updateUserPassword.scala.txt | 2 +- .../queries/sparql/v1/addValueVersion.scala.txt | 2 +- .../twirl/queries/sparql/v1/changeComment.scala.txt | 2 +- .../twirl/queries/sparql/v1/changeLink.scala.txt | 2 +- .../queries/sparql/v1/changeResourceLabel.scala.txt | 2 +- .../sparql/v1/checkResourceDeletion.scala.txt | 2 +- .../sparql/v1/checkResourceLabelChange.scala.txt | 2 +- .../queries/sparql/v1/checkUserExists.scala.txt | 2 +- .../queries/sparql/v1/checkValueDeletion.scala.txt | 2 +- .../twirl/queries/sparql/v1/ckanDokubib.scala.txt | 2 +- .../queries/sparql/v1/ckanIncunabula.scala.txt | 2 +- .../twirl/queries/sparql/v1/createLink.scala.txt | 2 +- .../queries/sparql/v1/createNewResources.scala.txt | 2 +- .../twirl/queries/sparql/v1/createValue.scala.txt | 2 +- .../twirl/queries/sparql/v1/deleteLink.scala.txt | 2 +- .../queries/sparql/v1/deleteResource.scala.txt | 2 +- .../twirl/queries/sparql/v1/deleteValue.scala.txt | 2 +- .../queries/sparql/v1/findLinkValueByIri.scala.txt | 2 +- .../sparql/v1/findLinkValueByObject.scala.txt | 2 +- .../sparql/v1/findResourceWithValue.scala.txt | 2 +- .../queries/sparql/v1/findValueInVersions.scala.txt | 2 +- .../generateInsertStatementsForCreateLink.scala.txt | 2 +- ...generateInsertStatementsForCreateValue.scala.txt | 2 +- ...nerateInsertStatementsForStandoffLinks.scala.txt | 2 +- .../generateWhereStatementsForCreateLink.scala.txt | 2 +- .../generateWhereStatementsForCreateValue.scala.txt | 2 +- .../generateWhereStatementsForGetMapping.scala.txt | 2 +- .../v1/getAdministrativePermissionByIri.scala.txt | 2 +- ...nistrativePermissionForProjectAndGroup.scala.txt | 2 +- ...getAdministrativePermissionsForProject.scala.txt | 2 +- .../twirl/queries/sparql/v1/getContext.scala.txt | 2 +- .../queries/sparql/v1/getContextGraphDB.scala.txt | 2 +- .../queries/sparql/v1/getContextStandard.scala.txt | 2 +- .../queries/sparql/v1/getCreatedResource.scala.txt | 2 +- .../v1/getDefaultObjectAccessPermission.scala.txt | 2 +- .../getDefaultObjectAccessPermissionByIri.scala.txt | 2 +- ...faultObjectAccessPermissionsForProject.scala.txt | 2 +- .../sparql/v1/getFileValuesForResource.scala.txt | 2 +- .../twirl/queries/sparql/v1/getGraphData.scala.txt | 2 +- .../queries/sparql/v1/getGraphDataGraphDB.scala.txt | 2 +- .../sparql/v1/getGraphDataStandard.scala.txt | 2 +- .../twirl/queries/sparql/v1/getGroupByIri.scala.txt | 2 +- .../queries/sparql/v1/getGroupByName.scala.txt | 2 +- .../sparql/v1/getGroupMembersByIri.scala.txt | 2 +- .../sparql/v1/getGroupMembersByName.scala.txt | 2 +- .../twirl/queries/sparql/v1/getGroups.scala.txt | 2 +- .../sparql/v1/getIncomingReferences.scala.txt | 2 +- .../v1/getIncomingReferencesGraphDB.scala.txt | 2 +- .../v1/getIncomingReferencesStandard.scala.txt | 2 +- .../sparql/v1/getLastModificationDate.scala.txt | 2 +- .../v1/getLinkSourceAndTargetPermissions.scala.txt | 2 +- .../twirl/queries/sparql/v1/getList.scala.txt | 2 +- .../twirl/queries/sparql/v1/getNodePath.scala.txt | 2 +- .../sparql/v1/getObjectAccessPermission.scala.txt | 2 +- .../sparql/v1/getProjectAdminMembersByIri.scala.txt | 2 +- .../v1/getProjectAdminMembersByShortname.scala.txt | 2 +- .../queries/sparql/v1/getProjectByIri.scala.txt | 2 +- .../sparql/v1/getProjectByShortcode.scala.txt | 2 +- .../sparql/v1/getProjectByShortname.scala.txt | 2 +- .../sparql/v1/getProjectMembersByIri.scala.txt | 2 +- .../v1/getProjectMembersByShortname.scala.txt | 2 +- .../twirl/queries/sparql/v1/getProjects.scala.txt | 2 +- .../twirl/queries/sparql/v1/getRegions.scala.txt | 2 +- .../queries/sparql/v1/getRegionsGraphDB.scala.txt | 2 +- .../queries/sparql/v1/getRegionsStandard.scala.txt | 2 +- .../queries/sparql/v1/getResourceClass.scala.txt | 2 +- .../queries/sparql/v1/getResourceInfo.scala.txt | 2 +- .../sparql/v1/getResourceInfoGraphDB.scala.txt | 2 +- .../sparql/v1/getResourceInfoStandard.scala.txt | 2 +- .../v1/getResourcePropertiesAndValues.scala.txt | 2 +- .../getResourcePropertiesAndValuesGraphDB.scala.txt | 2 +- ...getResourcePropertiesAndValuesStandard.scala.txt | 2 +- .../sparql/v1/getResourceSearchResult.scala.txt | 2 +- .../v1/getResourceSearchResultGraphDB.scala.txt | 2 +- .../v1/getResourceSearchResultStandard.scala.txt | 2 +- .../v1/getResourceTypesForNamedGraph.scala.txt | 2 +- .../v1/getResourcesByProjectAndType.scala.txt | 2 +- .../queries/sparql/v1/getUserByEmail.scala.txt | 2 +- .../twirl/queries/sparql/v1/getUserByIri.scala.txt | 2 +- .../twirl/queries/sparql/v1/getUsers.scala.txt | 2 +- .../twirl/queries/sparql/v1/getValue.scala.txt | 2 +- .../queries/sparql/v1/getValueGraphDB.scala.txt | 2 +- .../queries/sparql/v1/getValueStandard.scala.txt | 2 +- .../queries/sparql/v1/getVersionHistory.scala.txt | 2 +- .../sparql/v1/getVersionHistoryGraphDB.scala.txt | 2 +- .../sparql/v1/getVersionHistoryStandard.scala.txt | 2 +- .../twirl/queries/sparql/v1/isPartOf.scala.txt | 2 +- .../queries/sparql/v1/isPartOfGraphDB.scala.txt | 2 +- .../queries/sparql/v1/isPartOfStandard.scala.txt | 2 +- .../queries/sparql/v1/searchExtended.scala.txt | 2 +- .../sparql/v1/searchExtendedGraphDB.scala.txt | 2 +- .../sparql/v1/searchExtendedStandard.scala.txt | 2 +- .../queries/sparql/v1/searchFulltext.scala.txt | 2 +- .../sparql/v1/searchFulltextGraphDB.scala.txt | 2 +- .../sparql/v1/searchFulltextStandard.scala.txt | 2 +- .../sparql/v2/addCardinalitiesToClass.scala.txt | 2 +- .../queries/sparql/v2/addValueVersion.scala.txt | 2 +- .../sparql/v2/changeClassLabelsOrComments.scala.txt | 2 +- .../queries/sparql/v2/changeLinkMetadata.scala.txt | 2 +- .../queries/sparql/v2/changeLinkTarget.scala.txt | 2 +- .../sparql/v2/changeOntologyMetadata.scala.txt | 2 +- .../sparql/v2/changePropertyGuiElement.scala.txt | 2 +- .../v2/changePropertyLabelsOrComments.scala.txt | 2 +- .../sparql/v2/changeResourceMetadata.scala.txt | 2 +- .../sparql/v2/changeValuePermissions.scala.txt | 2 +- .../sparql/v2/checkResourceDeletion.scala.txt | 2 +- .../queries/sparql/v2/checkValueDeletion.scala.txt | 2 +- .../twirl/queries/sparql/v2/createClass.scala.txt | 2 +- .../twirl/queries/sparql/v2/createLink.scala.txt | 2 +- .../queries/sparql/v2/createNewMapping.scala.txt | 2 +- .../queries/sparql/v2/createNewResources.scala.txt | 2 +- .../queries/sparql/v2/createOntology.scala.txt | 2 +- .../queries/sparql/v2/createProperty.scala.txt | 2 +- .../twirl/queries/sparql/v2/createValue.scala.txt | 2 +- .../twirl/queries/sparql/v2/deleteClass.scala.txt | 2 +- .../twirl/queries/sparql/v2/deleteLink.scala.txt | 2 +- .../queries/sparql/v2/deleteOntology.scala.txt | 2 +- .../queries/sparql/v2/deleteProperty.scala.txt | 2 +- .../queries/sparql/v2/deleteResource.scala.txt | 2 +- .../twirl/queries/sparql/v2/deleteValue.scala.txt | 2 +- .../twirl/queries/sparql/v2/eraseResource.scala.txt | 2 +- .../sparql/v2/eraseResourceGraphDB.scala.txt | 2 +- .../sparql/v2/eraseResourceStandard.scala.txt | 2 +- .../generateInsertStatementsForCreateLink.scala.txt | 2 +- ...erateInsertStatementsForCreateProperty.scala.txt | 2 +- ...generateInsertStatementsForCreateValue.scala.txt | 2 +- .../generateInsertStatementsForPredicates.scala.txt | 2 +- ...nerateInsertStatementsForStandoffLinks.scala.txt | 2 +- ...enerateInsertStatementsForValueContent.scala.txt | 2 +- .../generateWhereStatementsForCreateLink.scala.txt | 2 +- .../generateWhereStatementsForCreateValue.scala.txt | 2 +- .../sparql/v2/getAllOntologyMetadata.scala.txt | 2 +- .../v2/getAllResourcesInProjectPrequery.scala.txt | 2 +- ...etAllResourcesInProjectPrequeryGraphDB.scala.txt | 2 +- ...tAllResourcesInProjectPrequeryStandard.scala.txt | 2 +- .../queries/sparql/v2/getClassDefinition.scala.txt | 2 +- .../twirl/queries/sparql/v2/getDeleteDate.scala.txt | 2 +- .../twirl/queries/sparql/v2/getGraphData.scala.txt | 2 +- .../queries/sparql/v2/getGraphDataGraphDB.scala.txt | 2 +- .../sparql/v2/getGraphDataStandard.scala.txt | 2 +- .../twirl/queries/sparql/v2/getMapping.scala.txt | 2 +- .../queries/sparql/v2/getOntologyGraph.scala.txt | 2 +- .../queries/sparql/v2/getOntologyInfo.scala.txt | 2 +- .../sparql/v2/getPropertyDefinition.scala.txt | 2 +- .../v2/getResourcePropertiesAndValues.scala.txt | 2 +- .../getResourcePropertiesAndValuesGraphDB.scala.txt | 2 +- ...getResourcePropertiesAndValuesStandard.scala.txt | 2 +- .../v2/getResourceValueVersionHistory.scala.txt | 2 +- .../getResourceValueVersionHistoryGraphDB.scala.txt | 2 +- ...getResourceValueVersionHistoryStandard.scala.txt | 2 +- .../getResourcesByClassInProjectPrequery.scala.txt | 2 +- ...sourcesByClassInProjectPrequeryGraphDB.scala.txt | 2 +- ...ourcesByClassInProjectPrequeryStandard.scala.txt | 2 +- .../sparql/v2/getStandoffTagByUUID.scala.txt | 2 +- .../queries/sparql/v2/isClassUsedInData.scala.txt | 2 +- .../twirl/queries/sparql/v2/isEntityUsed.scala.txt | 2 +- .../queries/sparql/v2/isOntologyUsed.scala.txt | 2 +- .../sparql/v2/replaceClassCardinalities.scala.txt | 2 +- .../queries/sparql/v2/searchFulltext.scala.txt | 2 +- .../sparql/v2/searchFulltextGraphDB.scala.txt | 2 +- .../sparql/v2/searchFulltextStandard.scala.txt | 2 +- .../sparql/v2/searchResourceByLabel.scala.txt | 2 +- .../v2/searchResourceByLabelGraphDB.scala.txt | 2 +- .../v2/searchResourceByLabelStandard.scala.txt | 2 +- ...chResourceByLabelSubQuerySelectGraphDB.scala.txt | 2 +- ...hResourceByLabelSubQuerySelectStandard.scala.txt | 2 +- .../util/generateContributorsMarkdown.scala.txt | 2 +- .../twirl/views/resource/properties.scala.html | 2 +- .../messages/twirl/xsd/v1/xmlImport.scala.xml | 4 ++-- .../queries/sparql/v2/isPropertyUsed.scala.txt | 2 +- webapi/src/test/resources/logback-test.xml | 2 +- .../test/scala/org/knora/webapi/AsyncCoreSpec.scala | 2 +- .../src/test/scala/org/knora/webapi/CoreSpec.scala | 2 +- .../test/scala/org/knora/webapi/E2ESimSpec.scala | 2 +- .../src/test/scala/org/knora/webapi/E2ESpec.scala | 2 +- .../scala/org/knora/webapi/ITKnoraFakeSpec.scala | 2 +- .../scala/org/knora/webapi/ITKnoraLiveSpec.scala | 2 +- .../scala/org/knora/webapi/IntegrationSpec.scala | 2 +- .../test/scala/org/knora/webapi/KnoraFakeCore.scala | 2 +- .../org/knora/webapi/ManagersWithMockedSipi.scala | 2 +- .../src/test/scala/org/knora/webapi/R2RSpec.scala | 2 +- .../org/knora/webapi/TestContainerFuseki.scala | 2 +- .../scala/org/knora/webapi/TestContainerRedis.scala | 2 +- .../scala/org/knora/webapi/TestContainersAll.scala | 2 +- .../scala/org/knora/webapi/TestProbeMaker.scala | 2 +- .../src/test/scala/org/knora/webapi/UnitSpec.scala | 2 +- .../org/knora/webapi/e2e/CORSSupportE2ESpec.scala | 2 +- .../knora/webapi/e2e/ClientTestDataCollector.scala | 2 +- .../org/knora/webapi/e2e/ExampleE2ESimSpec.scala | 2 +- .../knora/webapi/e2e/ExceptionHandlerR2RSpec.scala | 2 +- .../org/knora/webapi/e2e/FeatureToggleR2RSpec.scala | 2 +- .../org/knora/webapi/e2e/HealthRouteE2ESpec.scala | 2 +- .../org/knora/webapi/e2e/InstanceChecker.scala | 2 +- .../org/knora/webapi/e2e/InstanceCheckerSpec.scala | 2 +- .../knora/webapi/e2e/RejectingRouteE2ESpec.scala | 2 +- .../knora/webapi/e2e/admin/AdminMixE2ESimSpec.scala | 2 +- .../webapi/e2e/admin/GroupsADME2ESimSpec.scala | 2 +- .../knora/webapi/e2e/admin/GroupsADME2ESpec.scala | 2 +- .../webapi/e2e/admin/PermissionsADME2ESpec.scala | 2 +- .../webapi/e2e/admin/ProjectsADME2ESimSpec.scala | 2 +- .../knora/webapi/e2e/admin/ProjectsADME2ESpec.scala | 2 +- .../org/knora/webapi/e2e/admin/SipiADME2ESpec.scala | 2 +- .../knora/webapi/e2e/admin/StoreADME2ESpec.scala | 2 +- .../knora/webapi/e2e/admin/UsersADME2ESpec.scala | 2 +- .../lists/DeleteListItemsRouteADME2ESpec.scala | 2 +- .../lists/OldListsRouteADMFeatureE2ESpec.scala | 2 +- .../lists/UpdateListItemsRouteADME2ESpec.scala | 2 +- .../webapi/e2e/http/ServerVersionE2ESpec.scala | 2 +- .../webapi/e2e/v1/AuthenticationV1E2ESpec.scala | 2 +- .../org/knora/webapi/e2e/v1/ListsV1E2ESpec.scala | 2 +- .../e2e/v1/PermissionsHandlingV1E2ESpec.scala | 2 +- .../org/knora/webapi/e2e/v1/ProjectsV1E2ESpec.scala | 2 +- .../knora/webapi/e2e/v1/ResourcesV1R2RSpec.scala | 2 +- .../org/knora/webapi/e2e/v1/SearchV1R2RSpec.scala | 2 +- .../org/knora/webapi/e2e/v1/SipiV1R2RSpec.scala | 2 +- .../org/knora/webapi/e2e/v1/StandoffV1R2RSpec.scala | 2 +- .../org/knora/webapi/e2e/v1/UsersV1E2ESpec.scala | 2 +- .../org/knora/webapi/e2e/v1/ValuesV1R2RSpec.scala | 2 +- .../webapi/e2e/v2/AuthenticationV2E2ESpec.scala | 2 +- .../webapi/e2e/v2/JSONLDHandlingV2R2RSpec.scala | 2 +- .../knora/webapi/e2e/v2/ListsRouteV2R2RSpec.scala | 2 +- .../org/knora/webapi/e2e/v2/MarkupHeader.scala | 2 +- .../org/knora/webapi/e2e/v2/ProjectHeader.scala | 2 +- .../webapi/e2e/v2/ResourcesRouteV2E2ESpec.scala | 2 +- .../org/knora/webapi/e2e/v2/ResponseCheckerV2.scala | 2 +- .../knora/webapi/e2e/v2/ResponseCheckerV2Spec.scala | 2 +- .../org/knora/webapi/e2e/v2/SchemaHeader.scala | 2 +- .../knora/webapi/e2e/v2/SearchRouteV2R2RSpec.scala | 2 +- .../webapi/e2e/v2/StandoffRouteV2R2RSpec.scala | 2 +- .../knora/webapi/e2e/v2/ValuesRouteV2E2ESpec.scala | 2 +- .../org/knora/webapi/e2e/v2/ValuesV2R2RSpec.scala | 2 +- .../webapi/http/version/ServerVersionSpec.scala | 2 +- .../http/version/versioninfo/VersionInfoSpec.scala | 2 +- .../org/knora/webapi/it/VersionRouteITSpec.scala | 2 +- .../knora/webapi/it/v1/DrawingsGodsV1ITSpec.scala | 2 +- .../org/knora/webapi/it/v1/ErrorV1ITSpec.scala | 2 +- .../webapi/it/v1/KnoraSipiIntegrationV1ITSpec.scala | 2 +- .../webapi/it/v1/KnoraSipiPermissionsV1ITSpec.scala | 2 +- .../webapi/it/v2/KnoraSipiIntegrationV2ITSpec.scala | 2 +- .../knora/webapi/messages/StringFormatterSpec.scala | 2 +- .../listsmessages/ListsMessagesADMSpec.scala | 2 +- .../PermissionsMessagesADMSpec.scala | 2 +- .../projectsmessages/ProjectsMessagesADMSpec.scala | 2 +- .../usersmessages/UsersMessagesADMSpec.scala | 2 +- .../valueObjects/GroupsValueObjectsADMSpec.scala | 2 +- .../valueObjects/ListsValueObjectsADMSpec.scala | 2 +- .../valueObjects/ProjectsValueObjectsADMSpec.scala | 2 +- .../valueObjects/UsersValueObjectsADMSpec.scala | 2 +- .../valueObjects/ValueObjectsADMSpec.scala | 2 +- .../TriplestoreMessagesSpec.scala | 2 +- .../messages/util/CalendarDateUtilV2Spec.scala | 2 +- .../messages/util/ConstructResponseUtilV2Spec.scala | 2 +- .../knora/webapi/messages/util/DateUtilV1Spec.scala | 2 +- .../messages/util/PermissionUtilADMSpec.scala | 2 +- .../webapi/messages/util/rdf/JsonLDUtilSpec.scala | 2 +- .../messages/util/rdf/KnoraResponseV2Spec.scala | 2 +- .../messages/util/rdf/RdfFormatUtilSpec.scala | 2 +- .../webapi/messages/util/rdf/RdfModelSpec.scala | 2 +- .../messages/util/rdf/ShaclValidatorSpec.scala | 2 +- .../util/rdf/jenaimpl/JenaFormatUtilSpec.scala | 2 +- .../util/rdf/jenaimpl/JenaJsonLDUtilSpec.scala | 2 +- .../util/rdf/jenaimpl/JenaKnoraResponseV2Spec.scala | 2 +- .../messages/util/rdf/jenaimpl/JenaModelSpec.scala | 2 +- .../util/rdf/jenaimpl/JenaShaclValidatorSpec.scala | 2 +- .../util/rdf/rdf4jimpl/RDF4JFormatUtilSpec.scala | 2 +- .../util/rdf/rdf4jimpl/RDF4JJsonLDUtilSpec.scala | 2 +- .../rdf/rdf4jimpl/RDF4JKnoraResponseV2Spec.scala | 2 +- .../util/rdf/rdf4jimpl/RDF4JModelSpec.scala | 2 +- .../rdf/rdf4jimpl/RDF4JShaclValidatorSpec.scala | 2 +- .../util/search/SparqlTransformerSpec.scala | 2 +- .../search/gravsearch/GravsearchParserSpec.scala | 2 +- .../prequery/TopologicalSortUtilSpec.scala | 2 +- .../types/GravsearchTypeInspectorSpec.scala | 2 +- .../util/standoff/StandoffTagUtilV2Spec.scala | 2 +- .../util/standoff/XMLToStandoffUtilSpec.scala | 2 +- .../webapi/messages/util/standoff/XMLUtilSpec.scala | 2 +- .../sessionmessages/SessionMessagesV1.scala | 2 +- .../responder/usermessages/UserMessagesV1Spec.scala | 2 +- .../ChangePropertyGuiElementRequestV2Spec.scala | 2 +- .../ontologymessages/InputOntologyV2Spec.scala | 2 +- .../org/knora/webapi/models/OntologyModels.scala | 2 +- .../webapi/models/filemodels/FileModelUtil.scala | 2 +- .../knora/webapi/models/filemodels/FileModels.scala | 2 +- .../webapi/other/v1/DrawingsGodsV1E2ESpec.scala | 2 +- .../knora/webapi/other/v1/DrawingsGodsV1Spec.scala | 2 +- .../webapi/other/v2/LumieresLausanneV2E2ESpec.scala | 2 +- .../responders/MockableResponderManager.scala | 2 +- .../responders/admin/GroupsResponderADMSpec.scala | 2 +- .../responders/admin/ListsResponderADMSpec.scala | 2 +- .../admin/PermissionsResponderADMSpec.scala | 2 +- .../responders/admin/ProjectsResponderADMSpec.scala | 2 +- .../responders/admin/SipiResponderADMSpec.scala | 2 +- .../responders/admin/UsersResponderADMSpec.scala | 2 +- .../webapi/responders/v1/ListsResponderV1Spec.scala | 2 +- .../responders/v1/OntologyResponderV1Spec.scala | 2 +- .../responders/v1/ProjectsResponderV1Spec.scala | 2 +- .../responders/v1/ResourcesResponderV1Spec.scala | 2 +- .../v1/ResourcesResponderV1SpecContextData.scala | 2 +- .../v1/ResourcesResponderV1SpecFullData.scala | 2 +- .../responders/v1/SearchResponderV1Spec.scala | 2 +- .../webapi/responders/v1/UsersResponderV1Spec.scala | 2 +- .../responders/v1/ValuesResponderV1Spec.scala | 2 +- .../webapi/responders/v2/ListsResponderV2Spec.scala | 2 +- .../responders/v2/OntologyResponderV2Spec.scala | 2 +- .../responders/v2/ResourcesResponderV2Spec.scala | 2 +- .../responders/v2/ResourcesResponseCheckerV2.scala | 2 +- .../v2/ResourcesResponseCheckerV2Spec.scala | 2 +- .../responders/v2/SearchResponderV2Spec.scala | 2 +- .../responders/v2/ValuesResponderV2Spec.scala | 2 +- .../webapi/responders/v2/ontology/CacheSpec.scala | 2 +- .../ontology/DeleteCardinalitiesFromClassSpec.scala | 2 +- .../knora/webapi/routing/AuthenticatorSpec.scala | 2 +- .../org/knora/webapi/routing/JWTHelperSpec.scala | 2 +- .../sharedtestdata/SharedOntologyTestDataADM.scala | 2 +- .../sharedtestdata/SharedPermissionsTestData.scala | 2 +- .../webapi/sharedtestdata/SharedTestDataADM.scala | 2 +- .../knora/webapi/store/MockableStoreManager.scala | 2 +- .../cacheservice/CacheServiceManagerSpec.scala | 2 +- .../inmem/CacheServiceInMemImplSpec.scala | 2 +- .../redis/CacheServiceRedisImplSpec.scala | 2 +- .../serialization/CacheSerializationSpec.scala | 2 +- .../knora/webapi/store/iiif/MockSipiConnector.scala | 2 +- .../webapi/store/iiif/MockableIIIFManager.scala | 2 +- .../store/triplestore/AllTriplestoreSpec.scala | 2 +- .../triplestore/HttpTriplestoreConnectorSpec.scala | 2 +- .../upgrade/plugins/UpgradePluginPR1307Spec.scala | 2 +- .../upgrade/plugins/UpgradePluginPR1322Spec.scala | 2 +- .../upgrade/plugins/UpgradePluginPR1367Spec.scala | 2 +- .../upgrade/plugins/UpgradePluginPR1372Spec.scala | 2 +- .../upgrade/plugins/UpgradePluginPR1615Spec.scala | 2 +- .../upgrade/plugins/UpgradePluginPR1746Spec.scala | 2 +- .../upgrade/plugins/UpgradePluginPR1921Spec.scala | 2 +- .../upgrade/plugins/UpgradePluginSpec.scala | 2 +- .../scala/org/knora/webapi/util/AkkaHttpUtils.scala | 2 +- .../knora/webapi/util/ApacheLuceneSupportSpec.scala | 2 +- .../knora/webapi/util/Base64UrlCheckDigitSpec.scala | 2 +- .../org/knora/webapi/util/MutableTestIri.scala | 2 +- .../scala/org/knora/webapi/util/StartupUtils.scala | 2 +- .../webapi/util/StringLiteralSequenceV2Spec.scala | 2 +- .../knora/webapi/util/TestExtractorMethods.scala | 2 +- .../org/knora/webapi/util/cache/CacheUtilSpec.scala | 2 +- 793 files changed, 796 insertions(+), 805 deletions(-) diff --git a/README.md b/README.md index b15ba576db..209f49decf 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ [Knora](https://www.knora.org/) is a server application for storing, sharing, and working with primary sources and data in the humanities. -It is developed by the [Data and Service Center for the Humanities](https://dasch.swiss) +It is developed by the [Swiss National Data and Service Center for the Humanities](https://dasch.swiss) at the [University of Basel](https://www.unibas.ch), and is supported by the [Swiss Academy of Humanities and Social Sciences](https://www.sagw.ch) and -the [Swiss National Science Foundation](https://snf.ch) . +the [Swiss National Science Foundation](https://snf.ch). Knora is [free software](http://www.gnu.org/philosophy/free-sw.en.html), released under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). diff --git a/docs/01-introduction/data-formats.md b/docs/01-introduction/data-formats.md index 6b043b6be6..16df023bf6 100644 --- a/docs/01-introduction/data-formats.md +++ b/docs/01-introduction/data-formats.md @@ -1,5 +1,5 @@ diff --git a/docs/01-introduction/example-project.md b/docs/01-introduction/example-project.md index b2379b490b..7a6a87d436 100644 --- a/docs/01-introduction/example-project.md +++ b/docs/01-introduction/example-project.md @@ -1,5 +1,5 @@ diff --git a/docs/01-introduction/index.md b/docs/01-introduction/index.md index bbe1f089df..7da6fbba7f 100644 --- a/docs/01-introduction/index.md +++ b/docs/01-introduction/index.md @@ -1,5 +1,5 @@ diff --git a/docs/01-introduction/standoff-rdf.md b/docs/01-introduction/standoff-rdf.md index 374d095ba4..1448c15a22 100644 --- a/docs/01-introduction/standoff-rdf.md +++ b/docs/01-introduction/standoff-rdf.md @@ -1,5 +1,5 @@ diff --git a/docs/01-introduction/what-is-knora.md b/docs/01-introduction/what-is-knora.md index 20e9ba99f1..8040cd1141 100644 --- a/docs/01-introduction/what-is-knora.md +++ b/docs/01-introduction/what-is-knora.md @@ -1,5 +1,5 @@ diff --git a/docs/02-knora-ontologies/index.md b/docs/02-knora-ontologies/index.md index e9b59cd756..dad59684e3 100644 --- a/docs/02-knora-ontologies/index.md +++ b/docs/02-knora-ontologies/index.md @@ -1,5 +1,5 @@ diff --git a/docs/02-knora-ontologies/introduction.md b/docs/02-knora-ontologies/introduction.md index 8d1c64114a..5aa15f3ece 100644 --- a/docs/02-knora-ontologies/introduction.md +++ b/docs/02-knora-ontologies/introduction.md @@ -1,5 +1,5 @@ diff --git a/docs/02-knora-ontologies/knora-base.md b/docs/02-knora-ontologies/knora-base.md index d0c47814ff..8f79edb6c6 100644 --- a/docs/02-knora-ontologies/knora-base.md +++ b/docs/02-knora-ontologies/knora-base.md @@ -1,5 +1,5 @@ diff --git a/docs/02-knora-ontologies/salsah-gui.md b/docs/02-knora-ontologies/salsah-gui.md index 6ac0610355..9211f3891a 100644 --- a/docs/02-knora-ontologies/salsah-gui.md +++ b/docs/02-knora-ontologies/salsah-gui.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-admin/groups.md b/docs/03-apis/api-admin/groups.md index f7a72ec5c4..297f539bb8 100644 --- a/docs/03-apis/api-admin/groups.md +++ b/docs/03-apis/api-admin/groups.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-admin/index.md b/docs/03-apis/api-admin/index.md index bd6b228a55..191bf5b6ab 100644 --- a/docs/03-apis/api-admin/index.md +++ b/docs/03-apis/api-admin/index.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-admin/introduction.md b/docs/03-apis/api-admin/introduction.md index 2b12ec305c..d36ecc37c8 100644 --- a/docs/03-apis/api-admin/introduction.md +++ b/docs/03-apis/api-admin/introduction.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-admin/lists.md b/docs/03-apis/api-admin/lists.md index 26149fa305..366249ef32 100644 --- a/docs/03-apis/api-admin/lists.md +++ b/docs/03-apis/api-admin/lists.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-admin/overview.md b/docs/03-apis/api-admin/overview.md index f2344d780d..f6f64a9962 100644 --- a/docs/03-apis/api-admin/overview.md +++ b/docs/03-apis/api-admin/overview.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-admin/permissions.md b/docs/03-apis/api-admin/permissions.md index 99365b6dc7..2d49f5e933 100644 --- a/docs/03-apis/api-admin/permissions.md +++ b/docs/03-apis/api-admin/permissions.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-admin/projects.md b/docs/03-apis/api-admin/projects.md index 76f78c9113..ec8afd98b8 100644 --- a/docs/03-apis/api-admin/projects.md +++ b/docs/03-apis/api-admin/projects.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-admin/stores.md b/docs/03-apis/api-admin/stores.md index d85c06cea3..09281a543c 100644 --- a/docs/03-apis/api-admin/stores.md +++ b/docs/03-apis/api-admin/stores.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-admin/users.md b/docs/03-apis/api-admin/users.md index abeba0118e..003f787236 100644 --- a/docs/03-apis/api-admin/users.md +++ b/docs/03-apis/api-admin/users.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-util/health.md b/docs/03-apis/api-util/health.md index 51255be144..a0927028ea 100644 --- a/docs/03-apis/api-util/health.md +++ b/docs/03-apis/api-util/health.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-util/index.md b/docs/03-apis/api-util/index.md index 629dd73e38..30845d7be1 100644 --- a/docs/03-apis/api-util/index.md +++ b/docs/03-apis/api-util/index.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-util/version.md b/docs/03-apis/api-util/version.md index 92cbdc50b5..0368ced8c6 100644 --- a/docs/03-apis/api-util/version.md +++ b/docs/03-apis/api-util/version.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v1/adding-resources.md b/docs/03-apis/api-v1/adding-resources.md index 4509a2be67..bcf65faddc 100644 --- a/docs/03-apis/api-v1/adding-resources.md +++ b/docs/03-apis/api-v1/adding-resources.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v1/adding-values.md b/docs/03-apis/api-v1/adding-values.md index fb9da4c183..d74e105c2a 100644 --- a/docs/03-apis/api-v1/adding-values.md +++ b/docs/03-apis/api-v1/adding-values.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v1/authentication.md b/docs/03-apis/api-v1/authentication.md index 1210727fb7..017e04dbac 100644 --- a/docs/03-apis/api-v1/authentication.md +++ b/docs/03-apis/api-v1/authentication.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v1/changing-values.md b/docs/03-apis/api-v1/changing-values.md index 520c00c01c..c84526423b 100644 --- a/docs/03-apis/api-v1/changing-values.md +++ b/docs/03-apis/api-v1/changing-values.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v1/delete-resources-and-values.md b/docs/03-apis/api-v1/delete-resources-and-values.md index dac0adf6e3..2e1fb3af14 100644 --- a/docs/03-apis/api-v1/delete-resources-and-values.md +++ b/docs/03-apis/api-v1/delete-resources-and-values.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v1/index.md b/docs/03-apis/api-v1/index.md index a440ae0f07..42472ba919 100644 --- a/docs/03-apis/api-v1/index.md +++ b/docs/03-apis/api-v1/index.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v1/introduction.md b/docs/03-apis/api-v1/introduction.md index 244d11c2cf..4da661685c 100644 --- a/docs/03-apis/api-v1/introduction.md +++ b/docs/03-apis/api-v1/introduction.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v1/reading-and-searching-resources.md b/docs/03-apis/api-v1/reading-and-searching-resources.md index 518adf9e34..bd66f3f1c3 100644 --- a/docs/03-apis/api-v1/reading-and-searching-resources.md +++ b/docs/03-apis/api-v1/reading-and-searching-resources.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v1/reading-values.md b/docs/03-apis/api-v1/reading-values.md index dac17fbe38..c98fbc4eb9 100644 --- a/docs/03-apis/api-v1/reading-values.md +++ b/docs/03-apis/api-v1/reading-values.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v1/xml-to-standoff-mapping.md b/docs/03-apis/api-v1/xml-to-standoff-mapping.md index 2b786fc68b..5b578ceb5b 100644 --- a/docs/03-apis/api-v1/xml-to-standoff-mapping.md +++ b/docs/03-apis/api-v1/xml-to-standoff-mapping.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v2/authentication.md b/docs/03-apis/api-v2/authentication.md index b4389acc26..6bb6f17aad 100644 --- a/docs/03-apis/api-v2/authentication.md +++ b/docs/03-apis/api-v2/authentication.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v2/editing-resources.md b/docs/03-apis/api-v2/editing-resources.md index 6cf87f52be..444562ece7 100644 --- a/docs/03-apis/api-v2/editing-resources.md +++ b/docs/03-apis/api-v2/editing-resources.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v2/editing-values.md b/docs/03-apis/api-v2/editing-values.md index 96b2d31251..a9942d0c74 100644 --- a/docs/03-apis/api-v2/editing-values.md +++ b/docs/03-apis/api-v2/editing-values.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v2/getting-lists.md b/docs/03-apis/api-v2/getting-lists.md index cb5a48ea4e..01c1942c4d 100644 --- a/docs/03-apis/api-v2/getting-lists.md +++ b/docs/03-apis/api-v2/getting-lists.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v2/index.md b/docs/03-apis/api-v2/index.md index 0813a6e300..a138f57e34 100644 --- a/docs/03-apis/api-v2/index.md +++ b/docs/03-apis/api-v2/index.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v2/introduction.md b/docs/03-apis/api-v2/introduction.md index 2e032ec642..396c94ab72 100644 --- a/docs/03-apis/api-v2/introduction.md +++ b/docs/03-apis/api-v2/introduction.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v2/knora-iris.md b/docs/03-apis/api-v2/knora-iris.md index 6b83c806ba..0c8e8d17a9 100644 --- a/docs/03-apis/api-v2/knora-iris.md +++ b/docs/03-apis/api-v2/knora-iris.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v2/ontology-information.md b/docs/03-apis/api-v2/ontology-information.md index c498bdc91b..18a5eaf71a 100644 --- a/docs/03-apis/api-v2/ontology-information.md +++ b/docs/03-apis/api-v2/ontology-information.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v2/permalinks.md b/docs/03-apis/api-v2/permalinks.md index b7b8621f74..eff3c40f98 100644 --- a/docs/03-apis/api-v2/permalinks.md +++ b/docs/03-apis/api-v2/permalinks.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v2/query-language.md b/docs/03-apis/api-v2/query-language.md index fc33db63bc..55253e7f1d 100644 --- a/docs/03-apis/api-v2/query-language.md +++ b/docs/03-apis/api-v2/query-language.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v2/reading-and-searching-resources.md b/docs/03-apis/api-v2/reading-and-searching-resources.md index cee61a88c4..89371d7608 100644 --- a/docs/03-apis/api-v2/reading-and-searching-resources.md +++ b/docs/03-apis/api-v2/reading-and-searching-resources.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v2/reading-user-permissions.md b/docs/03-apis/api-v2/reading-user-permissions.md index 9908d866c0..2c9f47d206 100644 --- a/docs/03-apis/api-v2/reading-user-permissions.md +++ b/docs/03-apis/api-v2/reading-user-permissions.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v2/tei-xml.md b/docs/03-apis/api-v2/tei-xml.md index afa7d54551..ce4496bbde 100644 --- a/docs/03-apis/api-v2/tei-xml.md +++ b/docs/03-apis/api-v2/tei-xml.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/api-v2/xml-to-standoff-mapping.md b/docs/03-apis/api-v2/xml-to-standoff-mapping.md index 419337e418..ba16ee644a 100644 --- a/docs/03-apis/api-v2/xml-to-standoff-mapping.md +++ b/docs/03-apis/api-v2/xml-to-standoff-mapping.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/feature-toggles.md b/docs/03-apis/feature-toggles.md index 0d439ca031..e240edef86 100644 --- a/docs/03-apis/feature-toggles.md +++ b/docs/03-apis/feature-toggles.md @@ -1,5 +1,5 @@ diff --git a/docs/03-apis/index.md b/docs/03-apis/index.md index bcd4fcfe02..7a405cd408 100644 --- a/docs/03-apis/index.md +++ b/docs/03-apis/index.md @@ -1,5 +1,5 @@ diff --git a/docs/04-publishing-deployment/configuration.md b/docs/04-publishing-deployment/configuration.md index 47823a9f02..8cde61ed1f 100644 --- a/docs/04-publishing-deployment/configuration.md +++ b/docs/04-publishing-deployment/configuration.md @@ -1,5 +1,5 @@ diff --git a/docs/04-publishing-deployment/getting-started.md b/docs/04-publishing-deployment/getting-started.md index 2ac5e5f334..4cfd03a024 100644 --- a/docs/04-publishing-deployment/getting-started.md +++ b/docs/04-publishing-deployment/getting-started.md @@ -1,5 +1,5 @@ diff --git a/docs/04-publishing-deployment/index.md b/docs/04-publishing-deployment/index.md index caa541219d..36632c890f 100644 --- a/docs/04-publishing-deployment/index.md +++ b/docs/04-publishing-deployment/index.md @@ -1,5 +1,5 @@ diff --git a/docs/04-publishing-deployment/publishing.md b/docs/04-publishing-deployment/publishing.md index efc1bdb33d..39027af909 100644 --- a/docs/04-publishing-deployment/publishing.md +++ b/docs/04-publishing-deployment/publishing.md @@ -1,5 +1,5 @@ diff --git a/docs/04-publishing-deployment/updates.md b/docs/04-publishing-deployment/updates.md index a62187903c..b2cfd97fad 100644 --- a/docs/04-publishing-deployment/updates.md +++ b/docs/04-publishing-deployment/updates.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/api-admin/administration.md b/docs/05-internals/design/api-admin/administration.md index ac69742ab0..e9ed8ed5f5 100644 --- a/docs/05-internals/design/api-admin/administration.md +++ b/docs/05-internals/design/api-admin/administration.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/api-admin/index.md b/docs/05-internals/design/api-admin/index.md index 27e3151692..bac2a9ac35 100644 --- a/docs/05-internals/design/api-admin/index.md +++ b/docs/05-internals/design/api-admin/index.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/api-v1/how-to-add-a-route.md b/docs/05-internals/design/api-v1/how-to-add-a-route.md index 104d68c4e2..92d46a6d90 100644 --- a/docs/05-internals/design/api-v1/how-to-add-a-route.md +++ b/docs/05-internals/design/api-v1/how-to-add-a-route.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/api-v1/index.md b/docs/05-internals/design/api-v1/index.md index 379c3538e6..e1daa41084 100644 --- a/docs/05-internals/design/api-v1/index.md +++ b/docs/05-internals/design/api-v1/index.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/api-v1/json.md b/docs/05-internals/design/api-v1/json.md index d4e63e0e3a..589e376bb2 100644 --- a/docs/05-internals/design/api-v1/json.md +++ b/docs/05-internals/design/api-v1/json.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/api-v2/ark.md b/docs/05-internals/design/api-v2/ark.md index d2a92f1b7b..95656b7f82 100644 --- a/docs/05-internals/design/api-v2/ark.md +++ b/docs/05-internals/design/api-v2/ark.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/api-v2/content-wrappers.md b/docs/05-internals/design/api-v2/content-wrappers.md index 6cbfa6efac..974e679c85 100644 --- a/docs/05-internals/design/api-v2/content-wrappers.md +++ b/docs/05-internals/design/api-v2/content-wrappers.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/api-v2/gravsearch.md b/docs/05-internals/design/api-v2/gravsearch.md index 00a4ea4d21..49797f79d4 100644 --- a/docs/05-internals/design/api-v2/gravsearch.md +++ b/docs/05-internals/design/api-v2/gravsearch.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/api-v2/how-to-add-a-route.md b/docs/05-internals/design/api-v2/how-to-add-a-route.md index 6b1a37fb0c..3f8b7a5f4b 100644 --- a/docs/05-internals/design/api-v2/how-to-add-a-route.md +++ b/docs/05-internals/design/api-v2/how-to-add-a-route.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/api-v2/index.md b/docs/05-internals/design/api-v2/index.md index 897bd0d0d9..49aac42e93 100644 --- a/docs/05-internals/design/api-v2/index.md +++ b/docs/05-internals/design/api-v2/index.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/api-v2/json-ld.md b/docs/05-internals/design/api-v2/json-ld.md index e8f6868018..148d143760 100644 --- a/docs/05-internals/design/api-v2/json-ld.md +++ b/docs/05-internals/design/api-v2/json-ld.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/api-v2/ontology-management.md b/docs/05-internals/design/api-v2/ontology-management.md index 6019df3f15..9802010a80 100644 --- a/docs/05-internals/design/api-v2/ontology-management.md +++ b/docs/05-internals/design/api-v2/ontology-management.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/api-v2/ontology-schemas.md b/docs/05-internals/design/api-v2/ontology-schemas.md index 97fa6420cd..5dd2b9d704 100644 --- a/docs/05-internals/design/api-v2/ontology-schemas.md +++ b/docs/05-internals/design/api-v2/ontology-schemas.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/api-v2/overview.md b/docs/05-internals/design/api-v2/overview.md index 647670771b..21cf85e161 100644 --- a/docs/05-internals/design/api-v2/overview.md +++ b/docs/05-internals/design/api-v2/overview.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/api-v2/query-design.md b/docs/05-internals/design/api-v2/query-design.md index 6598ab90d1..1d023104f9 100644 --- a/docs/05-internals/design/api-v2/query-design.md +++ b/docs/05-internals/design/api-v2/query-design.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/api-v2/sipi.md b/docs/05-internals/design/api-v2/sipi.md index 711ad8d47e..d3aad79b51 100644 --- a/docs/05-internals/design/api-v2/sipi.md +++ b/docs/05-internals/design/api-v2/sipi.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/api-v2/smart-iris.md b/docs/05-internals/design/api-v2/smart-iris.md index 92e6e7df62..7fa95fdc99 100644 --- a/docs/05-internals/design/api-v2/smart-iris.md +++ b/docs/05-internals/design/api-v2/smart-iris.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/api-v2/standoff.md b/docs/05-internals/design/api-v2/standoff.md index bb487a275c..ecffa10a09 100644 --- a/docs/05-internals/design/api-v2/standoff.md +++ b/docs/05-internals/design/api-v2/standoff.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/principles/authentication.md b/docs/05-internals/design/principles/authentication.md index 22d8a8f080..be1cb8fbbd 100644 --- a/docs/05-internals/design/principles/authentication.md +++ b/docs/05-internals/design/principles/authentication.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/principles/consistency-checking.md b/docs/05-internals/design/principles/consistency-checking.md index 7a3ae5b660..949fea9104 100644 --- a/docs/05-internals/design/principles/consistency-checking.md +++ b/docs/05-internals/design/principles/consistency-checking.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/principles/design-overview.md b/docs/05-internals/design/principles/design-overview.md index 9ee3c8b627..fc01e1b194 100644 --- a/docs/05-internals/design/principles/design-overview.md +++ b/docs/05-internals/design/principles/design-overview.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/principles/feature-toggles.md b/docs/05-internals/design/principles/feature-toggles.md index f9393e459c..b04526672f 100644 --- a/docs/05-internals/design/principles/feature-toggles.md +++ b/docs/05-internals/design/principles/feature-toggles.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/principles/futures-with-akka.md b/docs/05-internals/design/principles/futures-with-akka.md index 432a3d3dc7..83cfb1e6c2 100644 --- a/docs/05-internals/design/principles/futures-with-akka.md +++ b/docs/05-internals/design/principles/futures-with-akka.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/principles/http-module.md b/docs/05-internals/design/principles/http-module.md index 5839bda87e..8206ecd697 100644 --- a/docs/05-internals/design/principles/http-module.md +++ b/docs/05-internals/design/principles/http-module.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/principles/index.md b/docs/05-internals/design/principles/index.md index b04b3ce919..d9619f868e 100644 --- a/docs/05-internals/design/principles/index.md +++ b/docs/05-internals/design/principles/index.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/principles/rdf-api.md b/docs/05-internals/design/principles/rdf-api.md index dac7b96f79..ca870afc27 100644 --- a/docs/05-internals/design/principles/rdf-api.md +++ b/docs/05-internals/design/principles/rdf-api.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/principles/store-module.md b/docs/05-internals/design/principles/store-module.md index 34add06309..40ed928e40 100644 --- a/docs/05-internals/design/principles/store-module.md +++ b/docs/05-internals/design/principles/store-module.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/design/principles/triplestore-updates.md b/docs/05-internals/design/principles/triplestore-updates.md index 53680838f4..62c7037689 100644 --- a/docs/05-internals/design/principles/triplestore-updates.md +++ b/docs/05-internals/design/principles/triplestore-updates.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/development/building-and-running.md b/docs/05-internals/development/building-and-running.md index beabab7a7c..092b3c5e7b 100644 --- a/docs/05-internals/development/building-and-running.md +++ b/docs/05-internals/development/building-and-running.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/development/docker-cheat-sheet.md b/docs/05-internals/development/docker-cheat-sheet.md index c0428dce9d..57f36c4569 100644 --- a/docs/05-internals/development/docker-cheat-sheet.md +++ b/docs/05-internals/development/docker-cheat-sheet.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/development/docker-compose.md b/docs/05-internals/development/docker-compose.md index 93ffee9371..635a755e51 100644 --- a/docs/05-internals/development/docker-compose.md +++ b/docs/05-internals/development/docker-compose.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/development/generating-client-test-data.md b/docs/05-internals/development/generating-client-test-data.md index 55ee6e1253..b02e2f3bd6 100644 --- a/docs/05-internals/development/generating-client-test-data.md +++ b/docs/05-internals/development/generating-client-test-data.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/development/graphdb.md b/docs/05-internals/development/graphdb.md index 0e25d7c2e5..c121a6ae7e 100644 --- a/docs/05-internals/development/graphdb.md +++ b/docs/05-internals/development/graphdb.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/development/index.md b/docs/05-internals/development/index.md index e94d982aec..a2d692f932 100644 --- a/docs/05-internals/development/index.md +++ b/docs/05-internals/development/index.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/development/intellij-config.md b/docs/05-internals/development/intellij-config.md index 62ec5f9603..c62691b083 100644 --- a/docs/05-internals/development/intellij-config.md +++ b/docs/05-internals/development/intellij-config.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/development/monitoring.md b/docs/05-internals/development/monitoring.md index bedab595e3..247c20ae2b 100644 --- a/docs/05-internals/development/monitoring.md +++ b/docs/05-internals/development/monitoring.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/development/overview.md b/docs/05-internals/development/overview.md index 0334912e25..f40e09948a 100644 --- a/docs/05-internals/development/overview.md +++ b/docs/05-internals/development/overview.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/development/profiling.md b/docs/05-internals/development/profiling.md index 238fbd3a2d..4ebcab5977 100644 --- a/docs/05-internals/development/profiling.md +++ b/docs/05-internals/development/profiling.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/development/testing.md b/docs/05-internals/development/testing.md index 0d0704c923..3edaad24db 100644 --- a/docs/05-internals/development/testing.md +++ b/docs/05-internals/development/testing.md @@ -1,5 +1,5 @@ diff --git a/docs/05-internals/development/updating-repositories.md b/docs/05-internals/development/updating-repositories.md index 9cceef60ca..976e54506a 100644 --- a/docs/05-internals/development/updating-repositories.md +++ b/docs/05-internals/development/updating-repositories.md @@ -1,5 +1,5 @@ diff --git a/docs/07-sipi/index.md b/docs/07-sipi/index.md index a057c3e3d6..44a047fe13 100644 --- a/docs/07-sipi/index.md +++ b/docs/07-sipi/index.md @@ -1,5 +1,5 @@ diff --git a/docs/07-sipi/setup-sipi-for-knora.md b/docs/07-sipi/setup-sipi-for-knora.md index eda1922dfd..8327fea2ba 100644 --- a/docs/07-sipi/setup-sipi-for-knora.md +++ b/docs/07-sipi/setup-sipi-for-knora.md @@ -1,5 +1,5 @@ diff --git a/docs/07-sipi/sipi-and-knora.md b/docs/07-sipi/sipi-and-knora.md index 9f4b593d46..b043d0073d 100644 --- a/docs/07-sipi/sipi-and-knora.md +++ b/docs/07-sipi/sipi-and-knora.md @@ -1,5 +1,5 @@ diff --git a/docs/08-lucene/index.md b/docs/08-lucene/index.md index 4c54be0806..28c523f141 100644 --- a/docs/08-lucene/index.md +++ b/docs/08-lucene/index.md @@ -1,5 +1,5 @@ diff --git a/docs/faq/index.md b/docs/faq/index.md index 5561650758..b3a7f86d47 100644 --- a/docs/faq/index.md +++ b/docs/faq/index.md @@ -1,5 +1,5 @@ diff --git a/docs/index.md b/docs/index.md index 1bbd3d39ce..fe32f2c6e6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,5 @@ diff --git a/docs/src/api-admin/index.html b/docs/src/api-admin/index.html index 49f101e7fe..aea9dc25da 100644 --- a/docs/src/api-admin/index.html +++ b/docs/src/api-admin/index.html @@ -1,6 +1,6 @@ diff --git a/docs/src/api-v1/addValueFormats.ts b/docs/src/api-v1/addValueFormats.ts index 9dfa5cffa5..35cebabda8 100644 --- a/docs/src/api-v1/addValueFormats.ts +++ b/docs/src/api-v1/addValueFormats.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/basicMessageComponents.ts b/docs/src/api-v1/basicMessageComponents.ts index 49f104dba5..63f29df648 100644 --- a/docs/src/api-v1/basicMessageComponents.ts +++ b/docs/src/api-v1/basicMessageComponents.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/changeValueFormats.ts b/docs/src/api-v1/changeValueFormats.ts index 31c3fcc537..747e7b8dac 100644 --- a/docs/src/api-v1/changeValueFormats.ts +++ b/docs/src/api-v1/changeValueFormats.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/createResourceFormats.ts b/docs/src/api-v1/createResourceFormats.ts index d4eaa439de..b09dbe77ee 100644 --- a/docs/src/api-v1/createResourceFormats.ts +++ b/docs/src/api-v1/createResourceFormats.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/deleteResponseFormats.ts b/docs/src/api-v1/deleteResponseFormats.ts index 4087b78cee..1b19f14681 100644 --- a/docs/src/api-v1/deleteResponseFormats.ts +++ b/docs/src/api-v1/deleteResponseFormats.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/graphDataResponseFormats.ts b/docs/src/api-v1/graphDataResponseFormats.ts index baea6b384f..61402c8e65 100644 --- a/docs/src/api-v1/graphDataResponseFormats.ts +++ b/docs/src/api-v1/graphDataResponseFormats.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/groupFormats.ts b/docs/src/api-v1/groupFormats.ts index 435705fbff..0be38d87c5 100644 --- a/docs/src/api-v1/groupFormats.ts +++ b/docs/src/api-v1/groupFormats.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/hierarchicalListResponseFormats.ts b/docs/src/api-v1/hierarchicalListResponseFormats.ts index cf1b5e2874..ef6c2347aa 100644 --- a/docs/src/api-v1/hierarchicalListResponseFormats.ts +++ b/docs/src/api-v1/hierarchicalListResponseFormats.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/mappingFormats.ts b/docs/src/api-v1/mappingFormats.ts index 022c4dce86..9823a9c802 100644 --- a/docs/src/api-v1/mappingFormats.ts +++ b/docs/src/api-v1/mappingFormats.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/permissionFormats.ts b/docs/src/api-v1/permissionFormats.ts index e2a8d2a007..9b0011b998 100644 --- a/docs/src/api-v1/permissionFormats.ts +++ b/docs/src/api-v1/permissionFormats.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/projectFormats.ts b/docs/src/api-v1/projectFormats.ts index ff28863b8c..e9e988062a 100644 --- a/docs/src/api-v1/projectFormats.ts +++ b/docs/src/api-v1/projectFormats.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/resourceResponseFormats.ts b/docs/src/api-v1/resourceResponseFormats.ts index 706259d107..8eb5f0eb63 100644 --- a/docs/src/api-v1/resourceResponseFormats.ts +++ b/docs/src/api-v1/resourceResponseFormats.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/sampleRequests/sampleAddValues.ts b/docs/src/api-v1/sampleRequests/sampleAddValues.ts index 245280ca48..a5adca3700 100644 --- a/docs/src/api-v1/sampleRequests/sampleAddValues.ts +++ b/docs/src/api-v1/sampleRequests/sampleAddValues.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/sampleRequests/sampleChangeValues.ts b/docs/src/api-v1/sampleRequests/sampleChangeValues.ts index eeb312ff73..7799c81349 100644 --- a/docs/src/api-v1/sampleRequests/sampleChangeValues.ts +++ b/docs/src/api-v1/sampleRequests/sampleChangeValues.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/sampleRequests/sampleCreateResources.ts b/docs/src/api-v1/sampleRequests/sampleCreateResources.ts index 6bc7485099..fb66e98d2a 100644 --- a/docs/src/api-v1/sampleRequests/sampleCreateResources.ts +++ b/docs/src/api-v1/sampleRequests/sampleCreateResources.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/sampleRequests/sampleDeleteResponses.ts b/docs/src/api-v1/sampleRequests/sampleDeleteResponses.ts index c53335e537..0602bd875c 100644 --- a/docs/src/api-v1/sampleRequests/sampleDeleteResponses.ts +++ b/docs/src/api-v1/sampleRequests/sampleDeleteResponses.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/sampleRequests/sampleGraphDataResponse.ts b/docs/src/api-v1/sampleRequests/sampleGraphDataResponse.ts index 5e6e21e59e..52c2f575ee 100644 --- a/docs/src/api-v1/sampleRequests/sampleGraphDataResponse.ts +++ b/docs/src/api-v1/sampleRequests/sampleGraphDataResponse.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/sampleRequests/sampleHierarchicalList.ts b/docs/src/api-v1/sampleRequests/sampleHierarchicalList.ts index c2cc9b2e4e..bd963aa7b3 100644 --- a/docs/src/api-v1/sampleRequests/sampleHierarchicalList.ts +++ b/docs/src/api-v1/sampleRequests/sampleHierarchicalList.ts @@ -1,6 +1,6 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/sampleRequests/sampleLoginResponse.ts b/docs/src/api-v1/sampleRequests/sampleLoginResponse.ts index 047687be86..e04efb342e 100644 --- a/docs/src/api-v1/sampleRequests/sampleLoginResponse.ts +++ b/docs/src/api-v1/sampleRequests/sampleLoginResponse.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/sampleRequests/sampleResourceResponses.ts b/docs/src/api-v1/sampleRequests/sampleResourceResponses.ts index e7e880bf21..1a9badcaa5 100644 --- a/docs/src/api-v1/sampleRequests/sampleResourceResponses.ts +++ b/docs/src/api-v1/sampleRequests/sampleResourceResponses.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/sampleRequests/sampleValueResponse.ts b/docs/src/api-v1/sampleRequests/sampleValueResponse.ts index d067f2a7a9..36bbec6d0e 100644 --- a/docs/src/api-v1/sampleRequests/sampleValueResponse.ts +++ b/docs/src/api-v1/sampleRequests/sampleValueResponse.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/searchResponseFormats.ts b/docs/src/api-v1/searchResponseFormats.ts index 3c2a42f53c..3c2cb98f73 100644 --- a/docs/src/api-v1/searchResponseFormats.ts +++ b/docs/src/api-v1/searchResponseFormats.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/sessionResponseFormats.ts b/docs/src/api-v1/sessionResponseFormats.ts index 76ab667a0e..26a1311c9d 100644 --- a/docs/src/api-v1/sessionResponseFormats.ts +++ b/docs/src/api-v1/sessionResponseFormats.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/userFormats.ts b/docs/src/api-v1/userFormats.ts index f87fd595d0..2520883f7b 100644 --- a/docs/src/api-v1/userFormats.ts +++ b/docs/src/api-v1/userFormats.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/docs/src/api-v1/valueResponseFormats.ts b/docs/src/api-v1/valueResponseFormats.ts index cb96b6e58f..13276ed21c 100644 --- a/docs/src/api-v1/valueResponseFormats.ts +++ b/docs/src/api-v1/valueResponseFormats.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/knora-ontologies/knora-admin.ttl b/knora-ontologies/knora-admin.ttl index fe855d312d..4c99370feb 100644 --- a/knora-ontologies/knora-admin.ttl +++ b/knora-ontologies/knora-admin.ttl @@ -1,5 +1,5 @@ ### -# * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +# * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. # * SPDX-License-Identifier: Apache-2.0 ### diff --git a/knora-ontologies/knora-base.ttl b/knora-ontologies/knora-base.ttl index a8d21e46d4..fdd4242325 100644 --- a/knora-ontologies/knora-base.ttl +++ b/knora-ontologies/knora-base.ttl @@ -1,5 +1,5 @@ ### -# * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +# * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. # * SPDX-License-Identifier: Apache-2.0 ### diff --git a/knora-ontologies/salsah-gui.ttl b/knora-ontologies/salsah-gui.ttl index 34bd50b25f..af94919b81 100644 --- a/knora-ontologies/salsah-gui.ttl +++ b/knora-ontologies/salsah-gui.ttl @@ -1,5 +1,5 @@ ### -# * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +# * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. # * SPDX-License-Identifier: Apache-2.0 ### diff --git a/knora-ontologies/standoff-data.ttl b/knora-ontologies/standoff-data.ttl index 107ed6366b..d627395c2c 100644 --- a/knora-ontologies/standoff-data.ttl +++ b/knora-ontologies/standoff-data.ttl @@ -1,5 +1,5 @@ ### -# * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +# * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. # * SPDX-License-Identifier: Apache-2.0 ### diff --git a/knora-ontologies/standoff-onto.ttl b/knora-ontologies/standoff-onto.ttl index 140699365b..a3df1ed8b4 100644 --- a/knora-ontologies/standoff-onto.ttl +++ b/knora-ontologies/standoff-onto.ttl @@ -1,5 +1,5 @@ ### -# * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +# * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. # * SPDX-License-Identifier: Apache-2.0 ### diff --git a/mkdocs.yml b/mkdocs.yml index 2002604894..fc3ba747e1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,7 +3,7 @@ site_name: DSP-API repo_url: https://github.com/dasch-swiss/dsp-api repo_name: dasch-swiss/dsp-api edit_uri: blob/main/docs/ -copyright: "© 2017 - 2021 Data and Service Center for the Humanities (DaSCH)" +copyright: "Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors." nav: - Home: index.md diff --git a/sipi/config/sipi.knora-docker-config.lua b/sipi/config/sipi.knora-docker-config.lua index 80b2ef2a48..9b5d1e9224 100644 --- a/sipi/config/sipi.knora-docker-config.lua +++ b/sipi/config/sipi.knora-docker-config.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 -- diff --git a/sipi/config/sipi.knora-docker-no-auth-config.lua b/sipi/config/sipi.knora-docker-no-auth-config.lua index 7d672eb877..bad8d125e4 100644 --- a/sipi/config/sipi.knora-docker-no-auth-config.lua +++ b/sipi/config/sipi.knora-docker-no-auth-config.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 -- diff --git a/sipi/config/sipi.knora-docker-test-config.lua b/sipi/config/sipi.knora-docker-test-config.lua index e3e8bc7198..ecd46144a1 100644 --- a/sipi/config/sipi.knora-docker-test-config.lua +++ b/sipi/config/sipi.knora-docker-test-config.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 -- diff --git a/sipi/config/sipi.knora-local-config.lua b/sipi/config/sipi.knora-local-config.lua index 77f2b12b3a..c01f18758f 100644 --- a/sipi/config/sipi.knora-local-config.lua +++ b/sipi/config/sipi.knora-local-config.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 -- diff --git a/sipi/images/0801/HOX3ZO0bmkn-DtOIUZBpvrP.xsl b/sipi/images/0801/HOX3ZO0bmkn-DtOIUZBpvrP.xsl index 97d95a030c..1f7f91ca34 100644 --- a/sipi/images/0801/HOX3ZO0bmkn-DtOIUZBpvrP.xsl +++ b/sipi/images/0801/HOX3ZO0bmkn-DtOIUZBpvrP.xsl @@ -1,6 +1,6 @@ diff --git a/sipi/images/0801/IhH6F5GD9K7-D1hIZjjmcUq.xsl b/sipi/images/0801/IhH6F5GD9K7-D1hIZjjmcUq.xsl index 97d95a030c..1f7f91ca34 100644 --- a/sipi/images/0801/IhH6F5GD9K7-D1hIZjjmcUq.xsl +++ b/sipi/images/0801/IhH6F5GD9K7-D1hIZjjmcUq.xsl @@ -1,6 +1,6 @@ diff --git a/sipi/scripts/admin_upload.lua b/sipi/scripts/admin_upload.lua index fde6f83b8b..9d239cb811 100644 --- a/sipi/scripts/admin_upload.lua +++ b/sipi/scripts/admin_upload.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 -- upload script for project logos (images), user profile avatar, and project specific icons used in salsah admin diff --git a/sipi/scripts/cache.lua b/sipi/scripts/cache.lua index db78e169f1..1bea0fe803 100644 --- a/sipi/scripts/cache.lua +++ b/sipi/scripts/cache.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 if not authorize_api('admin.sipi.org', 'administrator', config.adminuser) then diff --git a/sipi/scripts/clean_temp_dir.lua b/sipi/scripts/clean_temp_dir.lua index a3a6e1c06f..96e2a84bea 100644 --- a/sipi/scripts/clean_temp_dir.lua +++ b/sipi/scripts/clean_temp_dir.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 --- Removes old temporary files. diff --git a/sipi/scripts/debug.lua b/sipi/scripts/debug.lua index c6dc8efda9..c2f94efff0 100644 --- a/sipi/scripts/debug.lua +++ b/sipi/scripts/debug.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 -- Knora GUI-case: create a thumbnail diff --git a/sipi/scripts/delete_temp_file.lua b/sipi/scripts/delete_temp_file.lua index 288fbbef89..be4210b9b9 100644 --- a/sipi/scripts/delete_temp_file.lua +++ b/sipi/scripts/delete_temp_file.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 -- diff --git a/sipi/scripts/exit.lua b/sipi/scripts/exit.lua index 3082c07451..bfb243aa22 100644 --- a/sipi/scripts/exit.lua +++ b/sipi/scripts/exit.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 if not authorize_api('admin.sipi.org', 'administrator', config.adminuser) then diff --git a/sipi/scripts/file_info.lua b/sipi/scripts/file_info.lua index 2b4fa8c00e..a206bc931d 100644 --- a/sipi/scripts/file_info.lua +++ b/sipi/scripts/file_info.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 require "util" diff --git a/sipi/scripts/get_knora_session.lua b/sipi/scripts/get_knora_session.lua index 9444dd24ba..54f661f6df 100644 --- a/sipi/scripts/get_knora_session.lua +++ b/sipi/scripts/get_knora_session.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 ------------------------------------------------------------------------------- diff --git a/sipi/scripts/jwt.lua b/sipi/scripts/jwt.lua index 9016d52fc8..2a5ef9b2ca 100644 --- a/sipi/scripts/jwt.lua +++ b/sipi/scripts/jwt.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 require "send_response" diff --git a/sipi/scripts/send_response.lua b/sipi/scripts/send_response.lua index beba5dfa25..681c0e600a 100644 --- a/sipi/scripts/send_response.lua +++ b/sipi/scripts/send_response.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 ------------------------------------------------------------------------------- diff --git a/sipi/scripts/sipi.init-knora-no-auth.lua b/sipi/scripts/sipi.init-knora-no-auth.lua index e919aa9a82..981965dd36 100644 --- a/sipi/scripts/sipi.init-knora-no-auth.lua +++ b/sipi/scripts/sipi.init-knora-no-auth.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 require "get_knora_session" diff --git a/sipi/scripts/sipi.init-knora-test.lua b/sipi/scripts/sipi.init-knora-test.lua index 77659ba203..d570532d2a 100644 --- a/sipi/scripts/sipi.init-knora-test.lua +++ b/sipi/scripts/sipi.init-knora-test.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 require "get_knora_session" diff --git a/sipi/scripts/sipi.init-knora.lua b/sipi/scripts/sipi.init-knora.lua index e6c9ea77ef..5555efcfcc 100644 --- a/sipi/scripts/sipi.init-knora.lua +++ b/sipi/scripts/sipi.init-knora.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 require "get_knora_session" diff --git a/sipi/scripts/store.lua b/sipi/scripts/store.lua index 27830ff4eb..9190ad5b5f 100644 --- a/sipi/scripts/store.lua +++ b/sipi/scripts/store.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 -- diff --git a/sipi/scripts/test1.lua b/sipi/scripts/test1.lua index 368b5fb1be..e012f4b862 100644 --- a/sipi/scripts/test1.lua +++ b/sipi/scripts/test1.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 -- server.setBuffer() diff --git a/sipi/scripts/test2.lua b/sipi/scripts/test2.lua index db290521fb..e57141fb8c 100644 --- a/sipi/scripts/test2.lua +++ b/sipi/scripts/test2.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 -- local img = SipiImage.new(config.imgroot .. "/Leaves8.tif", {region="full", reduce=4}) diff --git a/sipi/scripts/test_file_info.lua b/sipi/scripts/test_file_info.lua index 2b831f8ec0..5722299085 100644 --- a/sipi/scripts/test_file_info.lua +++ b/sipi/scripts/test_file_info.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 require "send_response" diff --git a/sipi/scripts/test_functions.lua b/sipi/scripts/test_functions.lua index a740e03230..974ffa4b2f 100644 --- a/sipi/scripts/test_functions.lua +++ b/sipi/scripts/test_functions.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 require "send_response" diff --git a/sipi/scripts/test_knora_session_cookie.lua b/sipi/scripts/test_knora_session_cookie.lua index e8d402e0f8..8409fc83fc 100644 --- a/sipi/scripts/test_knora_session_cookie.lua +++ b/sipi/scripts/test_knora_session_cookie.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 require "send_response" diff --git a/sipi/scripts/upload.lua b/sipi/scripts/upload.lua index 1c79fd0573..05e313c465 100644 --- a/sipi/scripts/upload.lua +++ b/sipi/scripts/upload.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 -- diff --git a/sipi/scripts/util.lua b/sipi/scripts/util.lua index 86aff8fc81..c4e3b21ff8 100644 --- a/sipi/scripts/util.lua +++ b/sipi/scripts/util.lua @@ -1,4 +1,4 @@ --- * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +-- * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. -- * SPDX-License-Identifier: Apache-2.0 --- Checks whether a table contains a value. diff --git a/test_data/test_route/texts/beol/standoffToTEI.xsl b/test_data/test_route/texts/beol/standoffToTEI.xsl index 97d95a030c..1f7f91ca34 100644 --- a/test_data/test_route/texts/beol/standoffToTEI.xsl +++ b/test_data/test_route/texts/beol/standoffToTEI.xsl @@ -1,6 +1,6 @@ diff --git a/webapi/src/main/resources/knoraXmlImport.xsd b/webapi/src/main/resources/knoraXmlImport.xsd index cfabbc6972..a00099dd28 100644 --- a/webapi/src/main/resources/knoraXmlImport.xsd +++ b/webapi/src/main/resources/knoraXmlImport.xsd @@ -1,6 +1,6 @@ diff --git a/webapi/src/main/resources/standoffToTEI.xsl b/webapi/src/main/resources/standoffToTEI.xsl index 13c8ce23af..766caa1fc7 100644 --- a/webapi/src/main/resources/standoffToTEI.xsl +++ b/webapi/src/main/resources/standoffToTEI.xsl @@ -1,6 +1,6 @@ diff --git a/webapi/src/main/scala/org/knora/webapi/LanguageCodes.scala b/webapi/src/main/scala/org/knora/webapi/LanguageCodes.scala index 7f620eb989..712e94e39a 100644 --- a/webapi/src/main/scala/org/knora/webapi/LanguageCodes.scala +++ b/webapi/src/main/scala/org/knora/webapi/LanguageCodes.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/OntologySchema.scala b/webapi/src/main/scala/org/knora/webapi/OntologySchema.scala index ee082ce8ac..e838b7ffaf 100644 --- a/webapi/src/main/scala/org/knora/webapi/OntologySchema.scala +++ b/webapi/src/main/scala/org/knora/webapi/OntologySchema.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/RdfMediaTypes.scala b/webapi/src/main/scala/org/knora/webapi/RdfMediaTypes.scala index afcc3ab077..143285b584 100644 --- a/webapi/src/main/scala/org/knora/webapi/RdfMediaTypes.scala +++ b/webapi/src/main/scala/org/knora/webapi/RdfMediaTypes.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/annotation/ApiMayChange.scala b/webapi/src/main/scala/org/knora/webapi/annotation/ApiMayChange.scala index 4b5d15330c..4609ce14d9 100644 --- a/webapi/src/main/scala/org/knora/webapi/annotation/ApiMayChange.scala +++ b/webapi/src/main/scala/org/knora/webapi/annotation/ApiMayChange.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/annotation/ProjectUnique.scala b/webapi/src/main/scala/org/knora/webapi/annotation/ProjectUnique.scala index 4f4eb5e4c4..647755bf49 100644 --- a/webapi/src/main/scala/org/knora/webapi/annotation/ProjectUnique.scala +++ b/webapi/src/main/scala/org/knora/webapi/annotation/ProjectUnique.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/annotation/ServerUnique.scala b/webapi/src/main/scala/org/knora/webapi/annotation/ServerUnique.scala index e852a45e2d..480875f6d4 100644 --- a/webapi/src/main/scala/org/knora/webapi/annotation/ServerUnique.scala +++ b/webapi/src/main/scala/org/knora/webapi/annotation/ServerUnique.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/app/ApplicationActor.scala b/webapi/src/main/scala/org/knora/webapi/app/ApplicationActor.scala index 1ec2feca98..a3b0decd58 100644 --- a/webapi/src/main/scala/org/knora/webapi/app/ApplicationActor.scala +++ b/webapi/src/main/scala/org/knora/webapi/app/ApplicationActor.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/app/LiveCore.scala b/webapi/src/main/scala/org/knora/webapi/app/LiveCore.scala index a70a60e05d..272f1cd3b9 100644 --- a/webapi/src/main/scala/org/knora/webapi/app/LiveCore.scala +++ b/webapi/src/main/scala/org/knora/webapi/app/LiveCore.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/app/Main.scala b/webapi/src/main/scala/org/knora/webapi/app/Main.scala index 1e14c93ef7..c62eea56ee 100644 --- a/webapi/src/main/scala/org/knora/webapi/app/Main.scala +++ b/webapi/src/main/scala/org/knora/webapi/app/Main.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/contributors/GenerateContributorsFile.scala b/webapi/src/main/scala/org/knora/webapi/contributors/GenerateContributorsFile.scala index c933396bc6..852f23147e 100644 --- a/webapi/src/main/scala/org/knora/webapi/contributors/GenerateContributorsFile.scala +++ b/webapi/src/main/scala/org/knora/webapi/contributors/GenerateContributorsFile.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/core/ActorMaker.scala b/webapi/src/main/scala/org/knora/webapi/core/ActorMaker.scala index 358fae3826..41f5369bb2 100644 --- a/webapi/src/main/scala/org/knora/webapi/core/ActorMaker.scala +++ b/webapi/src/main/scala/org/knora/webapi/core/ActorMaker.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/core/Core.scala b/webapi/src/main/scala/org/knora/webapi/core/Core.scala index 52e564b994..e90a143a42 100644 --- a/webapi/src/main/scala/org/knora/webapi/core/Core.scala +++ b/webapi/src/main/scala/org/knora/webapi/core/Core.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/core/LiveActorMaker.scala b/webapi/src/main/scala/org/knora/webapi/core/LiveActorMaker.scala index c62b0fb620..bbef2769cd 100644 --- a/webapi/src/main/scala/org/knora/webapi/core/LiveActorMaker.scala +++ b/webapi/src/main/scala/org/knora/webapi/core/LiveActorMaker.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/exceptions/Exceptions.scala b/webapi/src/main/scala/org/knora/webapi/exceptions/Exceptions.scala index 2cfd19752c..b1c988b2ff 100644 --- a/webapi/src/main/scala/org/knora/webapi/exceptions/Exceptions.scala +++ b/webapi/src/main/scala/org/knora/webapi/exceptions/Exceptions.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/exceptions/package.scala b/webapi/src/main/scala/org/knora/webapi/exceptions/package.scala index c978b22930..60fcd18857 100644 --- a/webapi/src/main/scala/org/knora/webapi/exceptions/package.scala +++ b/webapi/src/main/scala/org/knora/webapi/exceptions/package.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/feature/FeatureFactory.scala b/webapi/src/main/scala/org/knora/webapi/feature/FeatureFactory.scala index cb62946800..22e3e25975 100644 --- a/webapi/src/main/scala/org/knora/webapi/feature/FeatureFactory.scala +++ b/webapi/src/main/scala/org/knora/webapi/feature/FeatureFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/http/directives/DSPApiDirectives.scala b/webapi/src/main/scala/org/knora/webapi/http/directives/DSPApiDirectives.scala index a5334fddf8..451fb58ec1 100644 --- a/webapi/src/main/scala/org/knora/webapi/http/directives/DSPApiDirectives.scala +++ b/webapi/src/main/scala/org/knora/webapi/http/directives/DSPApiDirectives.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/http/handler/KnoraExceptionHandler.scala b/webapi/src/main/scala/org/knora/webapi/http/handler/KnoraExceptionHandler.scala index 70c7997b04..7152ef8db2 100644 --- a/webapi/src/main/scala/org/knora/webapi/http/handler/KnoraExceptionHandler.scala +++ b/webapi/src/main/scala/org/knora/webapi/http/handler/KnoraExceptionHandler.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/http/status/ApiStatusCodesADM.scala b/webapi/src/main/scala/org/knora/webapi/http/status/ApiStatusCodesADM.scala index 3a3cb2df4e..d72027406b 100644 --- a/webapi/src/main/scala/org/knora/webapi/http/status/ApiStatusCodesADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/http/status/ApiStatusCodesADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/http/status/ApiStatusCodesV1.scala b/webapi/src/main/scala/org/knora/webapi/http/status/ApiStatusCodesV1.scala index 3af08f197b..ce1a020a64 100644 --- a/webapi/src/main/scala/org/knora/webapi/http/status/ApiStatusCodesV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/http/status/ApiStatusCodesV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/http/status/ApiStatusCodesV2.scala b/webapi/src/main/scala/org/knora/webapi/http/status/ApiStatusCodesV2.scala index e73b22db5f..f92761d1c8 100644 --- a/webapi/src/main/scala/org/knora/webapi/http/status/ApiStatusCodesV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/http/status/ApiStatusCodesV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/http/version/ServerVersion.scala b/webapi/src/main/scala/org/knora/webapi/http/version/ServerVersion.scala index b9f78bb120..3ecab202d2 100644 --- a/webapi/src/main/scala/org/knora/webapi/http/version/ServerVersion.scala +++ b/webapi/src/main/scala/org/knora/webapi/http/version/ServerVersion.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/http/version/versioninfo/VersionInfoTemplate.scala b/webapi/src/main/scala/org/knora/webapi/http/version/versioninfo/VersionInfoTemplate.scala index a96a17a9e3..3dca871317 100644 --- a/webapi/src/main/scala/org/knora/webapi/http/version/versioninfo/VersionInfoTemplate.scala +++ b/webapi/src/main/scala/org/knora/webapi/http/version/versioninfo/VersionInfoTemplate.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/instrumentation/InstrumentationSupport.scala b/webapi/src/main/scala/org/knora/webapi/instrumentation/InstrumentationSupport.scala index 74456308fc..14840bb963 100644 --- a/webapi/src/main/scala/org/knora/webapi/instrumentation/InstrumentationSupport.scala +++ b/webapi/src/main/scala/org/knora/webapi/instrumentation/InstrumentationSupport.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/OntologyConstants.scala b/webapi/src/main/scala/org/knora/webapi/messages/OntologyConstants.scala index f23cabfb4e..3fd84eb179 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/OntologyConstants.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/OntologyConstants.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/StringFormatter.scala b/webapi/src/main/scala/org/knora/webapi/messages/StringFormatter.scala index c813bfa58c..fdca967275 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/StringFormatter.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/StringFormatter.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/KnoraRequestADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/KnoraRequestADM.scala index 695263f9bd..7f01eb91cf 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/KnoraRequestADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/KnoraRequestADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/KnoraResponseADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/KnoraResponseADM.scala index 4b9f70a1c4..1f83db6b42 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/KnoraResponseADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/KnoraResponseADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/groupsmessages/GroupsErrorMessagesADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/groupsmessages/GroupsErrorMessagesADM.scala index 70c9e99593..3e86e611ef 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/groupsmessages/GroupsErrorMessagesADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/groupsmessages/GroupsErrorMessagesADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/groupsmessages/GroupsMessagesADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/groupsmessages/GroupsMessagesADM.scala index cdc6377ed0..bb2c11a099 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/groupsmessages/GroupsMessagesADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/groupsmessages/GroupsMessagesADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/groupsmessages/GroupsPayloadsADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/groupsmessages/GroupsPayloadsADM.scala index c4ff7ed496..7373e49b23 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/groupsmessages/GroupsPayloadsADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/groupsmessages/GroupsPayloadsADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/listsmessages/ListsErrorMessagesADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/listsmessages/ListsErrorMessagesADM.scala index 8c0c755837..1da614f4e7 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/listsmessages/ListsErrorMessagesADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/listsmessages/ListsErrorMessagesADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/listsmessages/ListsMessagesADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/listsmessages/ListsMessagesADM.scala index 1230afae7e..cc3a38b971 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/listsmessages/ListsMessagesADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/listsmessages/ListsMessagesADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/listsmessages/ListsPayloadsADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/listsmessages/ListsPayloadsADM.scala index d8b3ec8335..d0a02ec2c4 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/listsmessages/ListsPayloadsADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/listsmessages/ListsPayloadsADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/permissionsmessages/PermissionsMessagesADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/permissionsmessages/PermissionsMessagesADM.scala index 251c68c838..fd51cde7f0 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/permissionsmessages/PermissionsMessagesADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/permissionsmessages/PermissionsMessagesADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/permissionsmessages/PermissionsMessagesUtilADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/permissionsmessages/PermissionsMessagesUtilADM.scala index ced479cc84..6409ce96ac 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/permissionsmessages/PermissionsMessagesUtilADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/permissionsmessages/PermissionsMessagesUtilADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/projectsmessages/ProjectsErrorMessagesADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/projectsmessages/ProjectsErrorMessagesADM.scala index 01242d7cd1..569a39045c 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/projectsmessages/ProjectsErrorMessagesADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/projectsmessages/ProjectsErrorMessagesADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/projectsmessages/ProjectsMessagesADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/projectsmessages/ProjectsMessagesADM.scala index cad922d8e2..e739f9f78c 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/projectsmessages/ProjectsMessagesADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/projectsmessages/ProjectsMessagesADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/projectsmessages/ProjectsPayloadsADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/projectsmessages/ProjectsPayloadsADM.scala index e801f16e5a..5f240bd349 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/projectsmessages/ProjectsPayloadsADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/projectsmessages/ProjectsPayloadsADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/sipimessages/SipiMessagesADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/sipimessages/SipiMessagesADM.scala index 3bb384edca..136bcabbe4 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/sipimessages/SipiMessagesADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/sipimessages/SipiMessagesADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/storesmessages/StoresMessagesADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/storesmessages/StoresMessagesADM.scala index c8a0d4286a..0a83f69784 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/storesmessages/StoresMessagesADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/storesmessages/StoresMessagesADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/usersmessages/UsersErrorMessagesADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/usersmessages/UsersErrorMessagesADM.scala index d033ecfde2..a8a148a700 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/usersmessages/UsersErrorMessagesADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/usersmessages/UsersErrorMessagesADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/usersmessages/UsersMessagesADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/usersmessages/UsersMessagesADM.scala index f90f308ad0..c63c012b02 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/usersmessages/UsersMessagesADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/usersmessages/UsersMessagesADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,19 +12,10 @@ import org.knora.webapi.feature.FeatureFactoryConfig import org.knora.webapi.messages.admin.responder.groupsmessages.{GroupADM, GroupsADMJsonProtocol} import org.knora.webapi.messages.admin.responder.permissionsmessages.{PermissionsADMJsonProtocol, PermissionsDataADM} import org.knora.webapi.messages.admin.responder.projectsmessages.{ProjectADM, ProjectsADMJsonProtocol} +import org.knora.webapi.messages.admin.responder.valueObjects._ import org.knora.webapi.messages.admin.responder.{KnoraRequestADM, KnoraResponseADM} import org.knora.webapi.messages.v1.responder.projectmessages.ProjectInfoV1 import org.knora.webapi.messages.v1.responder.usermessages._ -import org.knora.webapi.messages.admin.responder.valueObjects.{ - Username, - Email, - GivenName, - FamilyName, - Password, - UserStatus, - LanguageCode, - SystemAdmin -} import org.knora.webapi.messages.{OntologyConstants, StringFormatter} import spray.json._ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/usersmessages/UsersPayloadsADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/usersmessages/UsersPayloadsADM.scala index 13877370a5..abe107ad23 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/usersmessages/UsersPayloadsADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/usersmessages/UsersPayloadsADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/valueObjects/GroupsValueObjectsADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/valueObjects/GroupsValueObjectsADM.scala index 1b5eb07168..db78324db2 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/valueObjects/GroupsValueObjectsADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/valueObjects/GroupsValueObjectsADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/valueObjects/ListsValueObjectsADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/valueObjects/ListsValueObjectsADM.scala index 817cab5b2f..c9aece684a 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/valueObjects/ListsValueObjectsADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/valueObjects/ListsValueObjectsADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/valueObjects/ProjectsValueObjectsADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/valueObjects/ProjectsValueObjectsADM.scala index dd821c7790..89f1f6f0b3 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/valueObjects/ProjectsValueObjectsADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/valueObjects/ProjectsValueObjectsADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/valueObjects/UsersValueObjectsADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/valueObjects/UsersValueObjectsADM.scala index bf86ad6139..9cdd5141e4 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/valueObjects/UsersValueObjectsADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/admin/responder/valueObjects/UsersValueObjectsADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/app/appmessages/ApplicationMessages.scala b/webapi/src/main/scala/org/knora/webapi/messages/app/appmessages/ApplicationMessages.scala index c05f41f9d4..34a333e57f 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/app/appmessages/ApplicationMessages.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/app/appmessages/ApplicationMessages.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/store/StoreRequest.scala b/webapi/src/main/scala/org/knora/webapi/messages/store/StoreRequest.scala index b34bc6f6f5..52f436bbad 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/store/StoreRequest.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/store/StoreRequest.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/store/cacheservicemessages/CacheServiceMessages.scala b/webapi/src/main/scala/org/knora/webapi/messages/store/cacheservicemessages/CacheServiceMessages.scala index 451eecd1f8..91c5ca7555 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/store/cacheservicemessages/CacheServiceMessages.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/store/cacheservicemessages/CacheServiceMessages.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/store/sipimessages/SipiMessages.scala b/webapi/src/main/scala/org/knora/webapi/messages/store/sipimessages/SipiMessages.scala index 39067d8e61..3f6e1839c0 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/store/sipimessages/SipiMessages.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/store/sipimessages/SipiMessages.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/store/triplestoremessages/FusekiAPI.scala b/webapi/src/main/scala/org/knora/webapi/messages/store/triplestoremessages/FusekiAPI.scala index 2458388519..34b1d80b76 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/store/triplestoremessages/FusekiAPI.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/store/triplestoremessages/FusekiAPI.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/store/triplestoremessages/GraphDBAPI.scala b/webapi/src/main/scala/org/knora/webapi/messages/store/triplestoremessages/GraphDBAPI.scala index 787d3b4a75..41fe9ec128 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/store/triplestoremessages/GraphDBAPI.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/store/triplestoremessages/GraphDBAPI.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/store/triplestoremessages/TriplestoreMessages.scala b/webapi/src/main/scala/org/knora/webapi/messages/store/triplestoremessages/TriplestoreMessages.scala index a10596fc53..686961482f 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/store/triplestoremessages/TriplestoreMessages.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/store/triplestoremessages/TriplestoreMessages.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/traits/Jsonable.scala b/webapi/src/main/scala/org/knora/webapi/messages/traits/Jsonable.scala index 4013e15dca..a674be7bfd 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/traits/Jsonable.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/traits/Jsonable.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/traits/RequestWithSender.scala b/webapi/src/main/scala/org/knora/webapi/messages/traits/RequestWithSender.scala index 20b8f16877..14e4976ac1 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/traits/RequestWithSender.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/traits/RequestWithSender.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/twirl/Contributor.scala b/webapi/src/main/scala/org/knora/webapi/messages/twirl/Contributor.scala index fefa503ee0..518623d861 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/twirl/Contributor.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/twirl/Contributor.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/twirl/Mapping.scala b/webapi/src/main/scala/org/knora/webapi/messages/twirl/Mapping.scala index 99aef36a13..6bfb1f0932 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/twirl/Mapping.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/twirl/Mapping.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/twirl/ResourceHtmlView.scala b/webapi/src/main/scala/org/knora/webapi/messages/twirl/ResourceHtmlView.scala index 907e6fc319..bafa1edd79 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/twirl/ResourceHtmlView.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/twirl/ResourceHtmlView.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/twirl/SearchCriterion.scala b/webapi/src/main/scala/org/knora/webapi/messages/twirl/SearchCriterion.scala index 609ee5540b..bda774af59 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/twirl/SearchCriterion.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/twirl/SearchCriterion.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/twirl/SparqlTemplateLinkUpdate.scala b/webapi/src/main/scala/org/knora/webapi/messages/twirl/SparqlTemplateLinkUpdate.scala index 57e842a8c6..161f594078 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/twirl/SparqlTemplateLinkUpdate.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/twirl/SparqlTemplateLinkUpdate.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/twirl/SparqlTemplateResourceToCreate.scala b/webapi/src/main/scala/org/knora/webapi/messages/twirl/SparqlTemplateResourceToCreate.scala index 7862fb31d2..15131c349c 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/twirl/SparqlTemplateResourceToCreate.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/twirl/SparqlTemplateResourceToCreate.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/CalendarDateUtilV2.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/CalendarDateUtilV2.scala index b3bec1b731..555beb6002 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/CalendarDateUtilV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/CalendarDateUtilV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/ConstructResponseUtilV2.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/ConstructResponseUtilV2.scala index e5ef96101b..6784bd205b 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/ConstructResponseUtilV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/ConstructResponseUtilV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/DateUtilV1.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/DateUtilV1.scala index f3f678cdc7..bd25ab45d0 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/DateUtilV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/DateUtilV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/ErrorHandlingMap.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/ErrorHandlingMap.scala index d6119ce70b..80e2a02419 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/ErrorHandlingMap.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/ErrorHandlingMap.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/FakeTriplestore.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/FakeTriplestore.scala index b5e940e841..651bf5816e 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/FakeTriplestore.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/FakeTriplestore.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/KnoraSystemInstances.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/KnoraSystemInstances.scala index f2eee5cd4b..db6282c39f 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/KnoraSystemInstances.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/KnoraSystemInstances.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/MessageUtil.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/MessageUtil.scala index 12c85c55b4..28aa43165c 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/MessageUtil.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/MessageUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/OntologyUtil.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/OntologyUtil.scala index b39e238ff4..815873bc1e 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/OntologyUtil.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/OntologyUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/PermissionUtilADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/PermissionUtilADM.scala index 2c5ff06a48..0f745736e6 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/PermissionUtilADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/PermissionUtilADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/ResponderData.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/ResponderData.scala index 9d2789f9d4..d831fa7569 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/ResponderData.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/ResponderData.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/UserUtilADM.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/UserUtilADM.scala index f76ff6ff49..de1a080ce0 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/UserUtilADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/UserUtilADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/ValueUtilV1.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/ValueUtilV1.scala index 0ab6a05cb4..df326a3593 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/ValueUtilV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/ValueUtilV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/AbstractShaclValidator.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/AbstractShaclValidator.scala index a4f5079f95..13e187eef0 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/AbstractShaclValidator.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/AbstractShaclValidator.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/JsonLDUtil.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/JsonLDUtil.scala index b60928cabf..f6ca8b4f9b 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/JsonLDUtil.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/JsonLDUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/RdfFeatureFactory.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/RdfFeatureFactory.scala index 08d1dfbf29..b260f5e48d 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/RdfFeatureFactory.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/RdfFeatureFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/RdfFormatUtil.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/RdfFormatUtil.scala index 3a5afbf654..e60995f262 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/RdfFormatUtil.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/RdfFormatUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/RdfModel.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/RdfModel.scala index 7eca79deed..ed88fd17b8 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/RdfModel.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/RdfModel.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/ShaclValidator.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/ShaclValidator.scala index 8954680262..b958424c9d 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/ShaclValidator.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/ShaclValidator.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/SparqlSelectResult.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/SparqlSelectResult.scala index 29c167dad4..a4c0835cd5 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/SparqlSelectResult.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/SparqlSelectResult.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaFormatUtil.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaFormatUtil.scala index 6a6be09829..da8b439b4c 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaFormatUtil.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaFormatUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaModel.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaModel.scala index 8f478bd6f6..19363eafc2 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaModel.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaModel.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaShaclValidator.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaShaclValidator.scala index 9c27fed00b..67a8ed8c08 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaShaclValidator.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaShaclValidator.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JFormatUtil.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JFormatUtil.scala index dfbcf38f51..f890ae03fe 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JFormatUtil.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JFormatUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JModel.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JModel.scala index 62551bf6fb..513516716c 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JModel.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JModel.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JShaclValidator.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JShaclValidator.scala index ba2e72283e..836ff28c37 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JShaclValidator.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JShaclValidator.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/FullTextMainQueryGenerator.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/FullTextMainQueryGenerator.scala index d7e5ab79ae..d194097782 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/FullTextMainQueryGenerator.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/FullTextMainQueryGenerator.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/MainQueryResultProcessor.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/MainQueryResultProcessor.scala index abfdfe03a4..3ba44593bf 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/MainQueryResultProcessor.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/MainQueryResultProcessor.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/QueryTraverser.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/QueryTraverser.scala index d6b5e9c0cc..1a2b56f677 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/QueryTraverser.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/QueryTraverser.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/SparqlQuery.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/SparqlQuery.scala index fc752af730..23790d69b5 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/SparqlQuery.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/SparqlQuery.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/SparqlTransformer.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/SparqlTransformer.scala index 962a097111..9c5a848c68 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/SparqlTransformer.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/SparqlTransformer.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/GravsearchParser.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/GravsearchParser.scala index e939780985..934065634a 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/GravsearchParser.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/GravsearchParser.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/GravsearchQueryChecker.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/GravsearchQueryChecker.scala index 6222bc6b99..5477bd4e7d 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/GravsearchQueryChecker.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/GravsearchQueryChecker.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/mainquery/GravsearchMainQueryGenerator.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/mainquery/GravsearchMainQueryGenerator.scala index ec593f6a60..5c13a695c8 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/mainquery/GravsearchMainQueryGenerator.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/mainquery/GravsearchMainQueryGenerator.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/AbstractPrequeryGenerator.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/AbstractPrequeryGenerator.scala index f8db76fbad..b30185f250 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/AbstractPrequeryGenerator.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/AbstractPrequeryGenerator.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/GravsearchQueryOptimisationFactory.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/GravsearchQueryOptimisationFactory.scala index 1ae0df0fed..9b3c8adc87 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/GravsearchQueryOptimisationFactory.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/GravsearchQueryOptimisationFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/NonTriplestoreSpecificGravsearchToCountPrequeryTransformer.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/NonTriplestoreSpecificGravsearchToCountPrequeryTransformer.scala index 7505c69378..0c044e0dd5 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/NonTriplestoreSpecificGravsearchToCountPrequeryTransformer.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/NonTriplestoreSpecificGravsearchToCountPrequeryTransformer.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/NonTriplestoreSpecificGravsearchToPrequeryTransformer.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/NonTriplestoreSpecificGravsearchToPrequeryTransformer.scala index 746f1f8f4d..247aaea721 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/NonTriplestoreSpecificGravsearchToPrequeryTransformer.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/NonTriplestoreSpecificGravsearchToPrequeryTransformer.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/TopologicalSortUtil.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/TopologicalSortUtil.scala index 847c2b7114..3dd050e17f 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/TopologicalSortUtil.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/TopologicalSortUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/AnnotationReadingGravsearchTypeInspector.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/AnnotationReadingGravsearchTypeInspector.scala index 208ef4cdef..2015e411bf 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/AnnotationReadingGravsearchTypeInspector.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/AnnotationReadingGravsearchTypeInspector.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspectionResult.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspectionResult.scala index ae29d6d3dc..ef35fcab94 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspectionResult.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspectionResult.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspectionRunner.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspectionRunner.scala index ea5cb8d8f4..a069f6fa29 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspectionRunner.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspectionRunner.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspectionUtil.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspectionUtil.scala index ae5016766f..ee1356c817 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspectionUtil.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspectionUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspector.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspector.scala index bed9e6ecbd..07153f2bab 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspector.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspector.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/InferringGravsearchTypeInspector.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/InferringGravsearchTypeInspector.scala index b883dca841..d3b1cebba1 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/InferringGravsearchTypeInspector.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/InferringGravsearchTypeInspector.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/IntermediateTypeInspectionResult.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/IntermediateTypeInspectionResult.scala index 549a5efa21..86867f21e3 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/IntermediateTypeInspectionResult.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/search/gravsearch/types/IntermediateTypeInspectionResult.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/standoff/StandoffTagUtilV2.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/standoff/StandoffTagUtilV2.scala index 1e4bc3926b..f733432425 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/standoff/StandoffTagUtilV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/standoff/StandoffTagUtilV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/standoff/XMLToStandoffUtil.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/standoff/XMLToStandoffUtil.scala index d3e2906879..505e9c2d97 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/standoff/XMLToStandoffUtil.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/standoff/XMLToStandoffUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/util/standoff/XMLUtil.scala b/webapi/src/main/scala/org/knora/webapi/messages/util/standoff/XMLUtil.scala index cbebf7f4bf..6da3856773 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/util/standoff/XMLUtil.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/util/standoff/XMLUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/KnoraRequestV1.scala b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/KnoraRequestV1.scala index 426f0b3f31..6b1bb8bab0 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/KnoraRequestV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/KnoraRequestV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/KnoraResponseV1.scala b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/KnoraResponseV1.scala index a08a8f15cb..18c6f057c4 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/KnoraResponseV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/KnoraResponseV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/ckanmessages/CkanMessagesV1.scala b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/ckanmessages/CkanMessagesV1.scala index 580afab407..959091538a 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/ckanmessages/CkanMessagesV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/ckanmessages/CkanMessagesV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/listmessages/ListMessagesV1.scala b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/listmessages/ListMessagesV1.scala index e6aa560c6d..698648a25e 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/listmessages/ListMessagesV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/listmessages/ListMessagesV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/ontologymessages/OntologyMessagesV1.scala b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/ontologymessages/OntologyMessagesV1.scala index ee06bc022e..c144f32e33 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/ontologymessages/OntologyMessagesV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/ontologymessages/OntologyMessagesV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/projectmessages/ProjectMessagesV1.scala b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/projectmessages/ProjectMessagesV1.scala index 4685ceb59b..1de3bf65af 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/projectmessages/ProjectMessagesV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/projectmessages/ProjectMessagesV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/resourcemessages/ResourceMessagesV1.scala b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/resourcemessages/ResourceMessagesV1.scala index c471982e2d..5bbe71e10d 100755 --- a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/resourcemessages/ResourceMessagesV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/resourcemessages/ResourceMessagesV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/searchmessages/SearchMessagesV1.scala b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/searchmessages/SearchMessagesV1.scala index 0ba9828ba2..8fa6aec4ec 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/searchmessages/SearchMessagesV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/searchmessages/SearchMessagesV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/standoffmessages/StandoffMessagesV1.scala b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/standoffmessages/StandoffMessagesV1.scala index b4e2c47378..db4ba11d77 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/standoffmessages/StandoffMessagesV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/standoffmessages/StandoffMessagesV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/usermessages/UserMessagesV1.scala b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/usermessages/UserMessagesV1.scala index 1175a3d2ce..c712ea137a 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/usermessages/UserMessagesV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/usermessages/UserMessagesV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/valuemessages/ValueMessagesV1.scala b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/valuemessages/ValueMessagesV1.scala index 630c2f38dd..df65f0e87d 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/valuemessages/ValueMessagesV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v1/responder/valuemessages/ValueMessagesV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v1/routing/authenticationmessages/AuthenticationMessagesV1.scala b/webapi/src/main/scala/org/knora/webapi/messages/v1/routing/authenticationmessages/AuthenticationMessagesV1.scala index 07404a47b4..64d88173ab 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v1/routing/authenticationmessages/AuthenticationMessagesV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v1/routing/authenticationmessages/AuthenticationMessagesV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/KnoraRequestV2.scala b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/KnoraRequestV2.scala index d2ed11d5a2..5c2a101773 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/KnoraRequestV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/KnoraRequestV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/KnoraResponseV2.scala b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/KnoraResponseV2.scala index 9e8e77be78..02f1e9eafa 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/KnoraResponseV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/KnoraResponseV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/listsmessages/ListsMessagesV2.scala b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/listsmessages/ListsMessagesV2.scala index dcda2c4457..e2ae9bbf2e 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/listsmessages/ListsMessagesV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/listsmessages/ListsMessagesV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/ontologymessages/KnoraBaseToApiV2ComplexTransformationRules.scala b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/ontologymessages/KnoraBaseToApiV2ComplexTransformationRules.scala index e1d8df9be2..15c0994eac 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/ontologymessages/KnoraBaseToApiV2ComplexTransformationRules.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/ontologymessages/KnoraBaseToApiV2ComplexTransformationRules.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/ontologymessages/KnoraBaseToApiV2SimpleTransformationRules.scala b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/ontologymessages/KnoraBaseToApiV2SimpleTransformationRules.scala index 2f6698acfc..3486279a1c 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/ontologymessages/KnoraBaseToApiV2SimpleTransformationRules.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/ontologymessages/KnoraBaseToApiV2SimpleTransformationRules.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/ontologymessages/OntologyMessagesV2.scala b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/ontologymessages/OntologyMessagesV2.scala index 0cc740420d..20679c8f72 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/ontologymessages/OntologyMessagesV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/ontologymessages/OntologyMessagesV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/ontologymessages/OntologyTransformationRules.scala b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/ontologymessages/OntologyTransformationRules.scala index 333dcc02a9..2de392227f 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/ontologymessages/OntologyTransformationRules.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/ontologymessages/OntologyTransformationRules.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/resourcemessages/ResourceMessagesV2.scala b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/resourcemessages/ResourceMessagesV2.scala index c1e08be3ab..f5f116cf11 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/resourcemessages/ResourceMessagesV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/resourcemessages/ResourceMessagesV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/searchmessages/SearchMessagesV2.scala b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/searchmessages/SearchMessagesV2.scala index edba8d8785..07dfbf02d4 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/searchmessages/SearchMessagesV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/searchmessages/SearchMessagesV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/standoffmessages/StandoffMessagesV2.scala b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/standoffmessages/StandoffMessagesV2.scala index d4c0d1c8d9..c64b85b924 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/standoffmessages/StandoffMessagesV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/standoffmessages/StandoffMessagesV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/valuemessages/ValueMessagesV2.scala b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/valuemessages/ValueMessagesV2.scala index 025794be9b..f568b8b8a4 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/valuemessages/ValueMessagesV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v2/responder/valuemessages/ValueMessagesV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/messages/v2/routing/authenticationmessages/AuthenticationMessagesV2.scala b/webapi/src/main/scala/org/knora/webapi/messages/v2/routing/authenticationmessages/AuthenticationMessagesV2.scala index 23c25c2720..26b52355e4 100644 --- a/webapi/src/main/scala/org/knora/webapi/messages/v2/routing/authenticationmessages/AuthenticationMessagesV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/messages/v2/routing/authenticationmessages/AuthenticationMessagesV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/package.scala b/webapi/src/main/scala/org/knora/webapi/package.scala index 7c46f3856b..5ec974651c 100644 --- a/webapi/src/main/scala/org/knora/webapi/package.scala +++ b/webapi/src/main/scala/org/knora/webapi/package.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/IriLocker.scala b/webapi/src/main/scala/org/knora/webapi/responders/IriLocker.scala index 04f9e019ee..c9324f8a87 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/IriLocker.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/IriLocker.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/Responder.scala b/webapi/src/main/scala/org/knora/webapi/responders/Responder.scala index a8a11343a1..186f7233b3 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/Responder.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/Responder.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/ResponderManager.scala b/webapi/src/main/scala/org/knora/webapi/responders/ResponderManager.scala index 0607977a72..f1c64af70f 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/ResponderManager.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/ResponderManager.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/admin/GroupsResponderADM.scala b/webapi/src/main/scala/org/knora/webapi/responders/admin/GroupsResponderADM.scala index 6a54b704d4..03c623e951 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/admin/GroupsResponderADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/admin/GroupsResponderADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/admin/ListsResponderADM.scala b/webapi/src/main/scala/org/knora/webapi/responders/admin/ListsResponderADM.scala index 52604fc1f3..f61ea48333 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/admin/ListsResponderADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/admin/ListsResponderADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/admin/PermissionsResponderADM.scala b/webapi/src/main/scala/org/knora/webapi/responders/admin/PermissionsResponderADM.scala index 0b76a4d67e..bd538b20ea 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/admin/PermissionsResponderADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/admin/PermissionsResponderADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/admin/ProjectsResponderADM.scala b/webapi/src/main/scala/org/knora/webapi/responders/admin/ProjectsResponderADM.scala index c6b55cd4e2..1dbf06f46f 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/admin/ProjectsResponderADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/admin/ProjectsResponderADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/admin/SipiResponderADM.scala b/webapi/src/main/scala/org/knora/webapi/responders/admin/SipiResponderADM.scala index b93923a54d..532b0e922c 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/admin/SipiResponderADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/admin/SipiResponderADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/admin/StoresResponderADM.scala b/webapi/src/main/scala/org/knora/webapi/responders/admin/StoresResponderADM.scala index 74bff68a42..befc4d0f74 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/admin/StoresResponderADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/admin/StoresResponderADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/admin/UsersResponderADM.scala b/webapi/src/main/scala/org/knora/webapi/responders/admin/UsersResponderADM.scala index f2e5ff2186..d18caf77f5 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/admin/UsersResponderADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/admin/UsersResponderADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v1/CkanResponderV1.scala b/webapi/src/main/scala/org/knora/webapi/responders/v1/CkanResponderV1.scala index 4b58f08718..6ddf2e30b9 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v1/CkanResponderV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v1/CkanResponderV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v1/ListsResponderV1.scala b/webapi/src/main/scala/org/knora/webapi/responders/v1/ListsResponderV1.scala index a38e92caaf..6488580667 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v1/ListsResponderV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v1/ListsResponderV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v1/OntologyResponderV1.scala b/webapi/src/main/scala/org/knora/webapi/responders/v1/OntologyResponderV1.scala index fc6464d538..52d7668102 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v1/OntologyResponderV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v1/OntologyResponderV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v1/ProjectsResponderV1.scala b/webapi/src/main/scala/org/knora/webapi/responders/v1/ProjectsResponderV1.scala index 7811e6598a..3ecd27e7a8 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v1/ProjectsResponderV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v1/ProjectsResponderV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v1/ResourcesResponderV1.scala b/webapi/src/main/scala/org/knora/webapi/responders/v1/ResourcesResponderV1.scala index 679cc5ac4f..3ffceb19c4 100755 --- a/webapi/src/main/scala/org/knora/webapi/responders/v1/ResourcesResponderV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v1/ResourcesResponderV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v1/SearchResponderV1.scala b/webapi/src/main/scala/org/knora/webapi/responders/v1/SearchResponderV1.scala index 89cca1a3be..4c28f9d93a 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v1/SearchResponderV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v1/SearchResponderV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v1/StandoffResponderV1.scala b/webapi/src/main/scala/org/knora/webapi/responders/v1/StandoffResponderV1.scala index 041280f85c..db973c9f85 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v1/StandoffResponderV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v1/StandoffResponderV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v1/UsersResponderV1.scala b/webapi/src/main/scala/org/knora/webapi/responders/v1/UsersResponderV1.scala index 8d95fb6155..ad1af158ae 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v1/UsersResponderV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v1/UsersResponderV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v1/ValuesResponderV1.scala b/webapi/src/main/scala/org/knora/webapi/responders/v1/ValuesResponderV1.scala index 37873c90c7..6e25319103 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v1/ValuesResponderV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v1/ValuesResponderV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v2/ListsResponderV2.scala b/webapi/src/main/scala/org/knora/webapi/responders/v2/ListsResponderV2.scala index 8c158f0924..6a6838aea8 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v2/ListsResponderV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v2/ListsResponderV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v2/OntologyResponderV2.scala b/webapi/src/main/scala/org/knora/webapi/responders/v2/OntologyResponderV2.scala index 113dca26fe..2a85f758ed 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v2/OntologyResponderV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v2/OntologyResponderV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v2/ResourceUtilV2.scala b/webapi/src/main/scala/org/knora/webapi/responders/v2/ResourceUtilV2.scala index 1be9fc6768..edf831344b 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v2/ResourceUtilV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v2/ResourceUtilV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v2/ResourcesResponderV2.scala b/webapi/src/main/scala/org/knora/webapi/responders/v2/ResourcesResponderV2.scala index 8576f1bd69..fbb98a715f 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v2/ResourcesResponderV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v2/ResourcesResponderV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v2/ResponderWithStandoffV2.scala b/webapi/src/main/scala/org/knora/webapi/responders/v2/ResponderWithStandoffV2.scala index e23fa1f11b..8a728d24a6 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v2/ResponderWithStandoffV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v2/ResponderWithStandoffV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v2/SearchResponderV2.scala b/webapi/src/main/scala/org/knora/webapi/responders/v2/SearchResponderV2.scala index cc2e295ed9..3e2b293d4e 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v2/SearchResponderV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v2/SearchResponderV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v2/StandoffResponderV2.scala b/webapi/src/main/scala/org/knora/webapi/responders/v2/StandoffResponderV2.scala index 7888227a6f..56ffbd127f 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v2/StandoffResponderV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v2/StandoffResponderV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v2/ValuesResponderV2.scala b/webapi/src/main/scala/org/knora/webapi/responders/v2/ValuesResponderV2.scala index 632345e42d..d8d95fea60 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v2/ValuesResponderV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v2/ValuesResponderV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v2/ontology/Cache.scala b/webapi/src/main/scala/org/knora/webapi/responders/v2/ontology/Cache.scala index 858484c5ec..978e001de2 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v2/ontology/Cache.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v2/ontology/Cache.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v2/ontology/Cardinalities.scala b/webapi/src/main/scala/org/knora/webapi/responders/v2/ontology/Cardinalities.scala index 3769eb5832..337a4e5c40 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v2/ontology/Cardinalities.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v2/ontology/Cardinalities.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/responders/v2/ontology/OntologyHelpers.scala b/webapi/src/main/scala/org/knora/webapi/responders/v2/ontology/OntologyHelpers.scala index 401b351246..4528e4343d 100644 --- a/webapi/src/main/scala/org/knora/webapi/responders/v2/ontology/OntologyHelpers.scala +++ b/webapi/src/main/scala/org/knora/webapi/responders/v2/ontology/OntologyHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/AroundDirectives.scala b/webapi/src/main/scala/org/knora/webapi/routing/AroundDirectives.scala index fd1b0c9f3a..d7b75aadb3 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/AroundDirectives.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/AroundDirectives.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/Authenticator.scala b/webapi/src/main/scala/org/knora/webapi/routing/Authenticator.scala index b523b4c2b7..f2025621de 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/Authenticator.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/Authenticator.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/HealthRoute.scala b/webapi/src/main/scala/org/knora/webapi/routing/HealthRoute.scala index e01075957a..50a3ea383b 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/HealthRoute.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/HealthRoute.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/KnoraRoute.scala b/webapi/src/main/scala/org/knora/webapi/routing/KnoraRoute.scala index 5b20bb1588..4d613965f0 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/KnoraRoute.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/KnoraRoute.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/RejectingRoute.scala b/webapi/src/main/scala/org/knora/webapi/routing/RejectingRoute.scala index 67fd37557a..4760355673 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/RejectingRoute.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/RejectingRoute.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/RouteUtilADM.scala b/webapi/src/main/scala/org/knora/webapi/routing/RouteUtilADM.scala index 9e7a3b38bc..6ff0dc79f8 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/RouteUtilADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/RouteUtilADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/RouteUtilV1.scala b/webapi/src/main/scala/org/knora/webapi/routing/RouteUtilV1.scala index 548f33d293..dafd767d4b 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/RouteUtilV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/RouteUtilV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/RouteUtilV2.scala b/webapi/src/main/scala/org/knora/webapi/routing/RouteUtilV2.scala index 3710856033..83cfe362b1 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/RouteUtilV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/RouteUtilV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/SwaggerApiDocsRoute.scala b/webapi/src/main/scala/org/knora/webapi/routing/SwaggerApiDocsRoute.scala index a85a56779f..dfb26f22f2 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/SwaggerApiDocsRoute.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/SwaggerApiDocsRoute.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/VersionRoute.scala b/webapi/src/main/scala/org/knora/webapi/routing/VersionRoute.scala index 3c17ee24d9..dc788ced01 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/VersionRoute.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/VersionRoute.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/admin/GroupsRouteADM.scala b/webapi/src/main/scala/org/knora/webapi/routing/admin/GroupsRouteADM.scala index 5270728748..3e27ccc3b2 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/admin/GroupsRouteADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/admin/GroupsRouteADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/admin/ListsRouteADM.scala b/webapi/src/main/scala/org/knora/webapi/routing/admin/ListsRouteADM.scala index fc41da428f..088ab232b0 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/admin/ListsRouteADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/admin/ListsRouteADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/admin/PermissionsRouteADM.scala b/webapi/src/main/scala/org/knora/webapi/routing/admin/PermissionsRouteADM.scala index fe399ca090..51015906c4 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/admin/PermissionsRouteADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/admin/PermissionsRouteADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/admin/ProjectsRouteADM.scala b/webapi/src/main/scala/org/knora/webapi/routing/admin/ProjectsRouteADM.scala index 6dd5b5f6ad..6c342c2d17 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/admin/ProjectsRouteADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/admin/ProjectsRouteADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/admin/SipiRouteADM.scala b/webapi/src/main/scala/org/knora/webapi/routing/admin/SipiRouteADM.scala index 8ca1572d89..7c1d6859ef 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/admin/SipiRouteADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/admin/SipiRouteADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/admin/StoreRouteADM.scala b/webapi/src/main/scala/org/knora/webapi/routing/admin/StoreRouteADM.scala index f414ac68d4..f81dcb91e7 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/admin/StoreRouteADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/admin/StoreRouteADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/admin/UsersRouteADM.scala b/webapi/src/main/scala/org/knora/webapi/routing/admin/UsersRouteADM.scala index d9812c0c75..99cae9e520 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/admin/UsersRouteADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/admin/UsersRouteADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/admin/lists/DeleteListItemsRouteADM.scala b/webapi/src/main/scala/org/knora/webapi/routing/admin/lists/DeleteListItemsRouteADM.scala index bbf2a25da3..ce2b4e90d9 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/admin/lists/DeleteListItemsRouteADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/admin/lists/DeleteListItemsRouteADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/admin/lists/OldListsRouteADMFeature.scala b/webapi/src/main/scala/org/knora/webapi/routing/admin/lists/OldListsRouteADMFeature.scala index 1b05235c61..a52332716d 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/admin/lists/OldListsRouteADMFeature.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/admin/lists/OldListsRouteADMFeature.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/admin/lists/UpdateListItemsRouteADM.scala b/webapi/src/main/scala/org/knora/webapi/routing/admin/lists/UpdateListItemsRouteADM.scala index 1fd47b9784..822388af3c 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/admin/lists/UpdateListItemsRouteADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/admin/lists/UpdateListItemsRouteADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/admin/permissions/CreatePermissionRouteADM.scala b/webapi/src/main/scala/org/knora/webapi/routing/admin/permissions/CreatePermissionRouteADM.scala index 5ceab748f4..16ed9f87df 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/admin/permissions/CreatePermissionRouteADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/admin/permissions/CreatePermissionRouteADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/admin/permissions/DeletePermissionRouteADM.scala b/webapi/src/main/scala/org/knora/webapi/routing/admin/permissions/DeletePermissionRouteADM.scala index dafa6a52d5..bd317c9341 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/admin/permissions/DeletePermissionRouteADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/admin/permissions/DeletePermissionRouteADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/admin/permissions/GetPermissionsRouteADM.scala b/webapi/src/main/scala/org/knora/webapi/routing/admin/permissions/GetPermissionsRouteADM.scala index 34983ceaaa..3c55f4aed3 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/admin/permissions/GetPermissionsRouteADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/admin/permissions/GetPermissionsRouteADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/admin/permissions/UpdatePermissionRouteADM.scala b/webapi/src/main/scala/org/knora/webapi/routing/admin/permissions/UpdatePermissionRouteADM.scala index 1026a99f9d..5e365d58ce 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/admin/permissions/UpdatePermissionRouteADM.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/admin/permissions/UpdatePermissionRouteADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/v1/AssetsRouteV1.scala b/webapi/src/main/scala/org/knora/webapi/routing/v1/AssetsRouteV1.scala index a4bab51ab0..5f2317574c 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/v1/AssetsRouteV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/v1/AssetsRouteV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/v1/AuthenticationRouteV1.scala b/webapi/src/main/scala/org/knora/webapi/routing/v1/AuthenticationRouteV1.scala index 528b584144..10662b366c 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/v1/AuthenticationRouteV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/v1/AuthenticationRouteV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/v1/CkanRouteV1.scala b/webapi/src/main/scala/org/knora/webapi/routing/v1/CkanRouteV1.scala index 08f9e6808d..2ba506f4a8 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/v1/CkanRouteV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/v1/CkanRouteV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/v1/ListsRouteV1.scala b/webapi/src/main/scala/org/knora/webapi/routing/v1/ListsRouteV1.scala index 0e8b35008d..ede237b9f8 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/v1/ListsRouteV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/v1/ListsRouteV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/v1/ProjectsRouteV1.scala b/webapi/src/main/scala/org/knora/webapi/routing/v1/ProjectsRouteV1.scala index f3f38e9c8c..7de17fab01 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/v1/ProjectsRouteV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/v1/ProjectsRouteV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/v1/ResourceTypesRouteV1.scala b/webapi/src/main/scala/org/knora/webapi/routing/v1/ResourceTypesRouteV1.scala index 0754050a5d..89e1952664 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/v1/ResourceTypesRouteV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/v1/ResourceTypesRouteV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/v1/ResourcesRouteV1.scala b/webapi/src/main/scala/org/knora/webapi/routing/v1/ResourcesRouteV1.scala index f4745882d8..fa63372d97 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/v1/ResourcesRouteV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/v1/ResourcesRouteV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/v1/SearchRouteV1.scala b/webapi/src/main/scala/org/knora/webapi/routing/v1/SearchRouteV1.scala index f590e1783c..ce0c050a23 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/v1/SearchRouteV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/v1/SearchRouteV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/v1/StandoffRouteV1.scala b/webapi/src/main/scala/org/knora/webapi/routing/v1/StandoffRouteV1.scala index 5c3ab844e5..a4a3e06fbc 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/v1/StandoffRouteV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/v1/StandoffRouteV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/v1/UsersRouteV1.scala b/webapi/src/main/scala/org/knora/webapi/routing/v1/UsersRouteV1.scala index 5a16c91bfa..9bd0ecb053 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/v1/UsersRouteV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/v1/UsersRouteV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/v1/ValuesRouteV1.scala b/webapi/src/main/scala/org/knora/webapi/routing/v1/ValuesRouteV1.scala index 7c2ec8cdb5..cec2cab407 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/v1/ValuesRouteV1.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/v1/ValuesRouteV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/v2/AuthenticationRouteV2.scala b/webapi/src/main/scala/org/knora/webapi/routing/v2/AuthenticationRouteV2.scala index b46faf9891..ea44925b1e 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/v2/AuthenticationRouteV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/v2/AuthenticationRouteV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/v2/ListsRouteV2.scala b/webapi/src/main/scala/org/knora/webapi/routing/v2/ListsRouteV2.scala index 3ecc4fa8dd..a9189a617f 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/v2/ListsRouteV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/v2/ListsRouteV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/v2/OntologiesRouteV2.scala b/webapi/src/main/scala/org/knora/webapi/routing/v2/OntologiesRouteV2.scala index ae66c2e373..36336b7f78 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/v2/OntologiesRouteV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/v2/OntologiesRouteV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/v2/ResourcesRouteV2.scala b/webapi/src/main/scala/org/knora/webapi/routing/v2/ResourcesRouteV2.scala index 1938624c22..752b1ce6d3 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/v2/ResourcesRouteV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/v2/ResourcesRouteV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/v2/SearchRouteV2.scala b/webapi/src/main/scala/org/knora/webapi/routing/v2/SearchRouteV2.scala index e34bb132e7..ce22260741 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/v2/SearchRouteV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/v2/SearchRouteV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/v2/StandoffRouteV2.scala b/webapi/src/main/scala/org/knora/webapi/routing/v2/StandoffRouteV2.scala index 29958fd3ba..265e1a9100 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/v2/StandoffRouteV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/v2/StandoffRouteV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/routing/v2/ValuesRouteV2.scala b/webapi/src/main/scala/org/knora/webapi/routing/v2/ValuesRouteV2.scala index 59b87434a3..8734a58401 100644 --- a/webapi/src/main/scala/org/knora/webapi/routing/v2/ValuesRouteV2.scala +++ b/webapi/src/main/scala/org/knora/webapi/routing/v2/ValuesRouteV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/settings/KnoraSettings.scala b/webapi/src/main/scala/org/knora/webapi/settings/KnoraSettings.scala index 410e657a0e..af843f89ee 100644 --- a/webapi/src/main/scala/org/knora/webapi/settings/KnoraSettings.scala +++ b/webapi/src/main/scala/org/knora/webapi/settings/KnoraSettings.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/settings/KnoraSettingsConstants.scala b/webapi/src/main/scala/org/knora/webapi/settings/KnoraSettingsConstants.scala index 22a42e3972..d2c65cf36d 100644 --- a/webapi/src/main/scala/org/knora/webapi/settings/KnoraSettingsConstants.scala +++ b/webapi/src/main/scala/org/knora/webapi/settings/KnoraSettingsConstants.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/settings/package.scala b/webapi/src/main/scala/org/knora/webapi/settings/package.scala index a417ad338f..f04720dd8a 100644 --- a/webapi/src/main/scala/org/knora/webapi/settings/package.scala +++ b/webapi/src/main/scala/org/knora/webapi/settings/package.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/StoreManager.scala b/webapi/src/main/scala/org/knora/webapi/store/StoreManager.scala index c228385aae..d6718e328e 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/StoreManager.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/StoreManager.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/cacheservice/CacheService.scala b/webapi/src/main/scala/org/knora/webapi/store/cacheservice/CacheService.scala index b6de30c245..27a2cde686 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/cacheservice/CacheService.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/cacheservice/CacheService.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/cacheservice/CacheServiceExceptions.scala b/webapi/src/main/scala/org/knora/webapi/store/cacheservice/CacheServiceExceptions.scala index b39546b7fb..65b6cb34bb 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/cacheservice/CacheServiceExceptions.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/cacheservice/CacheServiceExceptions.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/cacheservice/CacheServiceManager.scala b/webapi/src/main/scala/org/knora/webapi/store/cacheservice/CacheServiceManager.scala index 2286e32151..17914c25d5 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/cacheservice/CacheServiceManager.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/cacheservice/CacheServiceManager.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/cacheservice/inmem/CacheServiceInMemImpl.scala b/webapi/src/main/scala/org/knora/webapi/store/cacheservice/inmem/CacheServiceInMemImpl.scala index d4dd833f67..6fb9e798c2 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/cacheservice/inmem/CacheServiceInMemImpl.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/cacheservice/inmem/CacheServiceInMemImpl.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/cacheservice/redis/CacheServiceRedisImpl.scala b/webapi/src/main/scala/org/knora/webapi/store/cacheservice/redis/CacheServiceRedisImpl.scala index 09368e3b02..70ffee2408 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/cacheservice/redis/CacheServiceRedisImpl.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/cacheservice/redis/CacheServiceRedisImpl.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/cacheservice/serialization/CacheSerialization.scala b/webapi/src/main/scala/org/knora/webapi/store/cacheservice/serialization/CacheSerialization.scala index effcc96edc..ffe56ce22a 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/cacheservice/serialization/CacheSerialization.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/cacheservice/serialization/CacheSerialization.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/cacheservice/settings/CacheServiceSettings.scala b/webapi/src/main/scala/org/knora/webapi/store/cacheservice/settings/CacheServiceSettings.scala index 4d66495464..fdd89f4d6a 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/cacheservice/settings/CacheServiceSettings.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/cacheservice/settings/CacheServiceSettings.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/iiif/IIIFManager.scala b/webapi/src/main/scala/org/knora/webapi/store/iiif/IIIFManager.scala index a99225c9f6..541cc0d2f6 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/iiif/IIIFManager.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/iiif/IIIFManager.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/iiif/SipiConnector.scala b/webapi/src/main/scala/org/knora/webapi/store/iiif/SipiConnector.scala index 3ec349db21..402b56f4ee 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/iiif/SipiConnector.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/iiif/SipiConnector.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/triplestore/RdfDataObjectFactory.scala b/webapi/src/main/scala/org/knora/webapi/store/triplestore/RdfDataObjectFactory.scala index a8181be653..62d862b559 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/triplestore/RdfDataObjectFactory.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/triplestore/RdfDataObjectFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/triplestore/TriplestoreManager.scala b/webapi/src/main/scala/org/knora/webapi/store/triplestore/TriplestoreManager.scala index 745106c922..4ef1042aeb 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/triplestore/TriplestoreManager.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/triplestore/TriplestoreManager.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/triplestore/embedded/JenaTDBActor.scala b/webapi/src/main/scala/org/knora/webapi/store/triplestore/embedded/JenaTDBActor.scala index d18723161a..d6d0c9d90c 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/triplestore/embedded/JenaTDBActor.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/triplestore/embedded/JenaTDBActor.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/triplestore/http/HttpTriplestoreConnector.scala b/webapi/src/main/scala/org/knora/webapi/store/triplestore/http/HttpTriplestoreConnector.scala index 25ad066abf..02c2718877 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/triplestore/http/HttpTriplestoreConnector.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/triplestore/http/HttpTriplestoreConnector.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/NoopPlugin.scala b/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/NoopPlugin.scala index 81dddff4d2..4e0eaa828b 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/NoopPlugin.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/NoopPlugin.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1307.scala b/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1307.scala index 0ddd49c5f1..80330e88b3 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1307.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1307.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1322.scala b/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1322.scala index 105ee80a07..ebd7110db3 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1322.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1322.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1367.scala b/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1367.scala index 8104c50abe..001fab9282 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1367.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1367.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1372.scala b/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1372.scala index c552480701..c6813e3cd5 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1372.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1372.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1615.scala b/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1615.scala index 67d2632a50..0fab51c031 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1615.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1615.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1746.scala b/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1746.scala index 853f981c80..5db656c1b8 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1746.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1746.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1921.scala b/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1921.scala index 575e159175..9775afa413 100644 --- a/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1921.scala +++ b/webapi/src/main/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1921.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/util/ActorUtil.scala b/webapi/src/main/scala/org/knora/webapi/util/ActorUtil.scala index 35e4a6cf91..c771e7718d 100644 --- a/webapi/src/main/scala/org/knora/webapi/util/ActorUtil.scala +++ b/webapi/src/main/scala/org/knora/webapi/util/ActorUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/util/ApacheLuceneSupport.scala b/webapi/src/main/scala/org/knora/webapi/util/ApacheLuceneSupport.scala index 5635ad5a75..ca060ba0dc 100644 --- a/webapi/src/main/scala/org/knora/webapi/util/ApacheLuceneSupport.scala +++ b/webapi/src/main/scala/org/knora/webapi/util/ApacheLuceneSupport.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/util/Base64UrlCheckDigit.scala b/webapi/src/main/scala/org/knora/webapi/util/Base64UrlCheckDigit.scala index e8cd437e23..28fb0c27a8 100644 --- a/webapi/src/main/scala/org/knora/webapi/util/Base64UrlCheckDigit.scala +++ b/webapi/src/main/scala/org/knora/webapi/util/Base64UrlCheckDigit.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/util/FileUtil.scala b/webapi/src/main/scala/org/knora/webapi/util/FileUtil.scala index c58e937b0d..2c7247c082 100644 --- a/webapi/src/main/scala/org/knora/webapi/util/FileUtil.scala +++ b/webapi/src/main/scala/org/knora/webapi/util/FileUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/util/JavaUtil.scala b/webapi/src/main/scala/org/knora/webapi/util/JavaUtil.scala index da8b8f8d84..23f9f5d998 100644 --- a/webapi/src/main/scala/org/knora/webapi/util/JavaUtil.scala +++ b/webapi/src/main/scala/org/knora/webapi/util/JavaUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/util/SipiUtil.scala b/webapi/src/main/scala/org/knora/webapi/util/SipiUtil.scala index 6d573bd2da..3b6c950167 100644 --- a/webapi/src/main/scala/org/knora/webapi/util/SipiUtil.scala +++ b/webapi/src/main/scala/org/knora/webapi/util/SipiUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/scala/org/knora/webapi/util/cache/CacheUtil.scala b/webapi/src/main/scala/org/knora/webapi/util/cache/CacheUtil.scala index 34f7d3a382..5d5671ed11 100644 --- a/webapi/src/main/scala/org/knora/webapi/util/cache/CacheUtil.scala +++ b/webapi/src/main/scala/org/knora/webapi/util/cache/CacheUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/gravsearch/getIncomingImageLinks.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/gravsearch/getIncomingImageLinks.scala.txt index 1386c4c3b6..5dc1129149 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/gravsearch/getIncomingImageLinks.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/gravsearch/getIncomingImageLinks.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/gravsearch/getResourceWithSpecifiedProperties.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/gravsearch/getResourceWithSpecifiedProperties.scala.txt index 289897bbfa..b0f6738485 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/gravsearch/getResourceWithSpecifiedProperties.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/gravsearch/getResourceWithSpecifiedProperties.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/canDeleteList.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/canDeleteList.scala.txt index 867dd27008..cdb85211fd 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/canDeleteList.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/canDeleteList.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/changeParentNode.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/changeParentNode.scala.txt index 3d7c9b9aa8..f3347d6ced 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/changeParentNode.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/changeParentNode.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkGroupExistsByIri.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkGroupExistsByIri.scala.txt index 65349e2e38..0b96328e96 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkGroupExistsByIri.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkGroupExistsByIri.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkGroupExistsByName.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkGroupExistsByName.scala.txt index d6fc8d43ec..680b14131c 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkGroupExistsByName.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkGroupExistsByName.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkIriExists.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkIriExists.scala.txt index d1d4da11b4..218b5f01a9 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkIriExists.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkIriExists.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkListNodeExistsByIri.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkListNodeExistsByIri.scala.txt index d1fe999a9e..d2701f0f78 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkListNodeExistsByIri.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkListNodeExistsByIri.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkListNodeExistsByName.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkListNodeExistsByName.scala.txt index 0b695d3ebb..94bbf38236 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkListNodeExistsByName.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkListNodeExistsByName.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkListNodeNameIsProjectUnique.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkListNodeNameIsProjectUnique.scala.txt index f03e4c7de9..38b8d017b0 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkListNodeNameIsProjectUnique.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkListNodeNameIsProjectUnique.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkListRootNodeExistsByIri.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkListRootNodeExistsByIri.scala.txt index 42da486d48..17c5c969ee 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkListRootNodeExistsByIri.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkListRootNodeExistsByIri.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkProjectExistsByIri.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkProjectExistsByIri.scala.txt index e6dc68af2e..fa7501ef40 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkProjectExistsByIri.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkProjectExistsByIri.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkProjectExistsByShortcode.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkProjectExistsByShortcode.scala.txt index dcac057ff1..f34e149e88 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkProjectExistsByShortcode.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkProjectExistsByShortcode.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkProjectExistsByShortname.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkProjectExistsByShortname.scala.txt index 0f0cf6d31e..e6a49f5ee6 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkProjectExistsByShortname.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkProjectExistsByShortname.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkUserExists.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkUserExists.scala.txt index 0fc4818eb3..3d3dc9c1ae 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkUserExists.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkUserExists.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkUserExistsByEmail.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkUserExistsByEmail.scala.txt index 54bffd76fe..7e9fae3fa5 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkUserExistsByEmail.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkUserExistsByEmail.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkUserExistsByUsername.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkUserExistsByUsername.scala.txt index 9821e78ac6..e9fca47df7 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkUserExistsByUsername.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/checkUserExistsByUsername.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewAdministrativePermission.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewAdministrativePermission.scala.txt index 5d085b5507..a422e229f9 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewAdministrativePermission.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewAdministrativePermission.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewDefaultObjectAccessPermission.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewDefaultObjectAccessPermission.scala.txt index 181acface8..47b2a746a1 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewDefaultObjectAccessPermission.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewDefaultObjectAccessPermission.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewGroup.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewGroup.scala.txt index 8417d16108..7f7674a58b 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewGroup.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewGroup.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewListNode.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewListNode.scala.txt index b1393164be..b5cb78d174 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewListNode.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewListNode.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewProject.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewProject.scala.txt index dd06d24995..1475c10cdc 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewProject.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewProject.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewUser.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewUser.scala.txt index 6822761b0e..d90b140d69 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewUser.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/createNewUser.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/deleteNode.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/deleteNode.scala.txt index 41195110d0..fb39ca441f 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/deleteNode.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/deleteNode.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/deletePermission.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/deletePermission.scala.txt index 6564d4fbf4..3f80ff5e82 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/deletePermission.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/deletePermission.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getFileValue.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getFileValue.scala.txt index 15f133e754..51db491bf4 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getFileValue.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getFileValue.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getFileValueGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getFileValueGraphDB.scala.txt index 1e8c996828..cfbbce6b4f 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getFileValueGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getFileValueGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getFileValueStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getFileValueStandard.scala.txt index b1a662e01d..d4b89a664f 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getFileValueStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getFileValueStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getGroups.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getGroups.scala.txt index e2066fceb3..d8d14f0f61 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getGroups.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getGroups.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getListNode.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getListNode.scala.txt index 1c42bd6509..e450b5839b 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getListNode.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getListNode.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getListNodeWithChildren.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getListNodeWithChildren.scala.txt index 38354798f1..425fc8e6b6 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getListNodeWithChildren.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getListNodeWithChildren.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getLists.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getLists.scala.txt index c21e0d33da..bf883ee1a8 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getLists.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getLists.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getNodePath.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getNodePath.scala.txt index e8542ac81d..fd52ac6110 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getNodePath.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getNodePath.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getParentNode.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getParentNode.scala.txt index d11ba29ebb..54065876fe 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getParentNode.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getParentNode.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getPermissionByIRI.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getPermissionByIRI.scala.txt index 06c46afe7c..a259943072 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getPermissionByIRI.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getPermissionByIRI.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectAdminData.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectAdminData.scala.txt index 7e787dfa14..1eaf9200da 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectAdminData.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectAdminData.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectAdminMembers.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectAdminMembers.scala.txt index e598eb0b18..ea43c94726 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectAdminMembers.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectAdminMembers.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectMembers.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectMembers.scala.txt index 23e1b436db..cf17d3917a 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectMembers.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectMembers.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectOfEntity.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectOfEntity.scala.txt index 0535907a4b..ade58ac4f7 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectOfEntity.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectOfEntity.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectPermissions.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectPermissions.scala.txt index 638712147d..7677d84883 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectPermissions.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjectPermissions.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjects.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjects.scala.txt index 6b81e3ccf8..5eaf43d238 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjects.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getProjects.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getUsers.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getUsers.scala.txt index 8620d9a3bb..96a9880ac0 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getUsers.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/getUsers.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/isEntityUsed.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/isEntityUsed.scala.txt index 93a1aa624e..0761bcd603 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/isEntityUsed.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/isEntityUsed.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/isNodeUsed.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/isNodeUsed.scala.txt index adc8d32d00..6c2b9ca0e9 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/isNodeUsed.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/isNodeUsed.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateGroup.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateGroup.scala.txt index c758aaba09..be4e6678ca 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateGroup.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateGroup.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateListInfo.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateListInfo.scala.txt index 48954ec47e..88a043d0f3 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateListInfo.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateListInfo.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateNodePosition.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateNodePosition.scala.txt index 5ac528e98c..5f6226f220 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateNodePosition.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateNodePosition.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updatePermission.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updatePermission.scala.txt index 733dc5d7ea..ed23abcbfc 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updatePermission.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updatePermission.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateProject.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateProject.scala.txt index ff874b2a8f..a0db690e1c 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateProject.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateProject.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateUser.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateUser.scala.txt index 7261dba6e0..ac2b715620 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateUser.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateUser.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateUserPassword.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateUserPassword.scala.txt index ab074b98f3..7815cb836d 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateUserPassword.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/admin/updateUserPassword.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/addValueVersion.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/addValueVersion.scala.txt index 6de8fcda3a..ab418f944a 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/addValueVersion.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/addValueVersion.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/changeComment.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/changeComment.scala.txt index 1b9d9d819a..5926ef7d70 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/changeComment.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/changeComment.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/changeLink.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/changeLink.scala.txt index 830357990d..0a8409dc51 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/changeLink.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/changeLink.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/changeResourceLabel.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/changeResourceLabel.scala.txt index 2d2a40127e..d31370d786 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/changeResourceLabel.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/changeResourceLabel.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/checkResourceDeletion.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/checkResourceDeletion.scala.txt index 46327c9913..021eb9079a 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/checkResourceDeletion.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/checkResourceDeletion.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/checkResourceLabelChange.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/checkResourceLabelChange.scala.txt index 845b27b9d7..acd7b356dd 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/checkResourceLabelChange.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/checkResourceLabelChange.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/checkUserExists.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/checkUserExists.scala.txt index e7f2942039..7cfdc3a676 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/checkUserExists.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/checkUserExists.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/checkValueDeletion.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/checkValueDeletion.scala.txt index 93bef44297..025a59487d 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/checkValueDeletion.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/checkValueDeletion.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/ckanDokubib.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/ckanDokubib.scala.txt index 3180587921..afd9aee398 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/ckanDokubib.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/ckanDokubib.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/ckanIncunabula.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/ckanIncunabula.scala.txt index 4b6d7fb12a..7b19273720 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/ckanIncunabula.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/ckanIncunabula.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/createLink.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/createLink.scala.txt index 7532130599..a315847294 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/createLink.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/createLink.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/createNewResources.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/createNewResources.scala.txt index 9c7280fa4a..19c500321b 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/createNewResources.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/createNewResources.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/createValue.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/createValue.scala.txt index 9bd36a8231..dc08e308fb 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/createValue.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/createValue.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/deleteLink.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/deleteLink.scala.txt index 2284d25255..151dc2790c 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/deleteLink.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/deleteLink.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/deleteResource.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/deleteResource.scala.txt index a9aafadbef..70be6c6f97 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/deleteResource.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/deleteResource.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/deleteValue.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/deleteValue.scala.txt index b4fcbbe3a5..263990e254 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/deleteValue.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/deleteValue.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/findLinkValueByIri.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/findLinkValueByIri.scala.txt index 65b787fd17..3da79d46e3 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/findLinkValueByIri.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/findLinkValueByIri.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/findLinkValueByObject.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/findLinkValueByObject.scala.txt index eeda3fdd4b..628dfe6cb5 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/findLinkValueByObject.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/findLinkValueByObject.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/findResourceWithValue.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/findResourceWithValue.scala.txt index 2007ea1e7c..975c5422db 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/findResourceWithValue.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/findResourceWithValue.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/findValueInVersions.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/findValueInVersions.scala.txt index 4db3fb547c..32e0b04df9 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/findValueInVersions.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/findValueInVersions.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateInsertStatementsForCreateLink.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateInsertStatementsForCreateLink.scala.txt index 7e8a351686..6a3b06cf49 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateInsertStatementsForCreateLink.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateInsertStatementsForCreateLink.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateInsertStatementsForCreateValue.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateInsertStatementsForCreateValue.scala.txt index 871abad00c..37d3a262e5 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateInsertStatementsForCreateValue.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateInsertStatementsForCreateValue.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateInsertStatementsForStandoffLinks.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateInsertStatementsForStandoffLinks.scala.txt index b9f1df3d4a..c8850e1531 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateInsertStatementsForStandoffLinks.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateInsertStatementsForStandoffLinks.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateWhereStatementsForCreateLink.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateWhereStatementsForCreateLink.scala.txt index bb1f31db6d..880566ba74 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateWhereStatementsForCreateLink.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateWhereStatementsForCreateLink.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateWhereStatementsForCreateValue.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateWhereStatementsForCreateValue.scala.txt index 0fc5f93d0d..6385a64ba3 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateWhereStatementsForCreateValue.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateWhereStatementsForCreateValue.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateWhereStatementsForGetMapping.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateWhereStatementsForGetMapping.scala.txt index 9c8969883c..96b40be83c 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateWhereStatementsForGetMapping.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/generateWhereStatementsForGetMapping.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getAdministrativePermissionByIri.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getAdministrativePermissionByIri.scala.txt index 47ae689c1b..ac08e58563 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getAdministrativePermissionByIri.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getAdministrativePermissionByIri.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getAdministrativePermissionForProjectAndGroup.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getAdministrativePermissionForProjectAndGroup.scala.txt index 510f6c5939..8ffabeed2d 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getAdministrativePermissionForProjectAndGroup.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getAdministrativePermissionForProjectAndGroup.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getAdministrativePermissionsForProject.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getAdministrativePermissionsForProject.scala.txt index 36df207400..47313b35f6 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getAdministrativePermissionsForProject.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getAdministrativePermissionsForProject.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getContext.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getContext.scala.txt index c14606c7df..47909b73b6 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getContext.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getContext.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getContextGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getContextGraphDB.scala.txt index 33a349dc8b..48181ee5dc 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getContextGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getContextGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getContextStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getContextStandard.scala.txt index 8157253e9a..1624ee99a4 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getContextStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getContextStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getCreatedResource.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getCreatedResource.scala.txt index c690a64955..779f0dfaee 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getCreatedResource.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getCreatedResource.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getDefaultObjectAccessPermission.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getDefaultObjectAccessPermission.scala.txt index 25b03cb508..ec8e17e40a 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getDefaultObjectAccessPermission.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getDefaultObjectAccessPermission.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getDefaultObjectAccessPermissionByIri.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getDefaultObjectAccessPermissionByIri.scala.txt index 76c83b8120..785b05d886 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getDefaultObjectAccessPermissionByIri.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getDefaultObjectAccessPermissionByIri.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getDefaultObjectAccessPermissionsForProject.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getDefaultObjectAccessPermissionsForProject.scala.txt index d050f26af7..7a528375e9 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getDefaultObjectAccessPermissionsForProject.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getDefaultObjectAccessPermissionsForProject.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getFileValuesForResource.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getFileValuesForResource.scala.txt index fd58557f82..30b3eecd11 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getFileValuesForResource.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getFileValuesForResource.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGraphData.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGraphData.scala.txt index b90bdfa34e..af94a14105 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGraphData.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGraphData.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGraphDataGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGraphDataGraphDB.scala.txt index b6d61b8eaf..6beaa9f5b4 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGraphDataGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGraphDataGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGraphDataStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGraphDataStandard.scala.txt index 2fa9d5b6a0..af0c311ee2 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGraphDataStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGraphDataStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroupByIri.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroupByIri.scala.txt index 0fac7cd463..44539ff8cb 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroupByIri.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroupByIri.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroupByName.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroupByName.scala.txt index b69979df93..b4f121af85 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroupByName.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroupByName.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroupMembersByIri.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroupMembersByIri.scala.txt index 25030f1b81..d307b71239 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroupMembersByIri.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroupMembersByIri.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroupMembersByName.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroupMembersByName.scala.txt index 7a5f482c89..9efdf3364f 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroupMembersByName.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroupMembersByName.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroups.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroups.scala.txt index eba38dec83..68552d35ac 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroups.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getGroups.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getIncomingReferences.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getIncomingReferences.scala.txt index f41c635acc..c2670f7890 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getIncomingReferences.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getIncomingReferences.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getIncomingReferencesGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getIncomingReferencesGraphDB.scala.txt index ae952cf88c..df5989ca56 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getIncomingReferencesGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getIncomingReferencesGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getIncomingReferencesStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getIncomingReferencesStandard.scala.txt index 2295fcc3db..3dcad7900c 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getIncomingReferencesStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getIncomingReferencesStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getLastModificationDate.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getLastModificationDate.scala.txt index 19e27d0431..c0cd2a6e3f 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getLastModificationDate.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getLastModificationDate.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getLinkSourceAndTargetPermissions.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getLinkSourceAndTargetPermissions.scala.txt index 30e19de352..10363ad65f 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getLinkSourceAndTargetPermissions.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getLinkSourceAndTargetPermissions.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getList.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getList.scala.txt index bf47ca35fb..5f7453c186 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getList.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getList.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getNodePath.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getNodePath.scala.txt index e2e531649b..1835ff4cd4 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getNodePath.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getNodePath.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getObjectAccessPermission.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getObjectAccessPermission.scala.txt index 23b0f2fa51..db946ca35e 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getObjectAccessPermission.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getObjectAccessPermission.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectAdminMembersByIri.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectAdminMembersByIri.scala.txt index 6b793363bd..6332af7773 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectAdminMembersByIri.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectAdminMembersByIri.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectAdminMembersByShortname.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectAdminMembersByShortname.scala.txt index 5a60973a39..24effb3eb4 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectAdminMembersByShortname.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectAdminMembersByShortname.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectByIri.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectByIri.scala.txt index 6ccbd9c88d..3a722404d4 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectByIri.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectByIri.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectByShortcode.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectByShortcode.scala.txt index 4782749ed8..1548cac6ba 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectByShortcode.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectByShortcode.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectByShortname.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectByShortname.scala.txt index ede8c79404..8cc26151ea 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectByShortname.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectByShortname.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectMembersByIri.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectMembersByIri.scala.txt index 221b07c202..2ebd51ab41 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectMembersByIri.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectMembersByIri.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectMembersByShortname.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectMembersByShortname.scala.txt index 85d143b1e5..3384ca6f5f 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectMembersByShortname.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjectMembersByShortname.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjects.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjects.scala.txt index e9daf403af..b5114caa06 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjects.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getProjects.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getRegions.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getRegions.scala.txt index 0cfbebc797..9cfa7230fd 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getRegions.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getRegions.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getRegionsGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getRegionsGraphDB.scala.txt index 1daf4134f8..10f66c9be7 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getRegionsGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getRegionsGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getRegionsStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getRegionsStandard.scala.txt index 77a22c879b..576363e8a7 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getRegionsStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getRegionsStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceClass.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceClass.scala.txt index 0e439c2c7f..69e653d678 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceClass.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceClass.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceInfo.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceInfo.scala.txt index 863a8903a8..75a07bca80 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceInfo.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceInfo.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceInfoGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceInfoGraphDB.scala.txt index 22e1afc7bf..579a4b8994 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceInfoGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceInfoGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceInfoStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceInfoStandard.scala.txt index 084286d334..61a21533f2 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceInfoStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceInfoStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourcePropertiesAndValues.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourcePropertiesAndValues.scala.txt index 7058466b6b..50376543df 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourcePropertiesAndValues.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourcePropertiesAndValues.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourcePropertiesAndValuesGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourcePropertiesAndValuesGraphDB.scala.txt index d4097bb916..b31d579288 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourcePropertiesAndValuesGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourcePropertiesAndValuesGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourcePropertiesAndValuesStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourcePropertiesAndValuesStandard.scala.txt index c6b1943184..6ae4856a94 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourcePropertiesAndValuesStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourcePropertiesAndValuesStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceSearchResult.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceSearchResult.scala.txt index 094e5c633e..bbfa05aa28 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceSearchResult.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceSearchResult.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceSearchResultGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceSearchResultGraphDB.scala.txt index 324451372e..75181b3402 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceSearchResultGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceSearchResultGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceSearchResultStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceSearchResultStandard.scala.txt index 520a0952d7..1c2e56c10f 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceSearchResultStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceSearchResultStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceTypesForNamedGraph.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceTypesForNamedGraph.scala.txt index 6636c8273d..f204343165 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceTypesForNamedGraph.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourceTypesForNamedGraph.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourcesByProjectAndType.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourcesByProjectAndType.scala.txt index f77fa46b75..59e12f6d33 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourcesByProjectAndType.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getResourcesByProjectAndType.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getUserByEmail.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getUserByEmail.scala.txt index d4482d7f86..70d8ab40e5 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getUserByEmail.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getUserByEmail.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getUserByIri.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getUserByIri.scala.txt index 119aa2fc08..9f45ea3d34 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getUserByIri.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getUserByIri.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getUsers.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getUsers.scala.txt index 2e05e94f66..9fe91af8a5 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getUsers.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getUsers.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getValue.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getValue.scala.txt index 4589da9b9b..95b8927f98 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getValue.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getValue.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getValueGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getValueGraphDB.scala.txt index 3ca67e3ec0..0e6ea3d85f 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getValueGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getValueGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getValueStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getValueStandard.scala.txt index a988a480e7..1919cfafab 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getValueStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getValueStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getVersionHistory.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getVersionHistory.scala.txt index 0651812e86..2e92af736d 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getVersionHistory.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getVersionHistory.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getVersionHistoryGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getVersionHistoryGraphDB.scala.txt index 10007fcac3..059949dbcd 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getVersionHistoryGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getVersionHistoryGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getVersionHistoryStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getVersionHistoryStandard.scala.txt index 5ca54ac62d..9a0db72387 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getVersionHistoryStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/getVersionHistoryStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/isPartOf.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/isPartOf.scala.txt index 6eebcdc93e..5d081a33ac 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/isPartOf.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/isPartOf.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/isPartOfGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/isPartOfGraphDB.scala.txt index baf55269ef..e678341db2 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/isPartOfGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/isPartOfGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/isPartOfStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/isPartOfStandard.scala.txt index c3bdbb25db..535b14c796 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/isPartOfStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/isPartOfStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchExtended.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchExtended.scala.txt index 0fb700041b..594ddad3b3 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchExtended.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchExtended.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchExtendedGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchExtendedGraphDB.scala.txt index a9e290c61d..ca855b2ef1 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchExtendedGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchExtendedGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchExtendedStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchExtendedStandard.scala.txt index 64bfa37406..f810a3584c 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchExtendedStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchExtendedStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchFulltext.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchFulltext.scala.txt index faf296ef24..f4125a47c2 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchFulltext.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchFulltext.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchFulltextGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchFulltextGraphDB.scala.txt index 627d732609..fd8af1190d 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchFulltextGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchFulltextGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchFulltextStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchFulltextStandard.scala.txt index b64b14cdf1..e09cc3d684 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchFulltextStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v1/searchFulltextStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/addCardinalitiesToClass.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/addCardinalitiesToClass.scala.txt index 2846908519..24a95d4572 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/addCardinalitiesToClass.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/addCardinalitiesToClass.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/addValueVersion.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/addValueVersion.scala.txt index d00569c4a4..31191ffde2 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/addValueVersion.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/addValueVersion.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeClassLabelsOrComments.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeClassLabelsOrComments.scala.txt index e260c455e7..997a31b4c3 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeClassLabelsOrComments.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeClassLabelsOrComments.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeLinkMetadata.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeLinkMetadata.scala.txt index 6bca538778..ab36e0132c 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeLinkMetadata.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeLinkMetadata.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeLinkTarget.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeLinkTarget.scala.txt index 7a984a3e39..94be6d930a 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeLinkTarget.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeLinkTarget.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeOntologyMetadata.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeOntologyMetadata.scala.txt index e9a8396a98..a17e1ff28c 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeOntologyMetadata.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeOntologyMetadata.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changePropertyGuiElement.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changePropertyGuiElement.scala.txt index b4e2f0af63..bf59619c16 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changePropertyGuiElement.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changePropertyGuiElement.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changePropertyLabelsOrComments.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changePropertyLabelsOrComments.scala.txt index 5c4b0ed185..250b77dba6 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changePropertyLabelsOrComments.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changePropertyLabelsOrComments.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeResourceMetadata.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeResourceMetadata.scala.txt index 4719dd42aa..b294812514 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeResourceMetadata.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeResourceMetadata.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeValuePermissions.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeValuePermissions.scala.txt index 928049cc70..0e7b50ca8c 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeValuePermissions.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/changeValuePermissions.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/checkResourceDeletion.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/checkResourceDeletion.scala.txt index 2c18424dc2..ab5b9a0b65 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/checkResourceDeletion.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/checkResourceDeletion.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/checkValueDeletion.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/checkValueDeletion.scala.txt index 93bef44297..025a59487d 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/checkValueDeletion.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/checkValueDeletion.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createClass.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createClass.scala.txt index 8954a561c9..823b082648 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createClass.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createClass.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createLink.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createLink.scala.txt index 8b2b74ea73..74cfd65361 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createLink.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createLink.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createNewMapping.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createNewMapping.scala.txt index aa5fbfd975..44297dce10 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createNewMapping.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createNewMapping.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createNewResources.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createNewResources.scala.txt index 8037ec12bf..8f7a1ccbaf 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createNewResources.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createNewResources.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createOntology.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createOntology.scala.txt index 94d0a9322a..6ee84f7c1d 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createOntology.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createOntology.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createProperty.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createProperty.scala.txt index 0eb4267f1f..ab7ff36366 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createProperty.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createProperty.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createValue.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createValue.scala.txt index 59e5c383db..83e1b58d56 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createValue.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/createValue.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteClass.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteClass.scala.txt index 3756f8f302..8296c5d950 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteClass.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteClass.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteLink.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteLink.scala.txt index 3a19f985cc..2e1877b175 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteLink.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteLink.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteOntology.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteOntology.scala.txt index c1afcc4ec4..6797e8d21a 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteOntology.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteOntology.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteProperty.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteProperty.scala.txt index c53255ad66..ec14e8a753 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteProperty.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteProperty.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteResource.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteResource.scala.txt index 9a87af3a91..54a0ebf75e 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteResource.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteResource.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteValue.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteValue.scala.txt index e99c7cda2c..bab53664b1 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteValue.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/deleteValue.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/eraseResource.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/eraseResource.scala.txt index 2027e56c40..0cf475f5ba 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/eraseResource.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/eraseResource.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/eraseResourceGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/eraseResourceGraphDB.scala.txt index 6358259483..84a0d9134a 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/eraseResourceGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/eraseResourceGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/eraseResourceStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/eraseResourceStandard.scala.txt index aa55d5e549..5dff2aaf9e 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/eraseResourceStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/eraseResourceStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForCreateLink.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForCreateLink.scala.txt index d997bcd7fb..dcc67fd01b 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForCreateLink.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForCreateLink.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForCreateProperty.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForCreateProperty.scala.txt index f8c8ce6807..87aefbc00f 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForCreateProperty.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForCreateProperty.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForCreateValue.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForCreateValue.scala.txt index dbe4e36e89..1de712c5bc 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForCreateValue.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForCreateValue.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForPredicates.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForPredicates.scala.txt index 84ee4188ce..07175dcff9 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForPredicates.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForPredicates.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForStandoffLinks.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForStandoffLinks.scala.txt index d6c161f584..318f5f386b 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForStandoffLinks.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForStandoffLinks.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForValueContent.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForValueContent.scala.txt index a832dd7a79..9417aa7895 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForValueContent.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateInsertStatementsForValueContent.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateWhereStatementsForCreateLink.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateWhereStatementsForCreateLink.scala.txt index bb1f31db6d..880566ba74 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateWhereStatementsForCreateLink.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateWhereStatementsForCreateLink.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateWhereStatementsForCreateValue.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateWhereStatementsForCreateValue.scala.txt index 522cf0daea..3b5fac9217 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateWhereStatementsForCreateValue.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/generateWhereStatementsForCreateValue.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getAllOntologyMetadata.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getAllOntologyMetadata.scala.txt index 21c828b2c1..e8442994b4 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getAllOntologyMetadata.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getAllOntologyMetadata.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getAllResourcesInProjectPrequery.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getAllResourcesInProjectPrequery.scala.txt index a8c88bf207..06771cac4d 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getAllResourcesInProjectPrequery.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getAllResourcesInProjectPrequery.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getAllResourcesInProjectPrequeryGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getAllResourcesInProjectPrequeryGraphDB.scala.txt index 58a5a5ff4a..ae577542e1 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getAllResourcesInProjectPrequeryGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getAllResourcesInProjectPrequeryGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getAllResourcesInProjectPrequeryStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getAllResourcesInProjectPrequeryStandard.scala.txt index b66ef049d5..8d79c32469 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getAllResourcesInProjectPrequeryStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getAllResourcesInProjectPrequeryStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getClassDefinition.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getClassDefinition.scala.txt index a5708cc403..c7744d6a91 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getClassDefinition.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getClassDefinition.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getDeleteDate.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getDeleteDate.scala.txt index 8d27cffb51..0769dc0a9a 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getDeleteDate.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getDeleteDate.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getGraphData.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getGraphData.scala.txt index 6c6c4fcc9d..b7db140740 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getGraphData.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getGraphData.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getGraphDataGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getGraphDataGraphDB.scala.txt index 0979bcccd0..77f561f653 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getGraphDataGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getGraphDataGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getGraphDataStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getGraphDataStandard.scala.txt index 51e1008671..01eb6904b5 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getGraphDataStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getGraphDataStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getMapping.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getMapping.scala.txt index e4a4f31157..268875c3a3 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getMapping.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getMapping.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getOntologyGraph.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getOntologyGraph.scala.txt index bceb1e0de9..4f493b7e69 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getOntologyGraph.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getOntologyGraph.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getOntologyInfo.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getOntologyInfo.scala.txt index ae68270ce7..ab4aceb2b1 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getOntologyInfo.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getOntologyInfo.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getPropertyDefinition.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getPropertyDefinition.scala.txt index 5afe772215..9b51ca6230 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getPropertyDefinition.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getPropertyDefinition.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcePropertiesAndValues.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcePropertiesAndValues.scala.txt index dc303d65a4..d2f2e4009c 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcePropertiesAndValues.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcePropertiesAndValues.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcePropertiesAndValuesGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcePropertiesAndValuesGraphDB.scala.txt index 5e4b2f3242..a4a45c7b46 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcePropertiesAndValuesGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcePropertiesAndValuesGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcePropertiesAndValuesStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcePropertiesAndValuesStandard.scala.txt index 0334468cbd..af6800e62c 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcePropertiesAndValuesStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcePropertiesAndValuesStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourceValueVersionHistory.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourceValueVersionHistory.scala.txt index 4f53274bcf..e137987545 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourceValueVersionHistory.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourceValueVersionHistory.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourceValueVersionHistoryGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourceValueVersionHistoryGraphDB.scala.txt index f0d81bd5db..c854419692 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourceValueVersionHistoryGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourceValueVersionHistoryGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourceValueVersionHistoryStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourceValueVersionHistoryStandard.scala.txt index 8bd29cfed7..ab4c81e299 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourceValueVersionHistoryStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourceValueVersionHistoryStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcesByClassInProjectPrequery.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcesByClassInProjectPrequery.scala.txt index 2cfa8b3e72..3b061f14f2 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcesByClassInProjectPrequery.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcesByClassInProjectPrequery.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcesByClassInProjectPrequeryGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcesByClassInProjectPrequeryGraphDB.scala.txt index 1e6649c7d7..c63b77c6e7 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcesByClassInProjectPrequeryGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcesByClassInProjectPrequeryGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcesByClassInProjectPrequeryStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcesByClassInProjectPrequeryStandard.scala.txt index 99763f1b48..7a88f96f12 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcesByClassInProjectPrequeryStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getResourcesByClassInProjectPrequeryStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getStandoffTagByUUID.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getStandoffTagByUUID.scala.txt index 301ecbdc84..fa962d84ec 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getStandoffTagByUUID.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/getStandoffTagByUUID.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/isClassUsedInData.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/isClassUsedInData.scala.txt index c2edca328f..23c5d634ca 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/isClassUsedInData.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/isClassUsedInData.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/isEntityUsed.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/isEntityUsed.scala.txt index 042855da6a..6a3cd3ef0d 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/isEntityUsed.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/isEntityUsed.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/isOntologyUsed.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/isOntologyUsed.scala.txt index ad0951c502..aeef2fca66 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/isOntologyUsed.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/isOntologyUsed.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/replaceClassCardinalities.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/replaceClassCardinalities.scala.txt index defd1b5694..ec9ab93048 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/replaceClassCardinalities.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/replaceClassCardinalities.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchFulltext.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchFulltext.scala.txt index 72d51bdd73..bffe005b61 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchFulltext.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchFulltext.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchFulltextGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchFulltextGraphDB.scala.txt index 819491bb41..84143d0ceb 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchFulltextGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchFulltextGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchFulltextStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchFulltextStandard.scala.txt index 3671a3d734..77d272e89d 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchFulltextStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchFulltextStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabel.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabel.scala.txt index a763c739a0..1c29c86e3b 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabel.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabel.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabelGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabelGraphDB.scala.txt index 31a2474e65..08b7c3f7e5 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabelGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabelGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabelStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabelStandard.scala.txt index bcd92885d0..80e69d2fd5 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabelStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabelStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabelSubQuerySelectGraphDB.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabelSubQuerySelectGraphDB.scala.txt index fdd46b756a..0a33d8c7d1 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabelSubQuerySelectGraphDB.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabelSubQuerySelectGraphDB.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabelSubQuerySelectStandard.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabelSubQuerySelectStandard.scala.txt index bbfb309388..77a4e30ed2 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabelSubQuerySelectStandard.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/sparql/v2/searchResourceByLabelSubQuerySelectStandard.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/util/generateContributorsMarkdown.scala.txt b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/util/generateContributorsMarkdown.scala.txt index fd6c7fe13b..60e3ee776a 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/util/generateContributorsMarkdown.scala.txt +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/queries/util/generateContributorsMarkdown.scala.txt @@ -1,5 +1,5 @@ @* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/views/resource/properties.scala.html b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/views/resource/properties.scala.html index de44114430..0073c600d6 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/views/resource/properties.scala.html +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/views/resource/properties.scala.html @@ -1,5 +1,5 @@ @* -* Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +* Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ diff --git a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/xsd/v1/xmlImport.scala.xml b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/xsd/v1/xmlImport.scala.xml index 150f888012..6f6f16dfad 100644 --- a/webapi/src/main/twirl/org/knora/webapi/messages/twirl/xsd/v1/xmlImport.scala.xml +++ b/webapi/src/main/twirl/org/knora/webapi/messages/twirl/xsd/v1/xmlImport.scala.xml @@ -1,5 +1,5 @@ @* -* Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. +* Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 *@ @@ -31,7 +31,7 @@ diff --git a/webapi/src/test/scala/org/knora/webapi/AsyncCoreSpec.scala b/webapi/src/test/scala/org/knora/webapi/AsyncCoreSpec.scala index be06834f08..14765b3abc 100644 --- a/webapi/src/test/scala/org/knora/webapi/AsyncCoreSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/AsyncCoreSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/CoreSpec.scala b/webapi/src/test/scala/org/knora/webapi/CoreSpec.scala index 3d3b11c642..36516ccf46 100644 --- a/webapi/src/test/scala/org/knora/webapi/CoreSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/CoreSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/E2ESimSpec.scala b/webapi/src/test/scala/org/knora/webapi/E2ESimSpec.scala index e9688b8f31..03c94a8cd3 100644 --- a/webapi/src/test/scala/org/knora/webapi/E2ESimSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/E2ESimSpec.scala @@ -1,6 +1,6 @@ /* /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/E2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/E2ESpec.scala index b24db96801..42ddf802e9 100644 --- a/webapi/src/test/scala/org/knora/webapi/E2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/E2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/ITKnoraFakeSpec.scala b/webapi/src/test/scala/org/knora/webapi/ITKnoraFakeSpec.scala index c8a05e4913..99e092630a 100644 --- a/webapi/src/test/scala/org/knora/webapi/ITKnoraFakeSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/ITKnoraFakeSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/ITKnoraLiveSpec.scala b/webapi/src/test/scala/org/knora/webapi/ITKnoraLiveSpec.scala index 1e8ec68a66..c4e7b92fd1 100644 --- a/webapi/src/test/scala/org/knora/webapi/ITKnoraLiveSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/ITKnoraLiveSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/IntegrationSpec.scala b/webapi/src/test/scala/org/knora/webapi/IntegrationSpec.scala index 533f9bbf9d..7fd7223cfd 100644 --- a/webapi/src/test/scala/org/knora/webapi/IntegrationSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/IntegrationSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/KnoraFakeCore.scala b/webapi/src/test/scala/org/knora/webapi/KnoraFakeCore.scala index 4a2830c0fb..422893ef3a 100644 --- a/webapi/src/test/scala/org/knora/webapi/KnoraFakeCore.scala +++ b/webapi/src/test/scala/org/knora/webapi/KnoraFakeCore.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/ManagersWithMockedSipi.scala b/webapi/src/test/scala/org/knora/webapi/ManagersWithMockedSipi.scala index f2276072fa..e61c8ea3f6 100644 --- a/webapi/src/test/scala/org/knora/webapi/ManagersWithMockedSipi.scala +++ b/webapi/src/test/scala/org/knora/webapi/ManagersWithMockedSipi.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/R2RSpec.scala b/webapi/src/test/scala/org/knora/webapi/R2RSpec.scala index cfb555f84d..54dbde0387 100644 --- a/webapi/src/test/scala/org/knora/webapi/R2RSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/R2RSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/TestContainerFuseki.scala b/webapi/src/test/scala/org/knora/webapi/TestContainerFuseki.scala index 6a7581aa4d..0192066239 100644 --- a/webapi/src/test/scala/org/knora/webapi/TestContainerFuseki.scala +++ b/webapi/src/test/scala/org/knora/webapi/TestContainerFuseki.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/TestContainerRedis.scala b/webapi/src/test/scala/org/knora/webapi/TestContainerRedis.scala index e30e06b23c..16d7b1fb5e 100644 --- a/webapi/src/test/scala/org/knora/webapi/TestContainerRedis.scala +++ b/webapi/src/test/scala/org/knora/webapi/TestContainerRedis.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/TestContainersAll.scala b/webapi/src/test/scala/org/knora/webapi/TestContainersAll.scala index 39b578bda4..234880a3cf 100644 --- a/webapi/src/test/scala/org/knora/webapi/TestContainersAll.scala +++ b/webapi/src/test/scala/org/knora/webapi/TestContainersAll.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/TestProbeMaker.scala b/webapi/src/test/scala/org/knora/webapi/TestProbeMaker.scala index 8db2819e2b..2dd40ca114 100644 --- a/webapi/src/test/scala/org/knora/webapi/TestProbeMaker.scala +++ b/webapi/src/test/scala/org/knora/webapi/TestProbeMaker.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/UnitSpec.scala b/webapi/src/test/scala/org/knora/webapi/UnitSpec.scala index b4779219bd..47f4e4c988 100644 --- a/webapi/src/test/scala/org/knora/webapi/UnitSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/UnitSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/CORSSupportE2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/CORSSupportE2ESpec.scala index 95191b1031..94f2798a92 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/CORSSupportE2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/CORSSupportE2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/ClientTestDataCollector.scala b/webapi/src/test/scala/org/knora/webapi/e2e/ClientTestDataCollector.scala index df0f939117..717a6846df 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/ClientTestDataCollector.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/ClientTestDataCollector.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/ExampleE2ESimSpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/ExampleE2ESimSpec.scala index d32bd6ecd4..d9a06c4c83 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/ExampleE2ESimSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/ExampleE2ESimSpec.scala @@ -1,6 +1,6 @@ /* /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/ExceptionHandlerR2RSpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/ExceptionHandlerR2RSpec.scala index b3cf0be68e..5750eca991 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/ExceptionHandlerR2RSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/ExceptionHandlerR2RSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/FeatureToggleR2RSpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/FeatureToggleR2RSpec.scala index aaaa8a1456..954c92c0d3 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/FeatureToggleR2RSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/FeatureToggleR2RSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/HealthRouteE2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/HealthRouteE2ESpec.scala index 3a08ac2f1b..7d8c40216f 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/HealthRouteE2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/HealthRouteE2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/InstanceChecker.scala b/webapi/src/test/scala/org/knora/webapi/e2e/InstanceChecker.scala index 079c682571..3de09733f7 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/InstanceChecker.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/InstanceChecker.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/InstanceCheckerSpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/InstanceCheckerSpec.scala index dc9fc76a34..11af5b2ffe 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/InstanceCheckerSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/InstanceCheckerSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/RejectingRouteE2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/RejectingRouteE2ESpec.scala index 5d12b996ec..afbc7346cd 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/RejectingRouteE2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/RejectingRouteE2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/admin/AdminMixE2ESimSpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/admin/AdminMixE2ESimSpec.scala index 8e493062c4..2b23393974 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/admin/AdminMixE2ESimSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/admin/AdminMixE2ESimSpec.scala @@ -1,6 +1,6 @@ /* /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/admin/GroupsADME2ESimSpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/admin/GroupsADME2ESimSpec.scala index 94ba8c3152..098892d09c 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/admin/GroupsADME2ESimSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/admin/GroupsADME2ESimSpec.scala @@ -1,6 +1,6 @@ /* /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/admin/GroupsADME2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/admin/GroupsADME2ESpec.scala index 16543a97b1..55fc0d12e6 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/admin/GroupsADME2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/admin/GroupsADME2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/admin/PermissionsADME2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/admin/PermissionsADME2ESpec.scala index be9feef76f..b5ee9a28c6 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/admin/PermissionsADME2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/admin/PermissionsADME2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/admin/ProjectsADME2ESimSpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/admin/ProjectsADME2ESimSpec.scala index b3a49cba53..87357d80c2 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/admin/ProjectsADME2ESimSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/admin/ProjectsADME2ESimSpec.scala @@ -1,6 +1,6 @@ /* /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/admin/ProjectsADME2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/admin/ProjectsADME2ESpec.scala index e69e07f5d7..6e9560b8d0 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/admin/ProjectsADME2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/admin/ProjectsADME2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/admin/SipiADME2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/admin/SipiADME2ESpec.scala index e3fd9ac18b..a1ba088358 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/admin/SipiADME2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/admin/SipiADME2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/admin/StoreADME2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/admin/StoreADME2ESpec.scala index 24f35403f7..cc4a96d43d 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/admin/StoreADME2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/admin/StoreADME2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/admin/UsersADME2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/admin/UsersADME2ESpec.scala index dbc86c38f8..6ef460b565 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/admin/UsersADME2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/admin/UsersADME2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/admin/lists/DeleteListItemsRouteADME2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/admin/lists/DeleteListItemsRouteADME2ESpec.scala index 02add1e75f..63544c0091 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/admin/lists/DeleteListItemsRouteADME2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/admin/lists/DeleteListItemsRouteADME2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/admin/lists/OldListsRouteADMFeatureE2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/admin/lists/OldListsRouteADMFeatureE2ESpec.scala index ddd50ee873..7b223752f9 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/admin/lists/OldListsRouteADMFeatureE2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/admin/lists/OldListsRouteADMFeatureE2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/admin/lists/UpdateListItemsRouteADME2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/admin/lists/UpdateListItemsRouteADME2ESpec.scala index a3eb7f2541..5bb4bb075e 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/admin/lists/UpdateListItemsRouteADME2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/admin/lists/UpdateListItemsRouteADME2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/http/ServerVersionE2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/http/ServerVersionE2ESpec.scala index b2666f24f5..263e26c340 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/http/ServerVersionE2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/http/ServerVersionE2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v1/AuthenticationV1E2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v1/AuthenticationV1E2ESpec.scala index dec5b34626..6e3957d47d 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v1/AuthenticationV1E2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v1/AuthenticationV1E2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v1/ListsV1E2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v1/ListsV1E2ESpec.scala index 02a436762c..5f8bab6901 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v1/ListsV1E2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v1/ListsV1E2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v1/PermissionsHandlingV1E2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v1/PermissionsHandlingV1E2ESpec.scala index 92e8611cc3..37e50c636a 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v1/PermissionsHandlingV1E2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v1/PermissionsHandlingV1E2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v1/ProjectsV1E2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v1/ProjectsV1E2ESpec.scala index 7e60380f01..3ce26dc7a1 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v1/ProjectsV1E2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v1/ProjectsV1E2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v1/ResourcesV1R2RSpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v1/ResourcesV1R2RSpec.scala index 293e7cba5e..51e4464d38 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v1/ResourcesV1R2RSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v1/ResourcesV1R2RSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v1/SearchV1R2RSpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v1/SearchV1R2RSpec.scala index 2c70d47f48..db364a3f96 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v1/SearchV1R2RSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v1/SearchV1R2RSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v1/SipiV1R2RSpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v1/SipiV1R2RSpec.scala index fbabac804e..b49d0c4b25 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v1/SipiV1R2RSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v1/SipiV1R2RSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v1/StandoffV1R2RSpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v1/StandoffV1R2RSpec.scala index eed4699071..5c774817a6 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v1/StandoffV1R2RSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v1/StandoffV1R2RSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v1/UsersV1E2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v1/UsersV1E2ESpec.scala index fe7337d9ff..09dc2e07fc 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v1/UsersV1E2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v1/UsersV1E2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v1/ValuesV1R2RSpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v1/ValuesV1R2RSpec.scala index d2e657a3c4..974143d598 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v1/ValuesV1R2RSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v1/ValuesV1R2RSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v2/AuthenticationV2E2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v2/AuthenticationV2E2ESpec.scala index e6e374354d..318683eaca 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v2/AuthenticationV2E2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v2/AuthenticationV2E2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v2/JSONLDHandlingV2R2RSpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v2/JSONLDHandlingV2R2RSpec.scala index bc5c79e00d..5ce30e3a45 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v2/JSONLDHandlingV2R2RSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v2/JSONLDHandlingV2R2RSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v2/ListsRouteV2R2RSpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v2/ListsRouteV2R2RSpec.scala index 2e9b3f5379..45315fa28f 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v2/ListsRouteV2R2RSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v2/ListsRouteV2R2RSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v2/MarkupHeader.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v2/MarkupHeader.scala index fcd75f952c..6576ce81bb 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v2/MarkupHeader.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v2/MarkupHeader.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v2/ProjectHeader.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v2/ProjectHeader.scala index 88f64e5328..aed2b15cb8 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v2/ProjectHeader.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v2/ProjectHeader.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v2/ResourcesRouteV2E2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v2/ResourcesRouteV2E2ESpec.scala index d517d6687d..f5c2d287c0 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v2/ResourcesRouteV2E2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v2/ResourcesRouteV2E2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v2/ResponseCheckerV2.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v2/ResponseCheckerV2.scala index 31309ee442..51457113c2 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v2/ResponseCheckerV2.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v2/ResponseCheckerV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v2/ResponseCheckerV2Spec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v2/ResponseCheckerV2Spec.scala index b79b515599..42529ec483 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v2/ResponseCheckerV2Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v2/ResponseCheckerV2Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v2/SchemaHeader.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v2/SchemaHeader.scala index d27b4575fb..3ee5c5b893 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v2/SchemaHeader.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v2/SchemaHeader.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v2/SearchRouteV2R2RSpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v2/SearchRouteV2R2RSpec.scala index 7831150804..8f5b6494c4 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v2/SearchRouteV2R2RSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v2/SearchRouteV2R2RSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v2/StandoffRouteV2R2RSpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v2/StandoffRouteV2R2RSpec.scala index b4ff970b39..a14e5be45d 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v2/StandoffRouteV2R2RSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v2/StandoffRouteV2R2RSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v2/ValuesRouteV2E2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v2/ValuesRouteV2E2ESpec.scala index a818f4f8cd..79150865e8 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v2/ValuesRouteV2E2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v2/ValuesRouteV2E2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/e2e/v2/ValuesV2R2RSpec.scala b/webapi/src/test/scala/org/knora/webapi/e2e/v2/ValuesV2R2RSpec.scala index fa6df063a9..650a45a292 100644 --- a/webapi/src/test/scala/org/knora/webapi/e2e/v2/ValuesV2R2RSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/e2e/v2/ValuesV2R2RSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/http/version/ServerVersionSpec.scala b/webapi/src/test/scala/org/knora/webapi/http/version/ServerVersionSpec.scala index d9767d4e6d..7e570df86a 100644 --- a/webapi/src/test/scala/org/knora/webapi/http/version/ServerVersionSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/http/version/ServerVersionSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/http/version/versioninfo/VersionInfoSpec.scala b/webapi/src/test/scala/org/knora/webapi/http/version/versioninfo/VersionInfoSpec.scala index 7f72f5d5fb..089174978f 100644 --- a/webapi/src/test/scala/org/knora/webapi/http/version/versioninfo/VersionInfoSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/http/version/versioninfo/VersionInfoSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/it/VersionRouteITSpec.scala b/webapi/src/test/scala/org/knora/webapi/it/VersionRouteITSpec.scala index fd86e05710..c64baf13df 100644 --- a/webapi/src/test/scala/org/knora/webapi/it/VersionRouteITSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/it/VersionRouteITSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/it/v1/DrawingsGodsV1ITSpec.scala b/webapi/src/test/scala/org/knora/webapi/it/v1/DrawingsGodsV1ITSpec.scala index 145332fd2a..03a93cc63c 100644 --- a/webapi/src/test/scala/org/knora/webapi/it/v1/DrawingsGodsV1ITSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/it/v1/DrawingsGodsV1ITSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/it/v1/ErrorV1ITSpec.scala b/webapi/src/test/scala/org/knora/webapi/it/v1/ErrorV1ITSpec.scala index 318137d6a9..d66f9e5e98 100644 --- a/webapi/src/test/scala/org/knora/webapi/it/v1/ErrorV1ITSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/it/v1/ErrorV1ITSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/it/v1/KnoraSipiIntegrationV1ITSpec.scala b/webapi/src/test/scala/org/knora/webapi/it/v1/KnoraSipiIntegrationV1ITSpec.scala index d0ddbe2455..a4866b283e 100644 --- a/webapi/src/test/scala/org/knora/webapi/it/v1/KnoraSipiIntegrationV1ITSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/it/v1/KnoraSipiIntegrationV1ITSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/it/v1/KnoraSipiPermissionsV1ITSpec.scala b/webapi/src/test/scala/org/knora/webapi/it/v1/KnoraSipiPermissionsV1ITSpec.scala index 9c7fb822ac..11054b72cb 100644 --- a/webapi/src/test/scala/org/knora/webapi/it/v1/KnoraSipiPermissionsV1ITSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/it/v1/KnoraSipiPermissionsV1ITSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/it/v2/KnoraSipiIntegrationV2ITSpec.scala b/webapi/src/test/scala/org/knora/webapi/it/v2/KnoraSipiIntegrationV2ITSpec.scala index dbcc91ac15..ce497ed5e1 100644 --- a/webapi/src/test/scala/org/knora/webapi/it/v2/KnoraSipiIntegrationV2ITSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/it/v2/KnoraSipiIntegrationV2ITSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/StringFormatterSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/StringFormatterSpec.scala index 7b97c32272..b9f020299e 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/StringFormatterSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/StringFormatterSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/listsmessages/ListsMessagesADMSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/listsmessages/ListsMessagesADMSpec.scala index e5aef62631..7fa6871ddb 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/listsmessages/ListsMessagesADMSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/listsmessages/ListsMessagesADMSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/permissionsmessages/PermissionsMessagesADMSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/permissionsmessages/PermissionsMessagesADMSpec.scala index 5244433344..31f1413f65 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/permissionsmessages/PermissionsMessagesADMSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/permissionsmessages/PermissionsMessagesADMSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/projectsmessages/ProjectsMessagesADMSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/projectsmessages/ProjectsMessagesADMSpec.scala index 1d178bf8d3..fac7b3887d 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/projectsmessages/ProjectsMessagesADMSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/projectsmessages/ProjectsMessagesADMSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/usersmessages/UsersMessagesADMSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/usersmessages/UsersMessagesADMSpec.scala index f47a7b76da..2556686f39 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/usersmessages/UsersMessagesADMSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/usersmessages/UsersMessagesADMSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/GroupsValueObjectsADMSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/GroupsValueObjectsADMSpec.scala index 2ed1bebce6..f9c9664a8c 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/GroupsValueObjectsADMSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/GroupsValueObjectsADMSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/ListsValueObjectsADMSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/ListsValueObjectsADMSpec.scala index 6b3fdb9fa0..c89ac6941e 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/ListsValueObjectsADMSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/ListsValueObjectsADMSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/ProjectsValueObjectsADMSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/ProjectsValueObjectsADMSpec.scala index 15e4583002..e078190801 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/ProjectsValueObjectsADMSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/ProjectsValueObjectsADMSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/UsersValueObjectsADMSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/UsersValueObjectsADMSpec.scala index 8116cc4867..e7c7d35af6 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/UsersValueObjectsADMSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/UsersValueObjectsADMSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/ValueObjectsADMSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/ValueObjectsADMSpec.scala index 52e2656c12..673c0dfa81 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/ValueObjectsADMSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/admin/responder/valueObjects/ValueObjectsADMSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/store/triplestoremessages/TriplestoreMessagesSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/store/triplestoremessages/TriplestoreMessagesSpec.scala index 19e9be44c6..10793c4605 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/store/triplestoremessages/TriplestoreMessagesSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/store/triplestoremessages/TriplestoreMessagesSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/CalendarDateUtilV2Spec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/CalendarDateUtilV2Spec.scala index 02df7f4494..989bc5b018 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/CalendarDateUtilV2Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/CalendarDateUtilV2Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/ConstructResponseUtilV2Spec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/ConstructResponseUtilV2Spec.scala index be32bcb704..0358a2b001 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/ConstructResponseUtilV2Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/ConstructResponseUtilV2Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/DateUtilV1Spec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/DateUtilV1Spec.scala index 31f1498322..dc179b58a0 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/DateUtilV1Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/DateUtilV1Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/PermissionUtilADMSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/PermissionUtilADMSpec.scala index 8adaa600cb..6fffaa3f42 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/PermissionUtilADMSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/PermissionUtilADMSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/JsonLDUtilSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/JsonLDUtilSpec.scala index b5a5587620..dacb8dcc77 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/JsonLDUtilSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/JsonLDUtilSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/KnoraResponseV2Spec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/KnoraResponseV2Spec.scala index b267c8b3db..c19f472186 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/KnoraResponseV2Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/KnoraResponseV2Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/RdfFormatUtilSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/RdfFormatUtilSpec.scala index 57b774687a..5d5572d7cd 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/RdfFormatUtilSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/RdfFormatUtilSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/RdfModelSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/RdfModelSpec.scala index a544d3045e..ac4dd187cf 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/RdfModelSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/RdfModelSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/ShaclValidatorSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/ShaclValidatorSpec.scala index c3965dab05..a191f3e2dc 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/ShaclValidatorSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/ShaclValidatorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaFormatUtilSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaFormatUtilSpec.scala index abb62ee1ab..b0592569ab 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaFormatUtilSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaFormatUtilSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaJsonLDUtilSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaJsonLDUtilSpec.scala index 053cadd22b..d0895edd8c 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaJsonLDUtilSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaJsonLDUtilSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaKnoraResponseV2Spec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaKnoraResponseV2Spec.scala index 09158badf7..384df813db 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaKnoraResponseV2Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaKnoraResponseV2Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaModelSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaModelSpec.scala index 5f6a494b31..016675a1e3 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaModelSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaModelSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaShaclValidatorSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaShaclValidatorSpec.scala index 1797da482c..2200d36604 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaShaclValidatorSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/jenaimpl/JenaShaclValidatorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JFormatUtilSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JFormatUtilSpec.scala index 14d527fc95..0099c0b681 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JFormatUtilSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JFormatUtilSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JJsonLDUtilSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JJsonLDUtilSpec.scala index 977d5bd16d..c8c6181b6b 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JJsonLDUtilSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JJsonLDUtilSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JKnoraResponseV2Spec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JKnoraResponseV2Spec.scala index c836fff698..fe0d9899ec 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JKnoraResponseV2Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JKnoraResponseV2Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JModelSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JModelSpec.scala index 2df43ad49c..556b653c6d 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JModelSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JModelSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JShaclValidatorSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JShaclValidatorSpec.scala index ab4b29c083..6f3436e3e5 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JShaclValidatorSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/rdf/rdf4jimpl/RDF4JShaclValidatorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/search/SparqlTransformerSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/search/SparqlTransformerSpec.scala index 28f17822d8..2fca132d32 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/search/SparqlTransformerSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/search/SparqlTransformerSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/search/gravsearch/GravsearchParserSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/search/gravsearch/GravsearchParserSpec.scala index 67e6b37ccc..f6a146b581 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/search/gravsearch/GravsearchParserSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/search/gravsearch/GravsearchParserSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/TopologicalSortUtilSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/TopologicalSortUtilSpec.scala index 4e5d416d3d..822571e5c1 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/TopologicalSortUtilSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/search/gravsearch/prequery/TopologicalSortUtilSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspectorSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspectorSpec.scala index 0c68c3c212..8c13f85a06 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspectorSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/search/gravsearch/types/GravsearchTypeInspectorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/standoff/StandoffTagUtilV2Spec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/standoff/StandoffTagUtilV2Spec.scala index ad94e3a4e3..73a4291a57 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/standoff/StandoffTagUtilV2Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/standoff/StandoffTagUtilV2Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/standoff/XMLToStandoffUtilSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/standoff/XMLToStandoffUtilSpec.scala index 3f3348d3e6..c3274268b3 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/standoff/XMLToStandoffUtilSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/standoff/XMLToStandoffUtilSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/util/standoff/XMLUtilSpec.scala b/webapi/src/test/scala/org/knora/webapi/messages/util/standoff/XMLUtilSpec.scala index dafcae65ea..9021684209 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/util/standoff/XMLUtilSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/util/standoff/XMLUtilSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/v1/responder/sessionmessages/SessionMessagesV1.scala b/webapi/src/test/scala/org/knora/webapi/messages/v1/responder/sessionmessages/SessionMessagesV1.scala index 3c2cdb11d3..47c674a3a6 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/v1/responder/sessionmessages/SessionMessagesV1.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/v1/responder/sessionmessages/SessionMessagesV1.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/v1/responder/usermessages/UserMessagesV1Spec.scala b/webapi/src/test/scala/org/knora/webapi/messages/v1/responder/usermessages/UserMessagesV1Spec.scala index b502d893d8..a3db2fa413 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/v1/responder/usermessages/UserMessagesV1Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/v1/responder/usermessages/UserMessagesV1Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/v2/responder/ontologymessages/ChangePropertyGuiElementRequestV2Spec.scala b/webapi/src/test/scala/org/knora/webapi/messages/v2/responder/ontologymessages/ChangePropertyGuiElementRequestV2Spec.scala index 278bcae9b2..6d0484528c 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/v2/responder/ontologymessages/ChangePropertyGuiElementRequestV2Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/v2/responder/ontologymessages/ChangePropertyGuiElementRequestV2Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/messages/v2/responder/ontologymessages/InputOntologyV2Spec.scala b/webapi/src/test/scala/org/knora/webapi/messages/v2/responder/ontologymessages/InputOntologyV2Spec.scala index 64b369a869..9cb73f2d8a 100644 --- a/webapi/src/test/scala/org/knora/webapi/messages/v2/responder/ontologymessages/InputOntologyV2Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/messages/v2/responder/ontologymessages/InputOntologyV2Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/models/OntologyModels.scala b/webapi/src/test/scala/org/knora/webapi/models/OntologyModels.scala index 331ca59af2..6e08198d45 100644 --- a/webapi/src/test/scala/org/knora/webapi/models/OntologyModels.scala +++ b/webapi/src/test/scala/org/knora/webapi/models/OntologyModels.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/models/filemodels/FileModelUtil.scala b/webapi/src/test/scala/org/knora/webapi/models/filemodels/FileModelUtil.scala index d28ebfafc9..4ceec7944a 100644 --- a/webapi/src/test/scala/org/knora/webapi/models/filemodels/FileModelUtil.scala +++ b/webapi/src/test/scala/org/knora/webapi/models/filemodels/FileModelUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/models/filemodels/FileModels.scala b/webapi/src/test/scala/org/knora/webapi/models/filemodels/FileModels.scala index 7a47ff8066..5fb3dabd73 100644 --- a/webapi/src/test/scala/org/knora/webapi/models/filemodels/FileModels.scala +++ b/webapi/src/test/scala/org/knora/webapi/models/filemodels/FileModels.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/other/v1/DrawingsGodsV1E2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/other/v1/DrawingsGodsV1E2ESpec.scala index b6840f366e..c7986fbf3e 100644 --- a/webapi/src/test/scala/org/knora/webapi/other/v1/DrawingsGodsV1E2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/other/v1/DrawingsGodsV1E2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/other/v1/DrawingsGodsV1Spec.scala b/webapi/src/test/scala/org/knora/webapi/other/v1/DrawingsGodsV1Spec.scala index e797d2398e..bdf847f2fc 100644 --- a/webapi/src/test/scala/org/knora/webapi/other/v1/DrawingsGodsV1Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/other/v1/DrawingsGodsV1Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/other/v2/LumieresLausanneV2E2ESpec.scala b/webapi/src/test/scala/org/knora/webapi/other/v2/LumieresLausanneV2E2ESpec.scala index cf161b10f5..caea540372 100644 --- a/webapi/src/test/scala/org/knora/webapi/other/v2/LumieresLausanneV2E2ESpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/other/v2/LumieresLausanneV2E2ESpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/MockableResponderManager.scala b/webapi/src/test/scala/org/knora/webapi/responders/MockableResponderManager.scala index 592a45505c..fd320571dd 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/MockableResponderManager.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/MockableResponderManager.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/admin/GroupsResponderADMSpec.scala b/webapi/src/test/scala/org/knora/webapi/responders/admin/GroupsResponderADMSpec.scala index 89f04045dc..8a82328253 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/admin/GroupsResponderADMSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/admin/GroupsResponderADMSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/admin/ListsResponderADMSpec.scala b/webapi/src/test/scala/org/knora/webapi/responders/admin/ListsResponderADMSpec.scala index bc9d5e8ee5..07d73dc89b 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/admin/ListsResponderADMSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/admin/ListsResponderADMSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/admin/PermissionsResponderADMSpec.scala b/webapi/src/test/scala/org/knora/webapi/responders/admin/PermissionsResponderADMSpec.scala index de86ddcfc4..40ea122a07 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/admin/PermissionsResponderADMSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/admin/PermissionsResponderADMSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/admin/ProjectsResponderADMSpec.scala b/webapi/src/test/scala/org/knora/webapi/responders/admin/ProjectsResponderADMSpec.scala index ba7476210d..e095af053b 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/admin/ProjectsResponderADMSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/admin/ProjectsResponderADMSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/admin/SipiResponderADMSpec.scala b/webapi/src/test/scala/org/knora/webapi/responders/admin/SipiResponderADMSpec.scala index 4a28c7c20d..4745e745e9 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/admin/SipiResponderADMSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/admin/SipiResponderADMSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/admin/UsersResponderADMSpec.scala b/webapi/src/test/scala/org/knora/webapi/responders/admin/UsersResponderADMSpec.scala index ebaa53bc68..2f94e0f7a3 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/admin/UsersResponderADMSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/admin/UsersResponderADMSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/v1/ListsResponderV1Spec.scala b/webapi/src/test/scala/org/knora/webapi/responders/v1/ListsResponderV1Spec.scala index 1b0a84159c..296b5d53f3 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/v1/ListsResponderV1Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/v1/ListsResponderV1Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/v1/OntologyResponderV1Spec.scala b/webapi/src/test/scala/org/knora/webapi/responders/v1/OntologyResponderV1Spec.scala index 677aa2e965..53f488d1fb 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/v1/OntologyResponderV1Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/v1/OntologyResponderV1Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/v1/ProjectsResponderV1Spec.scala b/webapi/src/test/scala/org/knora/webapi/responders/v1/ProjectsResponderV1Spec.scala index 29afa2bef6..c42f1f95da 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/v1/ProjectsResponderV1Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/v1/ProjectsResponderV1Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/v1/ResourcesResponderV1Spec.scala b/webapi/src/test/scala/org/knora/webapi/responders/v1/ResourcesResponderV1Spec.scala index 2235fed960..9f00aea900 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/v1/ResourcesResponderV1Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/v1/ResourcesResponderV1Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/v1/ResourcesResponderV1SpecContextData.scala b/webapi/src/test/scala/org/knora/webapi/responders/v1/ResourcesResponderV1SpecContextData.scala index 33e54d355a..62382f37ad 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/v1/ResourcesResponderV1SpecContextData.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/v1/ResourcesResponderV1SpecContextData.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/v1/ResourcesResponderV1SpecFullData.scala b/webapi/src/test/scala/org/knora/webapi/responders/v1/ResourcesResponderV1SpecFullData.scala index f380bab7e0..e8800a1612 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/v1/ResourcesResponderV1SpecFullData.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/v1/ResourcesResponderV1SpecFullData.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/v1/SearchResponderV1Spec.scala b/webapi/src/test/scala/org/knora/webapi/responders/v1/SearchResponderV1Spec.scala index 3bc7defcd1..679d54d825 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/v1/SearchResponderV1Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/v1/SearchResponderV1Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/v1/UsersResponderV1Spec.scala b/webapi/src/test/scala/org/knora/webapi/responders/v1/UsersResponderV1Spec.scala index 21f9edb82e..2a1745bde9 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/v1/UsersResponderV1Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/v1/UsersResponderV1Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/v1/ValuesResponderV1Spec.scala b/webapi/src/test/scala/org/knora/webapi/responders/v1/ValuesResponderV1Spec.scala index 5a63273608..10e1320494 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/v1/ValuesResponderV1Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/v1/ValuesResponderV1Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/v2/ListsResponderV2Spec.scala b/webapi/src/test/scala/org/knora/webapi/responders/v2/ListsResponderV2Spec.scala index b595bdf272..a4ca27347f 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/v2/ListsResponderV2Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/v2/ListsResponderV2Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/v2/OntologyResponderV2Spec.scala b/webapi/src/test/scala/org/knora/webapi/responders/v2/OntologyResponderV2Spec.scala index 37c8ce82bb..3f0bc05fed 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/v2/OntologyResponderV2Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/v2/OntologyResponderV2Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/v2/ResourcesResponderV2Spec.scala b/webapi/src/test/scala/org/knora/webapi/responders/v2/ResourcesResponderV2Spec.scala index 1877c1cfe8..fa637022dd 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/v2/ResourcesResponderV2Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/v2/ResourcesResponderV2Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/v2/ResourcesResponseCheckerV2.scala b/webapi/src/test/scala/org/knora/webapi/responders/v2/ResourcesResponseCheckerV2.scala index 82702b505a..60a12b9389 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/v2/ResourcesResponseCheckerV2.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/v2/ResourcesResponseCheckerV2.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/v2/ResourcesResponseCheckerV2Spec.scala b/webapi/src/test/scala/org/knora/webapi/responders/v2/ResourcesResponseCheckerV2Spec.scala index 793e119660..90a9d55330 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/v2/ResourcesResponseCheckerV2Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/v2/ResourcesResponseCheckerV2Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/v2/SearchResponderV2Spec.scala b/webapi/src/test/scala/org/knora/webapi/responders/v2/SearchResponderV2Spec.scala index d9c19e2239..793f4248a5 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/v2/SearchResponderV2Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/v2/SearchResponderV2Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/v2/ValuesResponderV2Spec.scala b/webapi/src/test/scala/org/knora/webapi/responders/v2/ValuesResponderV2Spec.scala index 93c6b18d84..a793d92fb3 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/v2/ValuesResponderV2Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/v2/ValuesResponderV2Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/v2/ontology/CacheSpec.scala b/webapi/src/test/scala/org/knora/webapi/responders/v2/ontology/CacheSpec.scala index 15955e0a89..704fddff38 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/v2/ontology/CacheSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/v2/ontology/CacheSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/responders/v2/ontology/DeleteCardinalitiesFromClassSpec.scala b/webapi/src/test/scala/org/knora/webapi/responders/v2/ontology/DeleteCardinalitiesFromClassSpec.scala index 8da423a2b8..14d94240a4 100644 --- a/webapi/src/test/scala/org/knora/webapi/responders/v2/ontology/DeleteCardinalitiesFromClassSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/responders/v2/ontology/DeleteCardinalitiesFromClassSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/routing/AuthenticatorSpec.scala b/webapi/src/test/scala/org/knora/webapi/routing/AuthenticatorSpec.scala index 7f28ce343b..d9ead62156 100644 --- a/webapi/src/test/scala/org/knora/webapi/routing/AuthenticatorSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/routing/AuthenticatorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/routing/JWTHelperSpec.scala b/webapi/src/test/scala/org/knora/webapi/routing/JWTHelperSpec.scala index 6a623bc040..57b0ad96d4 100644 --- a/webapi/src/test/scala/org/knora/webapi/routing/JWTHelperSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/routing/JWTHelperSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/sharedtestdata/SharedOntologyTestDataADM.scala b/webapi/src/test/scala/org/knora/webapi/sharedtestdata/SharedOntologyTestDataADM.scala index c5d31a5263..f6d8399441 100644 --- a/webapi/src/test/scala/org/knora/webapi/sharedtestdata/SharedOntologyTestDataADM.scala +++ b/webapi/src/test/scala/org/knora/webapi/sharedtestdata/SharedOntologyTestDataADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/sharedtestdata/SharedPermissionsTestData.scala b/webapi/src/test/scala/org/knora/webapi/sharedtestdata/SharedPermissionsTestData.scala index c77baa0616..720870abdc 100644 --- a/webapi/src/test/scala/org/knora/webapi/sharedtestdata/SharedPermissionsTestData.scala +++ b/webapi/src/test/scala/org/knora/webapi/sharedtestdata/SharedPermissionsTestData.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/sharedtestdata/SharedTestDataADM.scala b/webapi/src/test/scala/org/knora/webapi/sharedtestdata/SharedTestDataADM.scala index a7d40fff14..0ac7cbb1d6 100644 --- a/webapi/src/test/scala/org/knora/webapi/sharedtestdata/SharedTestDataADM.scala +++ b/webapi/src/test/scala/org/knora/webapi/sharedtestdata/SharedTestDataADM.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/store/MockableStoreManager.scala b/webapi/src/test/scala/org/knora/webapi/store/MockableStoreManager.scala index e2d2500ad6..86100b3937 100644 --- a/webapi/src/test/scala/org/knora/webapi/store/MockableStoreManager.scala +++ b/webapi/src/test/scala/org/knora/webapi/store/MockableStoreManager.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/store/cacheservice/CacheServiceManagerSpec.scala b/webapi/src/test/scala/org/knora/webapi/store/cacheservice/CacheServiceManagerSpec.scala index 9f15f16eaf..1e7294c6b3 100644 --- a/webapi/src/test/scala/org/knora/webapi/store/cacheservice/CacheServiceManagerSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/store/cacheservice/CacheServiceManagerSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/store/cacheservice/inmem/CacheServiceInMemImplSpec.scala b/webapi/src/test/scala/org/knora/webapi/store/cacheservice/inmem/CacheServiceInMemImplSpec.scala index 43027d32d5..4d622175d4 100644 --- a/webapi/src/test/scala/org/knora/webapi/store/cacheservice/inmem/CacheServiceInMemImplSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/store/cacheservice/inmem/CacheServiceInMemImplSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/store/cacheservice/redis/CacheServiceRedisImplSpec.scala b/webapi/src/test/scala/org/knora/webapi/store/cacheservice/redis/CacheServiceRedisImplSpec.scala index 817b16e6e6..9d3464eced 100644 --- a/webapi/src/test/scala/org/knora/webapi/store/cacheservice/redis/CacheServiceRedisImplSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/store/cacheservice/redis/CacheServiceRedisImplSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/store/cacheservice/serialization/CacheSerializationSpec.scala b/webapi/src/test/scala/org/knora/webapi/store/cacheservice/serialization/CacheSerializationSpec.scala index 00f657fe0d..fb0fb59885 100644 --- a/webapi/src/test/scala/org/knora/webapi/store/cacheservice/serialization/CacheSerializationSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/store/cacheservice/serialization/CacheSerializationSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/store/iiif/MockSipiConnector.scala b/webapi/src/test/scala/org/knora/webapi/store/iiif/MockSipiConnector.scala index 14d57f12ba..018b99b51f 100644 --- a/webapi/src/test/scala/org/knora/webapi/store/iiif/MockSipiConnector.scala +++ b/webapi/src/test/scala/org/knora/webapi/store/iiif/MockSipiConnector.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/store/iiif/MockableIIIFManager.scala b/webapi/src/test/scala/org/knora/webapi/store/iiif/MockableIIIFManager.scala index 69258142b9..8f26fbc00c 100644 --- a/webapi/src/test/scala/org/knora/webapi/store/iiif/MockableIIIFManager.scala +++ b/webapi/src/test/scala/org/knora/webapi/store/iiif/MockableIIIFManager.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/store/triplestore/AllTriplestoreSpec.scala b/webapi/src/test/scala/org/knora/webapi/store/triplestore/AllTriplestoreSpec.scala index c2c10a7d61..2c6230de6f 100644 --- a/webapi/src/test/scala/org/knora/webapi/store/triplestore/AllTriplestoreSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/store/triplestore/AllTriplestoreSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/store/triplestore/HttpTriplestoreConnectorSpec.scala b/webapi/src/test/scala/org/knora/webapi/store/triplestore/HttpTriplestoreConnectorSpec.scala index 861a7fb4cb..9d47e81d36 100644 --- a/webapi/src/test/scala/org/knora/webapi/store/triplestore/HttpTriplestoreConnectorSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/store/triplestore/HttpTriplestoreConnectorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1307Spec.scala b/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1307Spec.scala index 592632ea05..dc7f463b61 100644 --- a/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1307Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1307Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1322Spec.scala b/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1322Spec.scala index c8c5734ca0..b0cd136555 100644 --- a/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1322Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1322Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1367Spec.scala b/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1367Spec.scala index 7030239543..5bd42f20fa 100644 --- a/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1367Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1367Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1372Spec.scala b/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1372Spec.scala index 4f7faa13fc..537eea9d25 100644 --- a/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1372Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1372Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1615Spec.scala b/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1615Spec.scala index 05df568021..7c8374262b 100644 --- a/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1615Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1615Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1746Spec.scala b/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1746Spec.scala index db19873163..bef5cd5e32 100644 --- a/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1746Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1746Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1921Spec.scala b/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1921Spec.scala index 38f802299a..34304befed 100644 --- a/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1921Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginPR1921Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginSpec.scala b/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginSpec.scala index f1063808f3..494aa3b02f 100644 --- a/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/store/triplestore/upgrade/plugins/UpgradePluginSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/util/AkkaHttpUtils.scala b/webapi/src/test/scala/org/knora/webapi/util/AkkaHttpUtils.scala index 6be325f3c9..169bbd9713 100644 --- a/webapi/src/test/scala/org/knora/webapi/util/AkkaHttpUtils.scala +++ b/webapi/src/test/scala/org/knora/webapi/util/AkkaHttpUtils.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/util/ApacheLuceneSupportSpec.scala b/webapi/src/test/scala/org/knora/webapi/util/ApacheLuceneSupportSpec.scala index 95617f9089..d9c5d22ee7 100644 --- a/webapi/src/test/scala/org/knora/webapi/util/ApacheLuceneSupportSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/util/ApacheLuceneSupportSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/util/Base64UrlCheckDigitSpec.scala b/webapi/src/test/scala/org/knora/webapi/util/Base64UrlCheckDigitSpec.scala index 217bcd598f..b1b4fd3a66 100644 --- a/webapi/src/test/scala/org/knora/webapi/util/Base64UrlCheckDigitSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/util/Base64UrlCheckDigitSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/util/MutableTestIri.scala b/webapi/src/test/scala/org/knora/webapi/util/MutableTestIri.scala index 43d7a4b3b1..801fb1e97c 100644 --- a/webapi/src/test/scala/org/knora/webapi/util/MutableTestIri.scala +++ b/webapi/src/test/scala/org/knora/webapi/util/MutableTestIri.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/util/StartupUtils.scala b/webapi/src/test/scala/org/knora/webapi/util/StartupUtils.scala index 32c7f432c4..e3f816dc44 100644 --- a/webapi/src/test/scala/org/knora/webapi/util/StartupUtils.scala +++ b/webapi/src/test/scala/org/knora/webapi/util/StartupUtils.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/util/StringLiteralSequenceV2Spec.scala b/webapi/src/test/scala/org/knora/webapi/util/StringLiteralSequenceV2Spec.scala index 3f4dbc254d..48d7bd020d 100644 --- a/webapi/src/test/scala/org/knora/webapi/util/StringLiteralSequenceV2Spec.scala +++ b/webapi/src/test/scala/org/knora/webapi/util/StringLiteralSequenceV2Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/util/TestExtractorMethods.scala b/webapi/src/test/scala/org/knora/webapi/util/TestExtractorMethods.scala index 42b76df04c..8cea128a1c 100644 --- a/webapi/src/test/scala/org/knora/webapi/util/TestExtractorMethods.scala +++ b/webapi/src/test/scala/org/knora/webapi/util/TestExtractorMethods.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/webapi/src/test/scala/org/knora/webapi/util/cache/CacheUtilSpec.scala b/webapi/src/test/scala/org/knora/webapi/util/cache/CacheUtilSpec.scala index 3ec6bd668e..24b70ebf14 100644 --- a/webapi/src/test/scala/org/knora/webapi/util/cache/CacheUtilSpec.scala +++ b/webapi/src/test/scala/org/knora/webapi/util/cache/CacheUtilSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. + * Copyright © 2021 - 2022 Swiss National Data and Service Center for the Humanities and/or DaSCH Service Platform contributors. * SPDX-License-Identifier: Apache-2.0 */