From 208680143aed62a533bb6dbf95a4c494747fa884 Mon Sep 17 00:00:00 2001 From: Joe Crawford Date: Mon, 13 Feb 2023 14:48:45 +0000 Subject: [PATCH 1/6] Update to Grails 5.3.0 and Groovy 3.0.11 - Update Java version to 17.0.6-tem - Update other dependencies to match Grails version --- .sdkmanrc | 6 +-- gradle.properties | 16 +++---- mdm-bom/build.gradle | 1 + mdm-bom/gradle.properties | 44 +++++++++---------- mdm-core/gradle.properties | 2 +- mdm-core/grails-app/conf/plugin.yml | 2 +- .../HibernateSearchIndexingService.groovy | 4 +- .../core/MdmCoreGrailsPlugin.groovy | 8 ++-- .../gradle.properties | 3 +- ...ginAuthenticationApiKeyGrailsPlugin.groovy | 2 +- .../gradle.properties | 3 +- ...uginAuthenticationBasicGrailsPlugin.groovy | 2 +- mdm-plugin-dataflow/gradle.properties | 3 +- .../MdmPluginDataflowGrailsPlugin.groovy | 2 +- mdm-plugin-datamodel/gradle.properties | 2 +- .../MdmPluginDatamodelGrailsPlugin.groovy | 2 +- mdm-plugin-email-proxy/gradle.properties | 2 +- .../MdmPluginEmailProxyGrailsPlugin.groovy | 2 +- mdm-plugin-federation/gradle.properties | 2 +- .../MdmPluginFederationGrailsPlugin.groovy | 2 +- mdm-plugin-profile/gradle.properties | 2 +- .../MdmPluginProfileGrailsPlugin.groovy | 2 +- mdm-plugin-referencedata/gradle.properties | 3 +- .../MdmPluginReferencedataGrailsPlugin.groovy | 2 +- mdm-plugin-terminology/gradle.properties | 2 +- .../MdmPluginTerminologyGrailsPlugin.groovy | 2 +- mdm-security/gradle.properties | 2 +- .../security/MdmSecurityGrailsPlugin.groovy | 2 +- mdm-testing-functional/gradle.properties | 3 +- .../core/admin/AdminFunctionalSpec.groovy | 2 +- 30 files changed, 64 insertions(+), 68 deletions(-) diff --git a/.sdkmanrc b/.sdkmanrc index ac9cb65f01..fbe830a4aa 100644 --- a/.sdkmanrc +++ b/.sdkmanrc @@ -1,6 +1,6 @@ # Enable auto-env through the sdkman_auto_env config # Add key=value pairs of SDKs to use below -java=17.0.3-tem +java=17.0.6-tem gradle=7.3.3 -grails=5.1.9 -groovy=3.0.10 +grails=5.3.0 +groovy=3.0.11 diff --git a/gradle.properties b/gradle.properties index 387399f34b..0c0d89e09a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,13 +15,13 @@ mdmGradlePluginVersion=1.2.0 # Explode all plugins exploded=true # Grails -grailsVersion=5.1.9 -grailsGradlePluginVersion=5.1.5 -groovyVersion=3.0.10 -grailsHibernate5Version=7.2.2 -grailsViewsVersion=2.2.0 -assetPipelineVersion=3.4.6 +grailsVersion=5.3.0 +grailsGradlePluginVersion=5.2.4 +groovyVersion=3.0.11 +grailsHibernate5Version=7.3.0 +grailsViewsVersion=2.3.2 +assetPipelineVersion=4.0.0 jaxbApiVersion=2.3.1 -springBootVersion=2.6.7 +springBootVersion=2.7.5 # Previous mdm-core version for finding mdm-bom if current version not published yet -fallbackMdmCoreVersion=5.2.0-SNAPSHOT \ No newline at end of file +fallbackMdmCoreVersion=5.3.0-SNAPSHOT \ No newline at end of file diff --git a/mdm-bom/build.gradle b/mdm-bom/build.gradle index 94d78023ec..72917a7c0d 100644 --- a/mdm-bom/build.gradle +++ b/mdm-bom/build.gradle @@ -124,6 +124,7 @@ dependencies { api group: 'org.apache.commons', name: 'commons-rng-simple', version: commonsRng api group: 'org.apache.commons', name: 'commons-text', version: commonsText api group: 'org.apache.commons', name: 'commons-csv', version: commonsCsv + api group: 'com.sun.mail', name: 'jakarta.mail', version: '1.6.7' api group: 'org.simplejavamail', name: 'simple-java-mail', version: javaMail api group: 'commons-beanutils', name: 'commons-beanutils', version: commonsBeanutils diff --git a/mdm-bom/gradle.properties b/mdm-bom/gradle.properties index 263169c34f..1502047ff3 100644 --- a/mdm-bom/gradle.properties +++ b/mdm-bom/gradle.properties @@ -1,29 +1,29 @@ -grails=5.1.9 -grailsGradlePlugin=5.1.5 -groovy=3.0.10 -grailsHibernate5=7.2.2 -grailsViews=2.2.0 +grails=5.3.0 +grailsGradlePlugin=5.2.4 +groovy=3.0.11 +grailsHibernate5=7.3.0 +grailsViews=2.3.2 hibernateSearch=3.0.0-SNAPSHOT -hibernateSearchOrm=6.0.9.Final -lucene=8.7.0 -assetPipeline=3.4.6 -springBoot=2.6.7 -spotbugsAnnotation=4.7.0 -commonsText=1.9 -commonsCsv=1.9.0 +hibernateSearchOrm=6.1.8.Final +lucene=8.11.2 +assetPipeline=4.0.0 +springBoot=2.7.5 +spotbugsAnnotation=4.7.3 +commonsText=1.10.0 +commonsCsv=1.10.0 javaMail=6.7.6 guava=31.1-jre commonsBeanutils=1.9.4 jaxbApi=2.3.1 -commonsRng=1.4 -javaAssist=3.29.0-GA -jsonunit=2.35.0 +commonsRng=1.5 +javaAssist=3.29.2-GA +jsonunit=2.36.1 ## BOM Overrides -hibernate=5.6.8.Final +hibernate=5.6.11.Final logback=1.2.11 slf4j=1.7.36 -spring-framework=5.3.19 -hibernate-validator=6.2.3.Final +spring-framework=5.3.25 +hibernate-validator=6.2.5.Final #testingSupport=2.4.1 #micronaut=3.3.4 #jackson-bom=2.13.2.20220328 @@ -31,9 +31,9 @@ hibernate-validator=6.2.3.Final #junit-jupiter=5.8.2 #xmlunit2=2.8.4 # v2.2.1 includes a logback.xml file which needs to be removed before we can update -views-json=2.2.0 -views-markup=2.2.0 -views-json-testing-support=2.2.0 -views-json-templates=2.2.0 +views-json=2.3.2 +views-markup=2.3.2 +views-json-testing-support=2.3.2 +views-json-templates=2.3.2 # This really needs updating ASAP but the v5/v6 builds have issues cache=4.0.3 diff --git a/mdm-core/gradle.properties b/mdm-core/gradle.properties index 2b689b167d..caecb50e33 100644 --- a/mdm-core/gradle.properties +++ b/mdm-core/gradle.properties @@ -1 +1 @@ -grailsVersion=5.1.9 \ No newline at end of file +grailsVersion=5.3.0 \ No newline at end of file diff --git a/mdm-core/grails-app/conf/plugin.yml b/mdm-core/grails-app/conf/plugin.yml index d421b0420e..1fb788bebd 100644 --- a/mdm-core/grails-app/conf/plugin.yml +++ b/mdm-core/grails-app/conf/plugin.yml @@ -72,7 +72,7 @@ hibernate: configuration_property_checking: strategy: ignore backend: - lucene_version: 8.7.0 + lucene_version: 8.11.2 analysis: configurer: 'class:uk.ac.ox.softeng.maurodatamapper.hibernate.search.backend.lucene.analysis.MdmLuceneAnalysisConfigurer' # Defaults diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/HibernateSearchIndexingService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/HibernateSearchIndexingService.groovy index 74c135cccc..fde7b35e77 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/HibernateSearchIndexingService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/HibernateSearchIndexingService.groovy @@ -30,9 +30,9 @@ import org.hibernate.search.mapper.orm.Search import org.hibernate.search.mapper.orm.entity.SearchIndexedEntity import org.hibernate.search.mapper.orm.mapping.SearchMapping import org.hibernate.search.mapper.orm.massindexing.MassIndexer -import org.hibernate.search.mapper.orm.massindexing.impl.LoggingMassIndexingMonitor import org.hibernate.search.mapper.orm.session.SearchSession import org.hibernate.search.mapper.orm.work.SearchIndexingPlan +import org.hibernate.search.mapper.pojo.massindexing.impl.PojoMassIndexingLoggingMonitor import org.springframework.beans.factory.annotation.Autowired import java.nio.file.Path @@ -123,7 +123,7 @@ class HibernateSearchIndexingService { // All indexed classes must be added here MassIndexer indexer = searchSession.massIndexer(indexedEntities.collect {it.javaClass()}) - .monitor(new LoggingMassIndexingMonitor(1)) + .monitor(new PojoMassIndexingLoggingMonitor(1)) .typesToIndexInParallel(indexParameters.typesToIndexInParallel) .threadsToLoadObjects(indexParameters.threadsToLoadObjects) .batchSizeToLoadObjects(indexParameters.batchSizeToLoadObjects) diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/MdmCoreGrailsPlugin.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/MdmCoreGrailsPlugin.groovy index e055e5f52d..832ef21392 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/MdmCoreGrailsPlugin.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/MdmCoreGrailsPlugin.groovy @@ -71,7 +71,7 @@ class MdmCoreGrailsPlugin extends Plugin { static String DEFAULT_USER_SECURITY_POLICY_MANAGER_BEAN_NAME = 'defaultUserSecurityPolicyManager' // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.1.9 > *' + def grailsVersion = '5.3.0 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ 'grails-app/views/error.gsp' @@ -107,13 +107,13 @@ This is basically the backend API. def scm = [url: 'https://github.com/mauroDataMapper/mdm-core'] def dependsOn = [ - hibernate : '7.2.0 > *', + hibernate : '7.3.0 > *', interceptors : grailsVersion, services : grailsVersion, controllers : grailsVersion, assetPipeline : '3.3.6 > *', - jsonView : '2.2.0 > *', - markupView : '2.2.0 > *', + jsonView : '2.3.2 > *', + markupView : '2.3.2 > *', hibernateSearch: '3.0.0-SNAPSHOT > *' ] diff --git a/mdm-plugin-authentication-apikey/gradle.properties b/mdm-plugin-authentication-apikey/gradle.properties index fb30bc14ee..f79011cc89 100644 --- a/mdm-plugin-authentication-apikey/gradle.properties +++ b/mdm-plugin-authentication-apikey/gradle.properties @@ -1,2 +1 @@ - -grailsVersion=5.1.9 +grailsVersion=5.3.0 diff --git a/mdm-plugin-authentication-apikey/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/MdmPluginAuthenticationApiKeyGrailsPlugin.groovy b/mdm-plugin-authentication-apikey/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/MdmPluginAuthenticationApiKeyGrailsPlugin.groovy index 92f00681a8..0c50d342f9 100644 --- a/mdm-plugin-authentication-apikey/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/MdmPluginAuthenticationApiKeyGrailsPlugin.groovy +++ b/mdm-plugin-authentication-apikey/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/MdmPluginAuthenticationApiKeyGrailsPlugin.groovy @@ -22,7 +22,7 @@ import grails.plugins.Plugin class MdmPluginAuthenticationApiKeyGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.1.9 > *' + def grailsVersion = '5.3.0 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ ] diff --git a/mdm-plugin-authentication-basic/gradle.properties b/mdm-plugin-authentication-basic/gradle.properties index fb30bc14ee..f79011cc89 100644 --- a/mdm-plugin-authentication-basic/gradle.properties +++ b/mdm-plugin-authentication-basic/gradle.properties @@ -1,2 +1 @@ - -grailsVersion=5.1.9 +grailsVersion=5.3.0 diff --git a/mdm-plugin-authentication-basic/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/MdmPluginAuthenticationBasicGrailsPlugin.groovy b/mdm-plugin-authentication-basic/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/MdmPluginAuthenticationBasicGrailsPlugin.groovy index 2092d5bef8..2483825745 100644 --- a/mdm-plugin-authentication-basic/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/MdmPluginAuthenticationBasicGrailsPlugin.groovy +++ b/mdm-plugin-authentication-basic/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/MdmPluginAuthenticationBasicGrailsPlugin.groovy @@ -22,7 +22,7 @@ import grails.plugins.Plugin class MdmPluginAuthenticationBasicGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.1.9 > *' + def grailsVersion = '5.3.0 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ ] diff --git a/mdm-plugin-dataflow/gradle.properties b/mdm-plugin-dataflow/gradle.properties index fb30bc14ee..f79011cc89 100644 --- a/mdm-plugin-dataflow/gradle.properties +++ b/mdm-plugin-dataflow/gradle.properties @@ -1,2 +1 @@ - -grailsVersion=5.1.9 +grailsVersion=5.3.0 diff --git a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/MdmPluginDataflowGrailsPlugin.groovy b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/MdmPluginDataflowGrailsPlugin.groovy index e9d9576685..da3192af7f 100644 --- a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/MdmPluginDataflowGrailsPlugin.groovy +++ b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/MdmPluginDataflowGrailsPlugin.groovy @@ -24,7 +24,7 @@ import grails.plugins.Plugin class MdmPluginDataflowGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.1.9 > *' + def grailsVersion = '5.3.0 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ 'grails-app/views/forbidden.gson', diff --git a/mdm-plugin-datamodel/gradle.properties b/mdm-plugin-datamodel/gradle.properties index 4a032a2950..f79011cc89 100644 --- a/mdm-plugin-datamodel/gradle.properties +++ b/mdm-plugin-datamodel/gradle.properties @@ -1 +1 @@ -grailsVersion=5.1.9 +grailsVersion=5.3.0 diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/MdmPluginDatamodelGrailsPlugin.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/MdmPluginDatamodelGrailsPlugin.groovy index 85e6e3078d..2a36b1fefb 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/MdmPluginDatamodelGrailsPlugin.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/MdmPluginDatamodelGrailsPlugin.groovy @@ -27,7 +27,7 @@ import grails.plugins.Plugin class MdmPluginDatamodelGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.1.9 > *' + def grailsVersion = '5.3.0 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ 'grails-app/views/forbidden.gson', diff --git a/mdm-plugin-email-proxy/gradle.properties b/mdm-plugin-email-proxy/gradle.properties index 4a032a2950..f79011cc89 100644 --- a/mdm-plugin-email-proxy/gradle.properties +++ b/mdm-plugin-email-proxy/gradle.properties @@ -1 +1 @@ -grailsVersion=5.1.9 +grailsVersion=5.3.0 diff --git a/mdm-plugin-email-proxy/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MdmPluginEmailProxyGrailsPlugin.groovy b/mdm-plugin-email-proxy/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MdmPluginEmailProxyGrailsPlugin.groovy index 9ecedda7e7..fc9f9da44b 100644 --- a/mdm-plugin-email-proxy/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MdmPluginEmailProxyGrailsPlugin.groovy +++ b/mdm-plugin-email-proxy/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MdmPluginEmailProxyGrailsPlugin.groovy @@ -22,7 +22,7 @@ import grails.plugins.Plugin class MdmPluginEmailProxyGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.1.9 > *' + def grailsVersion = '5.3.0 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ ] diff --git a/mdm-plugin-federation/gradle.properties b/mdm-plugin-federation/gradle.properties index 4a032a2950..f79011cc89 100644 --- a/mdm-plugin-federation/gradle.properties +++ b/mdm-plugin-federation/gradle.properties @@ -1 +1 @@ -grailsVersion=5.1.9 +grailsVersion=5.3.0 diff --git a/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/MdmPluginFederationGrailsPlugin.groovy b/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/MdmPluginFederationGrailsPlugin.groovy index a20e0387b2..d076090438 100644 --- a/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/MdmPluginFederationGrailsPlugin.groovy +++ b/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/MdmPluginFederationGrailsPlugin.groovy @@ -28,7 +28,7 @@ import grails.plugins.Plugin class MdmPluginFederationGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.1.9 > *' + def grailsVersion = '5.3.0 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ ] diff --git a/mdm-plugin-profile/gradle.properties b/mdm-plugin-profile/gradle.properties index 4a032a2950..f79011cc89 100644 --- a/mdm-plugin-profile/gradle.properties +++ b/mdm-plugin-profile/gradle.properties @@ -1 +1 @@ -grailsVersion=5.1.9 +grailsVersion=5.3.0 diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/MdmPluginProfileGrailsPlugin.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/MdmPluginProfileGrailsPlugin.groovy index c15dde4a79..70a9f66ff1 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/MdmPluginProfileGrailsPlugin.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/MdmPluginProfileGrailsPlugin.groovy @@ -28,7 +28,7 @@ import grails.util.Environment class MdmPluginProfileGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.1.9 > *' + def grailsVersion = '5.3.0 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ ] diff --git a/mdm-plugin-referencedata/gradle.properties b/mdm-plugin-referencedata/gradle.properties index fb30bc14ee..f79011cc89 100644 --- a/mdm-plugin-referencedata/gradle.properties +++ b/mdm-plugin-referencedata/gradle.properties @@ -1,2 +1 @@ - -grailsVersion=5.1.9 +grailsVersion=5.3.0 diff --git a/mdm-plugin-referencedata/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/MdmPluginReferencedataGrailsPlugin.groovy b/mdm-plugin-referencedata/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/MdmPluginReferencedataGrailsPlugin.groovy index 2cd4102a14..e1c9427c83 100644 --- a/mdm-plugin-referencedata/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/MdmPluginReferencedataGrailsPlugin.groovy +++ b/mdm-plugin-referencedata/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/MdmPluginReferencedataGrailsPlugin.groovy @@ -26,7 +26,7 @@ import grails.plugins.Plugin class MdmPluginReferencedataGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.1.9 > *' + def grailsVersion = '5.3.0 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ 'grails-app/views/forbidden.gson', diff --git a/mdm-plugin-terminology/gradle.properties b/mdm-plugin-terminology/gradle.properties index fb30bc14ee..6368ea138e 100644 --- a/mdm-plugin-terminology/gradle.properties +++ b/mdm-plugin-terminology/gradle.properties @@ -1,2 +1,2 @@ -grailsVersion=5.1.9 +grailsVersion=5.3.0 diff --git a/mdm-plugin-terminology/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/terminology/MdmPluginTerminologyGrailsPlugin.groovy b/mdm-plugin-terminology/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/terminology/MdmPluginTerminologyGrailsPlugin.groovy index d64cf2e102..b321ee8d5c 100644 --- a/mdm-plugin-terminology/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/terminology/MdmPluginTerminologyGrailsPlugin.groovy +++ b/mdm-plugin-terminology/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/terminology/MdmPluginTerminologyGrailsPlugin.groovy @@ -24,7 +24,7 @@ import grails.plugins.Plugin class MdmPluginTerminologyGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.1.9 > *' + def grailsVersion = '5.3.0 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ 'grails-app/views/forbidden.gson', diff --git a/mdm-security/gradle.properties b/mdm-security/gradle.properties index fb30bc14ee..6368ea138e 100644 --- a/mdm-security/gradle.properties +++ b/mdm-security/gradle.properties @@ -1,2 +1,2 @@ -grailsVersion=5.1.9 +grailsVersion=5.3.0 diff --git a/mdm-security/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/MdmSecurityGrailsPlugin.groovy b/mdm-security/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/MdmSecurityGrailsPlugin.groovy index 6a1447ca21..7a789cf494 100644 --- a/mdm-security/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/MdmSecurityGrailsPlugin.groovy +++ b/mdm-security/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/MdmSecurityGrailsPlugin.groovy @@ -26,7 +26,7 @@ import grails.plugins.Plugin class MdmSecurityGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.1.9 > *' + def grailsVersion = '5.3.0 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ 'grails-app/views/forbidden.gson', diff --git a/mdm-testing-functional/gradle.properties b/mdm-testing-functional/gradle.properties index fb30bc14ee..f79011cc89 100644 --- a/mdm-testing-functional/gradle.properties +++ b/mdm-testing-functional/gradle.properties @@ -1,2 +1 @@ - -grailsVersion=5.1.9 +grailsVersion=5.3.0 diff --git a/mdm-testing-functional/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/testing/functional/core/admin/AdminFunctionalSpec.groovy b/mdm-testing-functional/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/testing/functional/core/admin/AdminFunctionalSpec.groovy index 8df08c50aa..2ac5dfba51 100644 --- a/mdm-testing-functional/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/testing/functional/core/admin/AdminFunctionalSpec.groovy +++ b/mdm-testing-functional/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/testing/functional/core/admin/AdminFunctionalSpec.groovy @@ -79,7 +79,7 @@ class AdminFunctionalSpec extends FunctionalSpec { 'GET' | 'status' | null || OK | ''' { "Mauro Data Mapper Version": "${json-unit.matches:version}", - "Grails Version": "5.1.9", + "Grails Version": "5.3.0", "Java Version": "${json-unit.matches:version}", "Java Vendor": "${json-unit.any-string}", "OS Name": "${json-unit.any-string}", From 587d9bdc90e2b44cc657495c4fc479c35a58ec9f Mon Sep 17 00:00:00 2001 From: Joe Crawford Date: Mon, 13 Feb 2023 16:03:06 +0000 Subject: [PATCH 2/6] Update mdmGradlePluginVersion to new snapshot; add test for JVM version --- gradle.properties | 2 +- .../testing/functional/core/admin/AdminFunctionalSpec.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 0c0d89e09a..fe733659e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ sourceCompatibility=17 targetCompatibility=17 # Deployment & Build artifactory_contextUrl=https://jenkins.cs.ox.ac.uk/artifactory -mdmGradlePluginVersion=1.2.0 +mdmGradlePluginVersion=1.3.0-SNAPSHOT # Explode all plugins exploded=true # Grails diff --git a/mdm-testing-functional/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/testing/functional/core/admin/AdminFunctionalSpec.groovy b/mdm-testing-functional/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/testing/functional/core/admin/AdminFunctionalSpec.groovy index 2ac5dfba51..cacfa44ad8 100644 --- a/mdm-testing-functional/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/testing/functional/core/admin/AdminFunctionalSpec.groovy +++ b/mdm-testing-functional/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/testing/functional/core/admin/AdminFunctionalSpec.groovy @@ -80,7 +80,7 @@ class AdminFunctionalSpec extends FunctionalSpec { { "Mauro Data Mapper Version": "${json-unit.matches:version}", "Grails Version": "5.3.0", - "Java Version": "${json-unit.matches:version}", + "Java Version": "17.0.6", "Java Vendor": "${json-unit.any-string}", "OS Name": "${json-unit.any-string}", "OS Version": "${json-unit.matches:version}", From 8ef2f81cb4e051632e9372bc24e13130969553d0 Mon Sep 17 00:00:00 2001 From: Joe Crawford Date: Thu, 16 Feb 2023 13:57:09 +0000 Subject: [PATCH 3/6] Update Grails to 5.3.2 - Fix test to work with Groovy 3.0.11 --- .sdkmanrc | 2 +- gradle.properties | 6 +++--- mdm-bom/build.gradle | 1 - mdm-bom/gradle.properties | 6 +++--- mdm-core/gradle.properties | 2 +- .../softeng/maurodatamapper/core/MdmCoreGrailsPlugin.groovy | 2 +- .../provider/MauroDataMapperProviderControllerSpec.groovy | 6 +++--- mdm-plugin-authentication-apikey/gradle.properties | 2 +- .../apikey/MdmPluginAuthenticationApiKeyGrailsPlugin.groovy | 2 +- mdm-plugin-authentication-basic/gradle.properties | 2 +- .../basic/MdmPluginAuthenticationBasicGrailsPlugin.groovy | 2 +- mdm-plugin-dataflow/gradle.properties | 2 +- .../dataflow/MdmPluginDataflowGrailsPlugin.groovy | 2 +- mdm-plugin-datamodel/gradle.properties | 2 +- .../datamodel/MdmPluginDatamodelGrailsPlugin.groovy | 2 +- mdm-plugin-email-proxy/gradle.properties | 2 +- .../core/provider/MdmPluginEmailProxyGrailsPlugin.groovy | 2 +- mdm-plugin-federation/gradle.properties | 2 +- .../federation/MdmPluginFederationGrailsPlugin.groovy | 2 +- mdm-plugin-profile/gradle.properties | 2 +- .../profile/MdmPluginProfileGrailsPlugin.groovy | 2 +- mdm-plugin-referencedata/gradle.properties | 2 +- .../referencedata/MdmPluginReferencedataGrailsPlugin.groovy | 2 +- mdm-plugin-terminology/gradle.properties | 3 +-- .../terminology/MdmPluginTerminologyGrailsPlugin.groovy | 2 +- mdm-security/gradle.properties | 3 +-- .../maurodatamapper/security/MdmSecurityGrailsPlugin.groovy | 2 +- mdm-testing-functional/gradle.properties | 2 +- .../functional/core/admin/AdminFunctionalSpec.groovy | 2 +- 29 files changed, 34 insertions(+), 37 deletions(-) diff --git a/.sdkmanrc b/.sdkmanrc index fbe830a4aa..71cfc9ce5b 100644 --- a/.sdkmanrc +++ b/.sdkmanrc @@ -2,5 +2,5 @@ # Add key=value pairs of SDKs to use below java=17.0.6-tem gradle=7.3.3 -grails=5.3.0 +grails=5.3.2 groovy=3.0.11 diff --git a/gradle.properties b/gradle.properties index fe733659e5..f7d0582b57 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,13 +15,13 @@ mdmGradlePluginVersion=1.3.0-SNAPSHOT # Explode all plugins exploded=true # Grails -grailsVersion=5.3.0 -grailsGradlePluginVersion=5.2.4 +grailsVersion=5.3.2 +grailsGradlePluginVersion=5.3.0 groovyVersion=3.0.11 grailsHibernate5Version=7.3.0 grailsViewsVersion=2.3.2 assetPipelineVersion=4.0.0 jaxbApiVersion=2.3.1 -springBootVersion=2.7.5 +springBootVersion=2.7.8 # Previous mdm-core version for finding mdm-bom if current version not published yet fallbackMdmCoreVersion=5.3.0-SNAPSHOT \ No newline at end of file diff --git a/mdm-bom/build.gradle b/mdm-bom/build.gradle index 72917a7c0d..94d78023ec 100644 --- a/mdm-bom/build.gradle +++ b/mdm-bom/build.gradle @@ -124,7 +124,6 @@ dependencies { api group: 'org.apache.commons', name: 'commons-rng-simple', version: commonsRng api group: 'org.apache.commons', name: 'commons-text', version: commonsText api group: 'org.apache.commons', name: 'commons-csv', version: commonsCsv - api group: 'com.sun.mail', name: 'jakarta.mail', version: '1.6.7' api group: 'org.simplejavamail', name: 'simple-java-mail', version: javaMail api group: 'commons-beanutils', name: 'commons-beanutils', version: commonsBeanutils diff --git a/mdm-bom/gradle.properties b/mdm-bom/gradle.properties index 1502047ff3..3e86106c0a 100644 --- a/mdm-bom/gradle.properties +++ b/mdm-bom/gradle.properties @@ -1,5 +1,5 @@ -grails=5.3.0 -grailsGradlePlugin=5.2.4 +grails=5.3.2 +grailsGradlePlugin=5.3.0 groovy=3.0.11 grailsHibernate5=7.3.0 grailsViews=2.3.2 @@ -7,7 +7,7 @@ hibernateSearch=3.0.0-SNAPSHOT hibernateSearchOrm=6.1.8.Final lucene=8.11.2 assetPipeline=4.0.0 -springBoot=2.7.5 +springBoot=2.7.8 spotbugsAnnotation=4.7.3 commonsText=1.10.0 commonsCsv=1.10.0 diff --git a/mdm-core/gradle.properties b/mdm-core/gradle.properties index caecb50e33..2bd11bbab8 100644 --- a/mdm-core/gradle.properties +++ b/mdm-core/gradle.properties @@ -1 +1 @@ -grailsVersion=5.3.0 \ No newline at end of file +grailsVersion=5.3.2 \ No newline at end of file diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/MdmCoreGrailsPlugin.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/MdmCoreGrailsPlugin.groovy index 832ef21392..b23b6abf0b 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/MdmCoreGrailsPlugin.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/MdmCoreGrailsPlugin.groovy @@ -71,7 +71,7 @@ class MdmCoreGrailsPlugin extends Plugin { static String DEFAULT_USER_SECURITY_POLICY_MANAGER_BEAN_NAME = 'defaultUserSecurityPolicyManager' // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.3.0 > *' + def grailsVersion = '5.3.2 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ 'grails-app/views/error.gsp' diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderControllerSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderControllerSpec.groovy index 527f3a2ee2..0de1bddaf7 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderControllerSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderControllerSpec.groovy @@ -17,7 +17,7 @@ */ package uk.ac.ox.softeng.maurodatamapper.core.provider -import uk.ac.ox.softeng.maurodatamapper.provider.plugin.AbstractMauroDataMapperPlugin +import uk.ac.ox.softeng.maurodatamapper.provider.plugin.MauroDataMapperPlugin import uk.ac.ox.softeng.maurodatamapper.test.unit.BaseUnitSpec import grails.testing.web.controllers.ControllerUnitTest @@ -27,8 +27,8 @@ class MauroDataMapperProviderControllerSpec extends BaseUnitSpec implements Cont void 'test get modules'() { given: controller.mauroDataMapperProviderService = Mock(MauroDataMapperProviderService) { - getModulesList() >> [[getName: 'test', getVersion: '1.0'] as AbstractMauroDataMapperPlugin, - [getName: 'test2', getVersion: '0.2'] as AbstractMauroDataMapperPlugin] + getModulesList() >> [[getName: { -> 'test'}, getVersion: { -> '1.0'}] as MauroDataMapperPlugin, + [getName: { -> 'test2'}, getVersion: { -> '0.2'}] as MauroDataMapperPlugin] } when: diff --git a/mdm-plugin-authentication-apikey/gradle.properties b/mdm-plugin-authentication-apikey/gradle.properties index f79011cc89..97900dfb39 100644 --- a/mdm-plugin-authentication-apikey/gradle.properties +++ b/mdm-plugin-authentication-apikey/gradle.properties @@ -1 +1 @@ -grailsVersion=5.3.0 +grailsVersion=5.3.2 diff --git a/mdm-plugin-authentication-apikey/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/MdmPluginAuthenticationApiKeyGrailsPlugin.groovy b/mdm-plugin-authentication-apikey/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/MdmPluginAuthenticationApiKeyGrailsPlugin.groovy index 0c50d342f9..c9316328e9 100644 --- a/mdm-plugin-authentication-apikey/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/MdmPluginAuthenticationApiKeyGrailsPlugin.groovy +++ b/mdm-plugin-authentication-apikey/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/MdmPluginAuthenticationApiKeyGrailsPlugin.groovy @@ -22,7 +22,7 @@ import grails.plugins.Plugin class MdmPluginAuthenticationApiKeyGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.3.0 > *' + def grailsVersion = '5.3.2 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ ] diff --git a/mdm-plugin-authentication-basic/gradle.properties b/mdm-plugin-authentication-basic/gradle.properties index f79011cc89..97900dfb39 100644 --- a/mdm-plugin-authentication-basic/gradle.properties +++ b/mdm-plugin-authentication-basic/gradle.properties @@ -1 +1 @@ -grailsVersion=5.3.0 +grailsVersion=5.3.2 diff --git a/mdm-plugin-authentication-basic/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/MdmPluginAuthenticationBasicGrailsPlugin.groovy b/mdm-plugin-authentication-basic/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/MdmPluginAuthenticationBasicGrailsPlugin.groovy index 2483825745..8bd8a92fbe 100644 --- a/mdm-plugin-authentication-basic/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/MdmPluginAuthenticationBasicGrailsPlugin.groovy +++ b/mdm-plugin-authentication-basic/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/MdmPluginAuthenticationBasicGrailsPlugin.groovy @@ -22,7 +22,7 @@ import grails.plugins.Plugin class MdmPluginAuthenticationBasicGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.3.0 > *' + def grailsVersion = '5.3.2 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ ] diff --git a/mdm-plugin-dataflow/gradle.properties b/mdm-plugin-dataflow/gradle.properties index f79011cc89..97900dfb39 100644 --- a/mdm-plugin-dataflow/gradle.properties +++ b/mdm-plugin-dataflow/gradle.properties @@ -1 +1 @@ -grailsVersion=5.3.0 +grailsVersion=5.3.2 diff --git a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/MdmPluginDataflowGrailsPlugin.groovy b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/MdmPluginDataflowGrailsPlugin.groovy index da3192af7f..d0c1ebb388 100644 --- a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/MdmPluginDataflowGrailsPlugin.groovy +++ b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/MdmPluginDataflowGrailsPlugin.groovy @@ -24,7 +24,7 @@ import grails.plugins.Plugin class MdmPluginDataflowGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.3.0 > *' + def grailsVersion = '5.3.2 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ 'grails-app/views/forbidden.gson', diff --git a/mdm-plugin-datamodel/gradle.properties b/mdm-plugin-datamodel/gradle.properties index f79011cc89..97900dfb39 100644 --- a/mdm-plugin-datamodel/gradle.properties +++ b/mdm-plugin-datamodel/gradle.properties @@ -1 +1 @@ -grailsVersion=5.3.0 +grailsVersion=5.3.2 diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/MdmPluginDatamodelGrailsPlugin.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/MdmPluginDatamodelGrailsPlugin.groovy index 2a36b1fefb..4e407f479b 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/MdmPluginDatamodelGrailsPlugin.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/MdmPluginDatamodelGrailsPlugin.groovy @@ -27,7 +27,7 @@ import grails.plugins.Plugin class MdmPluginDatamodelGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.3.0 > *' + def grailsVersion = '5.3.2 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ 'grails-app/views/forbidden.gson', diff --git a/mdm-plugin-email-proxy/gradle.properties b/mdm-plugin-email-proxy/gradle.properties index f79011cc89..97900dfb39 100644 --- a/mdm-plugin-email-proxy/gradle.properties +++ b/mdm-plugin-email-proxy/gradle.properties @@ -1 +1 @@ -grailsVersion=5.3.0 +grailsVersion=5.3.2 diff --git a/mdm-plugin-email-proxy/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MdmPluginEmailProxyGrailsPlugin.groovy b/mdm-plugin-email-proxy/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MdmPluginEmailProxyGrailsPlugin.groovy index fc9f9da44b..83d46fb018 100644 --- a/mdm-plugin-email-proxy/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MdmPluginEmailProxyGrailsPlugin.groovy +++ b/mdm-plugin-email-proxy/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MdmPluginEmailProxyGrailsPlugin.groovy @@ -22,7 +22,7 @@ import grails.plugins.Plugin class MdmPluginEmailProxyGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.3.0 > *' + def grailsVersion = '5.3.2 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ ] diff --git a/mdm-plugin-federation/gradle.properties b/mdm-plugin-federation/gradle.properties index f79011cc89..97900dfb39 100644 --- a/mdm-plugin-federation/gradle.properties +++ b/mdm-plugin-federation/gradle.properties @@ -1 +1 @@ -grailsVersion=5.3.0 +grailsVersion=5.3.2 diff --git a/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/MdmPluginFederationGrailsPlugin.groovy b/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/MdmPluginFederationGrailsPlugin.groovy index d076090438..34c7dcb99f 100644 --- a/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/MdmPluginFederationGrailsPlugin.groovy +++ b/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/MdmPluginFederationGrailsPlugin.groovy @@ -28,7 +28,7 @@ import grails.plugins.Plugin class MdmPluginFederationGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.3.0 > *' + def grailsVersion = '5.3.2 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ ] diff --git a/mdm-plugin-profile/gradle.properties b/mdm-plugin-profile/gradle.properties index f79011cc89..97900dfb39 100644 --- a/mdm-plugin-profile/gradle.properties +++ b/mdm-plugin-profile/gradle.properties @@ -1 +1 @@ -grailsVersion=5.3.0 +grailsVersion=5.3.2 diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/MdmPluginProfileGrailsPlugin.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/MdmPluginProfileGrailsPlugin.groovy index 70a9f66ff1..f610075ea0 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/MdmPluginProfileGrailsPlugin.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/MdmPluginProfileGrailsPlugin.groovy @@ -28,7 +28,7 @@ import grails.util.Environment class MdmPluginProfileGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.3.0 > *' + def grailsVersion = '5.3.2 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ ] diff --git a/mdm-plugin-referencedata/gradle.properties b/mdm-plugin-referencedata/gradle.properties index f79011cc89..97900dfb39 100644 --- a/mdm-plugin-referencedata/gradle.properties +++ b/mdm-plugin-referencedata/gradle.properties @@ -1 +1 @@ -grailsVersion=5.3.0 +grailsVersion=5.3.2 diff --git a/mdm-plugin-referencedata/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/MdmPluginReferencedataGrailsPlugin.groovy b/mdm-plugin-referencedata/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/MdmPluginReferencedataGrailsPlugin.groovy index e1c9427c83..7a4b19b2f0 100644 --- a/mdm-plugin-referencedata/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/MdmPluginReferencedataGrailsPlugin.groovy +++ b/mdm-plugin-referencedata/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/MdmPluginReferencedataGrailsPlugin.groovy @@ -26,7 +26,7 @@ import grails.plugins.Plugin class MdmPluginReferencedataGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.3.0 > *' + def grailsVersion = '5.3.2 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ 'grails-app/views/forbidden.gson', diff --git a/mdm-plugin-terminology/gradle.properties b/mdm-plugin-terminology/gradle.properties index 6368ea138e..97900dfb39 100644 --- a/mdm-plugin-terminology/gradle.properties +++ b/mdm-plugin-terminology/gradle.properties @@ -1,2 +1 @@ - -grailsVersion=5.3.0 +grailsVersion=5.3.2 diff --git a/mdm-plugin-terminology/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/terminology/MdmPluginTerminologyGrailsPlugin.groovy b/mdm-plugin-terminology/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/terminology/MdmPluginTerminologyGrailsPlugin.groovy index b321ee8d5c..1c073d54f9 100644 --- a/mdm-plugin-terminology/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/terminology/MdmPluginTerminologyGrailsPlugin.groovy +++ b/mdm-plugin-terminology/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/terminology/MdmPluginTerminologyGrailsPlugin.groovy @@ -24,7 +24,7 @@ import grails.plugins.Plugin class MdmPluginTerminologyGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.3.0 > *' + def grailsVersion = '5.3.2 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ 'grails-app/views/forbidden.gson', diff --git a/mdm-security/gradle.properties b/mdm-security/gradle.properties index 6368ea138e..97900dfb39 100644 --- a/mdm-security/gradle.properties +++ b/mdm-security/gradle.properties @@ -1,2 +1 @@ - -grailsVersion=5.3.0 +grailsVersion=5.3.2 diff --git a/mdm-security/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/MdmSecurityGrailsPlugin.groovy b/mdm-security/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/MdmSecurityGrailsPlugin.groovy index 7a789cf494..c3bf4a2d6b 100644 --- a/mdm-security/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/MdmSecurityGrailsPlugin.groovy +++ b/mdm-security/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/MdmSecurityGrailsPlugin.groovy @@ -26,7 +26,7 @@ import grails.plugins.Plugin class MdmSecurityGrailsPlugin extends Plugin { // the version or versions of Grails the plugin is designed for - def grailsVersion = '5.3.0 > *' + def grailsVersion = '5.3.2 > *' // resources that are excluded from plugin packaging def pluginExcludes = [ 'grails-app/views/forbidden.gson', diff --git a/mdm-testing-functional/gradle.properties b/mdm-testing-functional/gradle.properties index f79011cc89..97900dfb39 100644 --- a/mdm-testing-functional/gradle.properties +++ b/mdm-testing-functional/gradle.properties @@ -1 +1 @@ -grailsVersion=5.3.0 +grailsVersion=5.3.2 diff --git a/mdm-testing-functional/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/testing/functional/core/admin/AdminFunctionalSpec.groovy b/mdm-testing-functional/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/testing/functional/core/admin/AdminFunctionalSpec.groovy index cacfa44ad8..b07a8cc00f 100644 --- a/mdm-testing-functional/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/testing/functional/core/admin/AdminFunctionalSpec.groovy +++ b/mdm-testing-functional/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/testing/functional/core/admin/AdminFunctionalSpec.groovy @@ -79,7 +79,7 @@ class AdminFunctionalSpec extends FunctionalSpec { 'GET' | 'status' | null || OK | ''' { "Mauro Data Mapper Version": "${json-unit.matches:version}", - "Grails Version": "5.3.0", + "Grails Version": "5.3.2", "Java Version": "17.0.6", "Java Vendor": "${json-unit.any-string}", "OS Name": "${json-unit.any-string}", From df8c6d1c6059e52fb9d5a38a905c97fb20b8c815 Mon Sep 17 00:00:00 2001 From: Joe Crawford Date: Thu, 16 Feb 2023 16:52:20 +0000 Subject: [PATCH 4/6] Pin Micronaut version and check for SitemeshLayoutViewResolver bean --- mdm-bom/build.gradle | 3 +++ mdm-bom/gradle.properties | 2 +- .../maurodatamapper/core/MdmCoreGrailsPlugin.groovy | 12 ++++++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/mdm-bom/build.gradle b/mdm-bom/build.gradle index 94d78023ec..069a8cee1a 100644 --- a/mdm-bom/build.gradle +++ b/mdm-bom/build.gradle @@ -106,6 +106,9 @@ dependencies { api group: 'com.bertramlabs.plugins', name: 'asset-pipeline-core', version: assetPipeline api "org.javassist:javassist:$javaAssist" + //io.micronaut:micronaut-aop:3.8.4 + api group: 'io.micronaut', name: 'micronaut-aop', version: micronaut + api group: 'org.slf4j', name: 'slf4j-api', version: slf4j api group: 'ch.qos.logback', name: 'logback-classic', version: logback diff --git a/mdm-bom/gradle.properties b/mdm-bom/gradle.properties index 3e86106c0a..0904bf3c7f 100644 --- a/mdm-bom/gradle.properties +++ b/mdm-bom/gradle.properties @@ -25,7 +25,7 @@ slf4j=1.7.36 spring-framework=5.3.25 hibernate-validator=6.2.5.Final #testingSupport=2.4.1 -#micronaut=3.3.4 +micronaut=3.8.4 #jackson-bom=2.13.2.20220328 #log4j2=2.17.2 #junit-jupiter=5.8.2 diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/MdmCoreGrailsPlugin.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/MdmCoreGrailsPlugin.groovy index b23b6abf0b..2b9fa115e8 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/MdmCoreGrailsPlugin.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/MdmCoreGrailsPlugin.groovy @@ -59,6 +59,7 @@ import org.grails.web.databinding.bindingsource.DataBindingSourceRegistry import org.grails.web.servlet.view.CompositeViewResolver import org.grails.web.servlet.view.SitemeshLayoutViewResolver import org.hibernate.dialect.PostgreSQL94Dialect +import org.springframework.beans.factory.NoSuchBeanDefinitionException import org.springframework.boot.web.servlet.ServletListenerRegistrationBean import org.springframework.util.ClassUtils @@ -266,10 +267,13 @@ This is basically the backend API. /** * Remove the SitemeshLayoutViewResolver as this resolves GSP files which we dont need or use */ - SitemeshLayoutViewResolver sitemeshLayoutViewResolver = applicationContext.getBean(SitemeshLayoutViewResolver) - if (sitemeshLayoutViewResolver) { - CompositeViewResolver compositeViewResolver = applicationContext.getBean(CompositeViewResolver.BEAN_NAME, CompositeViewResolver) - compositeViewResolver.viewResolvers.remove(sitemeshLayoutViewResolver) + try { + SitemeshLayoutViewResolver sitemeshLayoutViewResolver = applicationContext.getBean(SitemeshLayoutViewResolver) + if (sitemeshLayoutViewResolver) { + CompositeViewResolver compositeViewResolver = applicationContext.getBean(CompositeViewResolver.BEAN_NAME, CompositeViewResolver) + compositeViewResolver.viewResolvers.remove(sitemeshLayoutViewResolver) + } + } catch (NoSuchBeanDefinitionException ignored) { } } From b22d5f38e0b12f59b1c9cbb5bfd0b25d79875b4f Mon Sep 17 00:00:00 2001 From: Joe Crawford Date: Wed, 22 Feb 2023 12:30:05 +0000 Subject: [PATCH 5/6] Update Copyright headers to `Copyright 2020-2023 University of Oxford and NHS England` --- NOTICE | 2 +- mdm-bom/build.gradle | 1 - .../exception/ApiBadRequestException.groovy | 2 +- .../api/exception/ApiException.groovy | 2 +- .../api/exception/ApiInternalException.groovy | 2 +- .../exception/ApiInvalidModelException.groovy | 2 +- .../ApiNotYetImplementedException.groovy | 2 +- .../exception/ApiUnauthorizedException.groovy | 2 +- .../common/CommonPlugin.groovy | 2 +- .../gorm/HQLPagedResultList.groovy | 2 +- .../gorm/InMemoryPagedResultList.groovy | 2 +- .../callable/CallableConstraints.groovy | 2 +- .../callable/MdmDomainConstraints.groovy | 2 +- ...ParentOwnedLabelCollectionValidator.groovy | 2 +- .../validator/UniqueStringValidator.groovy | 2 +- .../validator/UniqueValuesValidator.groovy | 2 +- .../constraint/validator/Validator.groovy | 2 +- .../hibernate/PathUserType.groovy | 2 +- .../hibernate/PathUserTypeDescriptor.groovy | 2 +- .../hibernate/VersionUserType.groovy | 2 +- .../VersionUserTypeDescriptor.groovy | 2 +- .../hibernate/search/CallableSearch.groovy | 2 +- .../hibernate/search/HibernateSearch.groovy | 2 +- .../PaginatedHibernateSearchResult.groovy | 2 +- .../MdmLuceneAnalysisConfigurer.groovy | 2 +- .../comparator/PathDistanceComparator.groovy | 2 +- .../predicate/ExcludedIdsFilterFactory.groovy | 2 +- .../search/predicate/FilterFactory.groovy | 2 +- .../IdPathSecureFilterFactory.groovy | 2 +- .../predicate/IdSecureFilterFactory.groovy | 2 +- ...MdmHibernateSearchMappingConfigurer.groovy | 2 +- .../pojo/bridge/DomainClassBridge.groovy | 2 +- .../pojo/bridge/OffsetDateTimeBridge.groovy | 2 +- .../pojo/bridge/PathPropertyBridge.groovy | 2 +- .../pojo/bridge/binder/PathBinder.groovy | 2 +- .../maurodatamapper/log/SqlLogger.groovy | 2 +- .../mlt/BoostedMoreLikeThisQuery.groovy | 2 +- .../softeng/maurodatamapper/path/Path.groovy | 2 +- .../path/PathJsonConverter.groovy | 2 +- .../maurodatamapper/path/PathNode.groovy | 2 +- .../provider/MauroDataMapperProvider.groovy | 2 +- .../provider/MauroDataMapperService.groovy | 2 +- .../AbstractMauroDataMapperPlugin.groovy | 2 +- .../GrailsPluginMauroDataMapperPlugin.groovy | 2 +- .../provider/plugin/JavaModule.groovy | 2 +- .../plugin/MauroDataMapperPlugin.groovy | 2 +- ...dmGrailsPluginMauroDataMapperPlugin.groovy | 2 +- .../security/SecurableResource.groovy | 2 +- .../security/SecurableResourceService.groovy | 2 +- .../SecurityPolicyManagerService.groovy | 2 +- .../maurodatamapper/security/User.groovy | 2 +- .../security/UserSecurityPolicyManager.groovy | 2 +- .../AbstractBasicSecurityPolicyManager.groovy | 2 +- .../security/basic/AnonymousUser.groovy | 2 +- .../NoAccessSecurityPolicyManager.groovy | 2 +- .../PublicAccessSecurityPolicyManager.groovy | 2 +- .../security/basic/UnloggedUser.groovy | 2 +- .../traits/domain/MdmDomain.groovy | 2 +- .../maurodatamapper/util/GormUtils.groovy | 2 +- .../softeng/maurodatamapper/util/Utils.groovy | 2 +- .../util/UuidJsonConverter.groovy | 2 +- .../maurodatamapper/version/Version.groovy | 2 +- .../version/VersionChangeType.groovy | 2 +- .../version/VersionJsonConverter.groovy | 2 +- .../maurodatamapper/path/PathNodeSpec.groovy | 2 +- .../maurodatamapper/path/PathSpec.groovy | 2 +- .../version/VersionSpec.groovy | 2 +- .../maurodatamapper/core/UrlMappings.groovy | 2 +- .../core/admin/AdminController.groovy | 2 +- .../core/admin/AdminInterceptor.groovy | 2 +- .../core/admin/ApiPropertyController.groovy | 2 +- .../core/admin/ApiPropertyInterceptor.groovy | 2 +- .../core/async/AsyncJobController.groovy | 2 +- .../core/async/AsyncJobInterceptor.groovy | 2 +- .../core/async/DomainExportController.groovy | 2 +- .../core/async/DomainExportInterceptor.groovy | 2 +- .../core/authority/AuthorityController.groovy | 2 +- .../authority/AuthorityInterceptor.groovy | 2 +- .../container/ClassifierController.groovy | 2 +- .../container/ClassifierInterceptor.groovy | 2 +- .../core/container/FolderController.groovy | 2 +- .../core/container/FolderInterceptor.groovy | 2 +- .../VersionedFolderController.groovy | 2 +- .../VersionedFolderInterceptor.groovy | 2 +- .../core/email/EmailController.groovy | 2 +- .../core/email/EmailInterceptor.groovy | 2 +- .../core/facet/AnnotationController.groovy | 2 +- .../core/facet/AnnotationInterceptor.groovy | 2 +- .../core/facet/ChangelogController.groovy | 2 +- .../core/facet/ChangelogInterceptor.groovy | 2 +- .../core/facet/EditController.groovy | 2 +- .../core/facet/EditInterceptor.groovy | 2 +- .../core/facet/MetadataController.groovy | 2 +- .../core/facet/MetadataInterceptor.groovy | 2 +- .../core/facet/ReferenceFileController.groovy | 2 +- .../facet/ReferenceFileInterceptor.groovy | 2 +- .../core/facet/RuleController.groovy | 2 +- .../core/facet/RuleInterceptor.groovy | 2 +- .../core/facet/SemanticLinkController.groovy | 2 +- .../core/facet/SemanticLinkInterceptor.groovy | 2 +- .../core/facet/VersionLinkController.groovy | 2 +- .../core/facet/VersionLinkInterceptor.groovy | 2 +- .../rule/RuleRepresentationController.groovy | 2 +- .../rule/RuleRepresentationInterceptor.groovy | 2 +- .../core/file/UserImageFileController.groovy | 2 +- .../core/file/UserImageFileInterceptor.groovy | 2 +- .../core/importer/ImporterController.groovy | 2 +- .../core/importer/ImporterInterceptor.groovy | 2 +- .../core/path/PathController.groovy | 2 +- .../core/path/PathInterceptor.groovy | 2 +- .../MauroDataMapperProviderController.groovy | 2 +- .../MauroDataMapperProviderInterceptor.groovy | 2 +- ...DataMapperServiceProviderController.groovy | 2 +- ...ataMapperServiceProviderInterceptor.groovy | 2 +- .../core/search/SearchController.groovy | 2 +- .../core/search/SearchInterceptor.groovy | 2 +- .../core/session/SessionController.groovy | 2 +- .../core/session/SessionInterceptor.groovy | 2 +- .../core/tree/TreeItemController.groovy | 2 +- .../core/tree/TreeItemInterceptor.groovy | 2 +- .../core/admin/ApiProperty.groovy | 2 +- .../core/async/AsyncJob.groovy | 2 +- .../core/async/DomainExport.groovy | 2 +- .../core/authority/Authority.groovy | 2 +- .../core/container/Classifier.groovy | 2 +- .../core/container/Folder.groovy | 2 +- .../core/container/VersionedFolder.groovy | 2 +- .../maurodatamapper/core/email/Email.groovy | 2 +- .../core/facet/Annotation.groovy | 2 +- .../core/facet/BreadcrumbTree.groovy | 2 +- .../maurodatamapper/core/facet/Edit.groovy | 2 +- .../core/facet/Metadata.groovy | 2 +- .../core/facet/ReferenceFile.groovy | 2 +- .../maurodatamapper/core/facet/Rule.groovy | 2 +- .../core/facet/SemanticLink.groovy | 2 +- .../core/facet/VersionLink.groovy | 2 +- .../core/facet/rule/RuleRepresentation.groovy | 2 +- .../core/file/UserImageFile.groovy | 2 +- mdm-core/grails-app/i18n/messages.properties | 2 +- .../grails-app/i18n/messages_cs_CZ.properties | 2 +- .../grails-app/i18n/messages_da.properties | 2 +- .../grails-app/i18n/messages_de.properties | 2 +- .../grails-app/i18n/messages_es.properties | 2 +- .../grails-app/i18n/messages_fr.properties | 2 +- .../grails-app/i18n/messages_it.properties | 2 +- .../grails-app/i18n/messages_ja.properties | 2 +- .../grails-app/i18n/messages_nb.properties | 2 +- .../grails-app/i18n/messages_nl.properties | 2 +- .../grails-app/i18n/messages_pl.properties | 2 +- .../grails-app/i18n/messages_pt_BR.properties | 2 +- .../grails-app/i18n/messages_pt_PT.properties | 2 +- .../grails-app/i18n/messages_ru.properties | 2 +- .../grails-app/i18n/messages_sv.properties | 2 +- .../grails-app/i18n/messages_th.properties | 2 +- .../grails-app/i18n/messages_zh_CN.properties | 2 +- .../maurodatamapper/core/Application.groovy | 2 +- .../maurodatamapper/core/BootStrap.groovy | 2 +- .../core/admin/AdminService.groovy | 2 +- .../core/admin/ApiPropertyService.groovy | 2 +- .../core/async/AsyncJobService.groovy | 2 +- .../core/async/DomainExportService.groovy | 2 +- .../core/authority/AuthorityService.groovy | 2 +- .../core/container/ClassifierService.groovy | 2 +- .../core/container/FolderService.groovy | 2 +- .../container/VersionedFolderService.groovy | 2 +- .../exporter/FolderJsonExporterService.groovy | 2 +- .../core/diff/MergeDiffService.groovy | 2 +- .../core/email/EmailService.groovy | 2 +- .../core/exporter/ExporterService.groovy | 2 +- .../core/facet/AnnotationService.groovy | 2 +- .../core/facet/BreadcrumbTreeService.groovy | 2 +- .../core/facet/EditService.groovy | 2 +- .../core/facet/MetadataService.groovy | 2 +- .../core/facet/ReferenceFileService.groovy | 2 +- .../core/facet/RuleService.groovy | 2 +- .../core/facet/SemanticLinkService.groovy | 2 +- .../core/facet/VersionLinkService.groovy | 2 +- .../rule/RuleRepresentationService.groovy | 2 +- .../core/file/UserImageFileService.groovy | 2 +- .../HibernateSearchIndexingService.groovy | 2 +- .../core/importer/ImporterService.groovy | 2 +- .../core/path/PathService.groovy | 2 +- .../MauroDataMapperProviderService.groovy | 2 +- ...uroDataMapperServiceProviderService.groovy | 2 +- .../email/BasicEmailProviderService.groovy | 2 +- .../core/search/SearchService.groovy | 2 +- .../core/session/SessionService.groovy | 2 +- .../core/tree/TreeItemService.groovy | 2 +- .../bootstrap/StandardEmailAddress.groovy | 2 +- .../CsvDataBindingSourceCreator.groovy | 2 +- .../MdmDataBindingCollection.groovy | 2 +- .../callable/CatalogueFileConstraints.groovy | 2 +- .../callable/CatalogueItemConstraints.groovy | 2 +- .../InformationAwareConstraints.groovy | 2 +- .../callable/ModelConstraints.groovy | 2 +- .../callable/ModelItemConstraints.groovy | 2 +- .../callable/VersionAwareConstraints.groovy | 2 +- .../mapping/CoreSchemaMappingContext.groovy | 2 +- .../AnnotationAwareMappingContext.groovy | 2 +- .../BreadcrumbTreeMappingContext.groovy | 2 +- ...ueItemClassifierAwareMappingContext.groovy | 2 +- .../domain/CatalogueItemMappingContext.groovy | 2 +- .../ClassifierAwareMappingContext.groovy | 2 +- .../InformationAwareMappingContext.groovy | 2 +- .../domain/MdmDomainMappingContext.groovy | 2 +- .../domain/MetadataAwareMappingContext.groovy | 2 +- .../ReferenceFileAwareMappingContext.groovy | 2 +- .../domain/RuleAwareMappingContext.groovy | 2 +- .../SemanticLinkAwareMappingContext.groovy | 2 +- .../VersionLinkAwareMappingContext.groovy | 2 +- ...ibernateMappingContextConfiguration.groovy | 2 +- .../json/view/JsonViewTemplateEngine.groovy | 2 +- .../view/MarkupViewTemplateEngine.groovy | 2 +- .../json/OffsetDateTimeConverter.groovy | 2 +- ...MdmCsvApiPropertyCollectionRenderer.groovy | 2 +- .../render/MdmCsvApiPropertyRenderer.groovy | 2 +- .../HibernateSearchIndexParameters.groovy | 2 +- .../rest/transport/UserCredentials.groovy | 2 +- .../rest/transport/facet/NamespaceKeys.groovy | 2 +- .../transport/importer/ImportParameter.groovy | 2 +- .../importer/ImportParameterGroup.groovy | 2 +- .../ImporterProviderServiceData.groovy | 2 +- .../transport/merge/FieldPatchData.groovy | 2 +- .../rest/transport/merge/MergeIntoData.groovy | 2 +- .../transport/merge/ObjectPatchData.groovy | 2 +- .../transport/model/CopyInformation.groovy | 2 +- .../model/CreateNewVersionData.groovy | 2 +- .../transport/model/DeleteAllParams.groovy | 2 +- .../rest/transport/model/FinaliseData.groovy | 2 +- .../transport/model/ModelLinkTarget.groovy | 2 +- .../transport/model/VersionTreeModel.groovy | 2 +- .../rest/transport/search/SearchParams.groovy | 2 +- .../ClassifierFilterFilter.groovy | 2 +- .../ClassifiersFilter.groovy | 2 +- .../CreatedAfterFilter.groovy | 2 +- .../CreatedBeforeFilter.groovy | 2 +- .../DateTimeSearchParamFilter.groovy | 2 +- .../SearchParamFilter.groovy | 2 +- .../UpdatedAfterFilter.groovy | 2 +- .../UpdatedBeforeFilter.groovy | 2 +- .../transport/tree/ContainerTreeItem.groovy | 2 +- .../transport/tree/ModelItemTreeItem.groovy | 2 +- .../rest/transport/tree/ModelTreeItem.groovy | 2 +- .../core/rest/transport/tree/TreeItem.groovy | 2 +- .../DelegatingSecurityPolicyManager.groovy | 2 +- .../core/web/mapping/UrlMappingActions.groovy | 2 +- .../core/UrlMappingsSpec.groovy | 2 +- .../core/admin/AdminFunctionalSpec.groovy | 2 +- .../admin/ApiPropertyFunctionalSpec.groovy | 2 +- .../core/async/AsyncJobFunctionalSpec.groovy | 2 +- .../async/DomainExportFunctionalSpec.groovy | 2 +- .../authority/AuthorityFunctionalSpec.groovy | 2 +- .../container/ClassifierFunctionalSpec.groovy | 2 +- .../container/FolderFunctionalSpec.groovy | 2 +- .../NestedFolderFunctionalSpec.groovy | 2 +- .../VersionedFolderFunctionalSpec.groovy | 2 +- .../VersionedFolderServiceSpec.groovy | 2 +- .../FolderJsonExporterServiceSpec.groovy | 2 +- .../BaseFolderExporterServiceSpec.groovy | 2 +- .../core/email/EmailFunctionalSpec.groovy | 2 +- .../core/facet/EditFunctionalSpec.groovy | 2 +- .../core/facet/MetadataFunctionalSpec.groovy | 2 +- .../ClassifierAnnotationFunctionalSpec.groovy | 2 +- .../FolderAnnotationFunctionalSpec.groovy | 2 +- .../ClassifierAnnotationFunctionalSpec.groovy | 2 +- .../FolderMetadataFunctionalSpec.groovy | 2 +- ...onedFolderVersionLinkFunctionalSpec.groovy | 2 +- ...earchIndexingServiceIntegrationSpec.groovy | 2 +- .../importer/ImporterFunctionalSpec.groovy | 2 +- ...uroDataMapperProviderFunctionalSpec.groovy | 2 +- .../MauroDataMapperProviderServiceSpec.groovy | 2 +- ...MapperServiceProviderFunctionalSpec.groovy | 2 +- ...ataMapperServiceProviderServiceSpec.groovy | 2 +- .../BasicEmailProviderServiceSpec.groovy | 2 +- .../core/search/SearchFunctionalSpec.groovy | 2 +- .../core/session/SessionFunctionalSpec.groovy | 2 +- .../core/tree/TreeItemFunctionalSpec.groovy | 2 +- .../core/V5_0_1__update_paths.groovy | 2 +- .../core/MdmCoreGrailsPlugin.groovy | 2 +- .../core/admin/ApiPropertyCollection.groovy | 2 +- .../core/admin/ApiPropertyEnum.groovy | 2 +- .../api/exception/ApiDiffException.groovy | 2 +- .../ContainerExporterProviderService.groovy | 2 +- .../FolderExporterProviderService.groovy | 2 +- .../controller/CatalogueItemController.groovy | 2 +- .../controller/EditLoggingController.groovy | 2 +- .../core/controller/FacetController.groovy | 2 +- .../core/controller/ModelController.groovy | 2 +- .../core/diff/CachedDiffable.groovy | 2 +- .../maurodatamapper/core/diff/Diff.groovy | 2 +- .../core/diff/DiffBuilder.groovy | 2 +- .../core/diff/DiffCache.groovy | 2 +- .../maurodatamapper/core/diff/Diffable.groovy | 2 +- .../core/diff/bidirectional/ArrayDiff.groovy | 2 +- .../bidirectional/BiDirectionalDiff.groovy | 2 +- .../core/diff/bidirectional/FieldDiff.groovy | 2 +- .../core/diff/bidirectional/ObjectDiff.groovy | 2 +- .../diff/tridirectional/ArrayMergeDiff.groovy | 2 +- .../tridirectional/CreationMergeDiff.groovy | 2 +- .../tridirectional/DeletionMergeDiff.groovy | 2 +- .../diff/tridirectional/FieldMergeDiff.groovy | 2 +- .../core/diff/tridirectional/MergeDiff.groovy | 2 +- .../tridirectional/TriDirectionalDiff.groovy | 2 +- .../diff/unidirectional/CreationDiff.groovy | 2 +- .../diff/unidirectional/DeletionDiff.groovy | 2 +- .../unidirectional/UniDirectionalDiff.groovy | 2 +- .../core/email/SendEmailTask.groovy | 2 +- .../core/facet/EditTitle.groovy | 2 +- .../core/facet/SemanticLinkType.groovy | 2 +- .../core/facet/VersionLinkType.groovy | 2 +- .../core/flyway/FlywayConfig.groovy | 2 +- .../flyway/MdmFlywayMigationStrategy.groovy | 2 +- .../DocumentationVersionValidator.groovy | 2 +- .../validator/FolderLabelValidator.groovy | 2 +- .../validator/LabelValidator.groovy | 2 +- .../validator/ModelLabelValidator.groovy | 2 +- .../validator/ModelVersionValidator.groovy | 2 +- ...MultipleUnsavedModelsLabelValidator.groovy | 2 +- .../validator/VersionAwareValidator.groovy | 2 +- .../VersionedFolderLabelValidator.groovy | 2 +- ...TableDynamicHibernateMappingContext.groovy | 2 +- .../DynamicHibernateMappingContext.groovy | 2 +- ...TableDynamicHibernateMappingContext.groovy | 2 +- ...PluginSchemaHibernateMappingContext.groovy | 2 +- .../mapper/pojo/binder/MetadataBinder.groovy | 2 +- .../mapper/pojo/bridge/MetadataBridge.groovy | 2 +- .../core/interceptor/FacetInterceptor.groovy | 2 +- .../core/interceptor/ModelInterceptor.groovy | 2 +- .../interceptor/ModelItemInterceptor.groovy | 2 +- .../SecurableResourceInterceptor.groovy | 2 +- ...dAccessSecurableResourceInterceptor.groovy | 2 +- .../core/logback/MdmConfigurator.groovy | 2 +- .../logback/filter/HibernateLogFilter.groovy | 2 +- .../filter/PatternMatchingEvaluator.groovy | 2 +- .../core/model/CatalogueItem.groovy | 2 +- .../core/model/CatalogueItemService.groovy | 2 +- .../core/model/Container.groovy | 2 +- .../core/model/ContainerService.groovy | 2 +- .../core/model/CopyPassType.groovy | 2 +- .../maurodatamapper/core/model/Model.groovy | 2 +- .../core/model/ModelItem.groovy | 2 +- .../core/model/ModelItemService.groovy | 2 +- .../core/model/ModelService.groovy | 2 +- .../CatalogueItemClassifierAware.groovy | 2 +- .../model/container/ClassifierAware.groovy | 2 +- .../core/model/facet/AnnotationAware.groovy | 2 +- .../core/model/facet/Breadcrumb.groovy | 2 +- .../core/model/facet/MetadataAware.groovy | 2 +- .../core/model/facet/MultiFacetAware.groovy | 2 +- .../model/facet/ReferenceFileAware.groovy | 2 +- .../core/model/facet/RuleAware.groovy | 2 +- .../core/model/facet/SemanticLinkAware.groovy | 2 +- .../core/model/facet/VersionLinkAware.groovy | 2 +- .../core/model/file/CatalogueFile.groovy | 2 +- .../model/file/CatalogueFileService.groovy | 2 +- .../core/provider/ProviderType.groovy | 2 +- .../DataLoaderProviderService.groovy | 2 +- .../email/EmailProviderService.groovy | 2 +- .../provider/exporter/ExportMetadata.groovy | 2 +- .../core/provider/exporter/ExportModel.groovy | 2 +- .../exporter/ExportXmlNamespace.groovy | 2 +- .../exporter/ExporterProviderService.groovy | 2 +- .../exporter/TemplateBasedExporter.groovy | 2 +- .../importer/ImporterProviderService.groovy | 2 +- .../ModelImporterProviderService.groovy | 2 +- .../importer/parameter/FileParameter.groovy | 2 +- .../ImporterProviderServiceParameters.groovy | 2 +- ...elImporterProviderServiceParameters.groovy | 2 +- .../parameter/config/ImportGroupConfig.java | 2 +- .../config/ImportParameterConfig.java | 2 +- .../AbstractCatalogueItemSearchService.groovy | 2 +- .../CatalogueItemSearchDomainProvider.groovy | 2 +- .../core/search/ModelItemSearch.groovy | 2 +- .../core/search/ModelSearch.groovy | 2 +- .../core/search/StandardSearch.groovy | 2 +- .../search/StandardWithoutLabelSearch.groovy | 2 +- .../core/security/UserService.groovy | 2 +- .../core/similarity/SimilarityPair.groovy | 2 +- .../core/similarity/SimilarityResult.groovy | 2 +- .../core/task/AsyncJobFuture.groovy | 2 +- .../core/task/AsyncJobTask.groovy | 2 +- .../traits/controller/MdmController.groovy | 2 +- .../traits/controller/MdmInterceptor.groovy | 2 +- .../ResourcelessMdmController.groovy | 2 +- .../UserSecurityPolicyManagerAware.groovy | 2 +- .../core/traits/domain/AddsEditHistory.groovy | 2 +- .../core/traits/domain/DataLoadable.groovy | 2 +- .../traits/domain/EditHistoryAware.groovy | 2 +- .../traits/domain/IndexedSiblingAware.groovy | 2 +- .../traits/domain/InformationAware.groovy | 2 +- .../core/traits/domain/ModelItemAware.groovy | 2 +- .../traits/domain/MultiFacetItemAware.groovy | 2 +- .../core/traits/domain/VersionAware.groovy | 2 +- .../importer/JsonImportMapping.groovy | 2 +- .../provider/importer/XmlImportMapping.groovy | 2 +- .../traits/service/AnonymisableService.groovy | 2 +- .../HibernateSearchIndexAwareService.groovy | 2 +- .../traits/service/MdmDomainService.groovy | 2 +- .../service/MultiFacetAwareService.groovy | 2 +- .../service/MultiFacetItemAwareService.groovy | 2 +- .../service/VersionLinkAwareService.groovy | 2 +- .../core/admin/AdminControllerSpec.groovy | 2 +- .../core/admin/AdminInterceptorSpec.groovy | 2 +- .../admin/ApiPropertyInterceptorSpec.groovy | 2 +- .../core/admin/ApiPropertyServiceSpec.groovy | 2 +- .../core/admin/ApiPropertySpec.groovy | 2 +- .../core/async/AsyncJobServiceSpec.groovy | 2 +- .../authority/AuthorityInterceptorSpec.groovy | 2 +- .../core/authority/AuthoritySpec.groovy | 2 +- .../ClassifierInterceptorSpec.groovy | 2 +- .../container/ClassifierServiceSpec.groovy | 2 +- .../core/container/ClassifierSpec.groovy | 2 +- .../core/container/FolderContainerSpec.groovy | 2 +- .../container/FolderInterceptorSpec.groovy | 2 +- .../core/container/FolderServiceSpec.groovy | 2 +- .../core/container/FolderSpec.groovy | 2 +- .../VersionedFolderInterceptorSpec.groovy | 2 +- .../core/container/VersionedFolderSpec.groovy | 2 +- .../core/email/EmailInterceptorSpec.groovy | 2 +- .../facet/AnnotationControllerSpec.groovy | 2 +- .../facet/AnnotationInterceptorSpec.groovy | 2 +- .../core/facet/AnnotationServiceSpec.groovy | 2 +- .../core/facet/AnnotationSpec.groovy | 2 +- .../core/facet/BreadcrumbTreeSpec.groovy | 2 +- .../core/facet/EditInterceptorSpec.groovy | 2 +- .../core/facet/EditServiceSpec.groovy | 2 +- .../core/facet/MetadataControllerSpec.groovy | 2 +- .../core/facet/MetadataInterceptorSpec.groovy | 2 +- .../core/facet/MetadataServiceSpec.groovy | 2 +- .../core/facet/MetadataSpec.groovy | 2 +- .../NestedAnnotationControllerSpec.groovy | 2 +- .../facet/ReferenceFileControllerSpec.groovy | 2 +- .../facet/ReferenceFileInterceptorSpec.groovy | 2 +- .../facet/ReferenceFileServiceSpec.groovy | 2 +- .../core/facet/ReferenceFileSpec.groovy | 2 +- .../facet/SemanticLinkControllerSpec.groovy | 2 +- .../facet/SemanticLinkInterceptorSpec.groovy | 2 +- .../core/facet/SemanticLinkServiceSpec.groovy | 2 +- .../core/facet/SemanticLinkSpec.groovy | 2 +- .../facet/VersionLinkControllerSpec.groovy | 2 +- .../facet/VersionLinkInterceptorSpec.groovy | 2 +- .../core/facet/VersionLinkServiceSpec.groovy | 2 +- .../core/facet/VersionLinkSpec.groovy | 2 +- .../file/UserImageFileControllerSpec.groovy | 2 +- .../file/UserImageFileInterceptorSpec.groovy | 2 +- .../core/file/UserImageFileServiceSpec.groovy | 2 +- .../core/file/UserImageFileSpec.groovy | 2 +- .../importer/ImporterControllerSpec.groovy | 2 +- .../importer/ImporterInterceptorSpec.groovy | 2 +- .../core/importer/ImporterServiceSpec.groovy | 2 +- .../core/model/BasicModelItemSpec.groovy | 2 +- .../core/model/BasicModelSpec.groovy | 2 +- .../model/CatalogueItemRenderingSpec.groovy | 2 +- ...uroDataMapperProviderControllerSpec.groovy | 2 +- ...roDataMapperProviderInterceptorSpec.groovy | 2 +- ...MapperServiceProviderControllerSpec.groovy | 2 +- ...apperServiceProviderInterceptorSpec.groovy | 2 +- .../model/VersionTreeModelSpec.groovy | 2 +- .../rest/transport/tree/TreeItemSpec.groovy | 2 +- .../core/search/SearchInterceptorSpec.groovy | 2 +- .../core/session/SessionControllerSpec.groovy | 2 +- .../session/SessionInterceptorSpec.groovy | 2 +- .../core/session/SessionServiceSpec.groovy | 2 +- .../core/tree/TreeItemInterceptorSpec.groovy | 2 +- .../core/util/test/BasicModel.groovy | 2 +- .../core/util/test/BasicModelItem.groovy | 2 +- .../MultiFacetItemAwareServiceSpec.groovy | 2 +- .../ApiKeyAuthenticationInterceptor.groovy | 2 +- .../authentication/basic/Application.groovy | 2 +- .../authentication/basic/BootStrap.groovy | 2 +- .../apikey/ApiKeyAuthenticatingService.groovy | 2 +- .../ApiKeyAuthenticationFunctionalSpec.groovy | 2 +- ...ginAuthenticationApiKeyGrailsPlugin.groovy | 2 +- ...ApiKeyAuthenticationInterceptorSpec.groovy | 2 +- .../authentication/basic/Application.groovy | 2 +- .../authentication/basic/BootStrap.groovy | 2 +- .../basic/AuthenticationService.groovy | 2 +- .../basic/AuthenticatingFunctionalSpec.groovy | 2 +- ...uginAuthenticationBasicGrailsPlugin.groovy | 2 +- .../basic/AuthenticationServiceSpec.groovy | 2 +- .../dataflow/DataFlowController.groovy | 2 +- .../dataflow/DataFlowInterceptor.groovy | 2 +- .../dataflow/UrlMappings.groovy | 2 +- .../DataClassComponentController.groovy | 2 +- .../DataClassComponentInterceptor.groovy | 2 +- .../DataElementComponentController.groovy | 2 +- .../DataElementComponentInterceptor.groovy | 2 +- .../maurodatamapper/dataflow/DataFlow.groovy | 2 +- .../component/DataClassComponent.groovy | 2 +- .../component/DataElementComponent.groovy | 2 +- .../grails-app/i18n/messages.properties | 2 +- .../dataflow/Application.groovy | 2 +- .../maurodatamapper/dataflow/BootStrap.groovy | 2 +- .../dataflow/DataFlowService.groovy | 2 +- .../DataClassComponentService.groovy | 2 +- .../DataElementComponentService.groovy | 2 +- .../DataFlowJsonExporterService.groovy | 2 +- .../DataFlowXmlExporterService.groovy | 2 +- .../DataFlowJsonImporterService.groovy | 2 +- .../DataFlowXmlImporterService.groovy | 2 +- .../dataflow/bootstrap/BootstrapModels.groovy | 2 +- ...mPluginDataflowSchemaMappingContext.groovy | 2 +- .../dataflow/DataFlowFunctionalSpec.groovy | 2 +- .../dataflow/DataFlowServiceSpec.groovy | 2 +- .../dataflow/UrlMappingsSpec.groovy | 2 +- .../DataClassComponentFunctionalSpec.groovy | 2 +- .../DataClassComponentServiceSpec.groovy | 2 +- .../DataElementComponentFunctionalSpec.groovy | 2 +- .../DataElementComponentServiceSpec.groovy | 2 +- .../DataFlowJsonExporterServiceSpec.groovy | 2 +- .../DataFlowXmlExporterServiceSpec.groovy | 2 +- .../DataFlowJsonImporterServiceSpec.groovy | 2 +- .../DataFlowXmlImporterServiceSpec.groovy | 19 +------------------ .../dataflow/V5_0_1__update_paths.groovy | 2 +- .../MdmPluginDataflowGrailsPlugin.groovy | 2 +- .../facet/DataFlowSemanticLinkType.groovy | 2 +- .../validator/DataFlowLabelValidator.groovy | 2 +- .../DataFlowExporterProviderService.groovy | 2 +- ...BindDataFlowImporterProviderService.groovy | 2 +- .../DataFlowImporterProviderService.groovy | 2 +- ...alImporterProviderServiceParameters.groovy | 2 +- ...leImporterProviderServiceParameters.groovy | 2 +- ...owImporterProviderServiceParameters.groovy | 2 +- .../dataflow/DataFlowInterceptorSpec.groovy | 2 +- .../dataflow/DataFlowSpec.groovy | 2 +- .../DataClassComponentInterceptorSpec.groovy | 2 +- .../component/DataClassComponentSpec.groovy | 2 +- ...DataElementComponentInterceptorSpec.groovy | 2 +- .../component/DataElementComponentSpec.groovy | 2 +- .../test/BaseDataFlowIntegrationSpec.groovy | 2 +- ...lowSecuredUserSecurityPolicyManager.groovy | 2 +- .../test/provider/BaseImportExportSpec.groovy | 2 +- ...DataFlowImporterProviderServiceSpec.groovy | 2 +- ...ImportAndDefaultExporterServiceSpec.groovy | 2 +- .../datamodel/DataModelController.groovy | 2 +- .../datamodel/DataModelInterceptor.groovy | 2 +- .../datamodel/UrlMappings.groovy | 2 +- .../facet/SummaryMetadataController.groovy | 2 +- .../facet/SummaryMetadataInterceptor.groovy | 2 +- .../SummaryMetadataReportController.groovy | 2 +- .../SummaryMetadataReportInterceptor.groovy | 2 +- .../datamodel/item/DataClassController.groovy | 2 +- .../item/DataClassInterceptor.groovy | 2 +- .../item/DataElementController.groovy | 2 +- .../item/DataElementInterceptor.groovy | 2 +- .../item/datatype/DataTypeController.groovy | 2 +- .../item/datatype/DataTypeInterceptor.groovy | 2 +- .../EnumerationValueController.groovy | 2 +- .../EnumerationValueInterceptor.groovy | 2 +- .../datamodel/DataModel.groovy | 2 +- .../datamodel/facet/SummaryMetadata.groovy | 2 +- .../SummaryMetadataReport.groovy | 2 +- .../datamodel/item/DataClass.groovy | 2 +- .../datamodel/item/DataElement.groovy | 2 +- .../datamodel/item/datatype/DataType.groovy | 2 +- .../item/datatype/EnumerationType.groovy | 2 +- .../item/datatype/ModelDataType.groovy | 2 +- .../item/datatype/PrimitiveType.groovy | 2 +- .../item/datatype/ReferenceType.groovy | 2 +- .../enumeration/EnumerationValue.groovy | 2 +- .../grails-app/i18n/messages.properties | 2 +- .../datamodel/Application.groovy | 2 +- .../datamodel/BootStrap.groovy | 2 +- .../datamodel/DataModelService.groovy | 2 +- .../datamodel/SearchService.groovy | 2 +- .../facet/SummaryMetadataService.groovy | 2 +- .../SummaryMetadataReportService.groovy | 2 +- .../search/HibernateSearchIndexService.groovy | 2 +- .../datamodel/item/DataClassService.groovy | 2 +- .../datamodel/item/DataElementService.groovy | 2 +- .../item/datatype/DataTypeService.groovy | 2 +- .../datatype/EnumerationTypeService.groovy | 2 +- .../item/datatype/ModelDataTypeService.groovy | 2 +- .../item/datatype/PrimitiveTypeService.groovy | 2 +- .../item/datatype/ReferenceTypeService.groovy | 2 +- .../EnumerationValueService.groovy | 2 +- .../DataModelJsonExporterService.groovy | 2 +- .../DataModelXmlExporterService.groovy | 2 +- .../DataModelJsonImporterService.groovy | 2 +- .../DataModelXmlImporterService.groovy | 2 +- .../bootstrap/BootstrapModels.groovy | 2 +- ...PluginDatamodelSchemaMappingContext.groovy | 2 +- .../SummaryMetadataAwareMappingContext.groovy | 2 +- .../rest/transport/DefaultDataType.groovy | 2 +- .../rest/transport/Intersects.groovy | 2 +- .../transport/SourceTargetIntersects.groovy | 2 +- .../datamodel/rest/transport/Subset.groovy | 2 +- .../DataModelTypeFilter.groovy | 2 +- .../datamodel/DataModelFunctionalSpec.groovy | 2 +- .../DataModelServiceIntegrationSpec.groovy | 2 +- .../SearchServiceIntegrationSpec.groovy | 2 +- .../datamodel/UrlMappingsSpec.groovy | 2 +- .../DataClassAnnotationFunctionalSpec.groovy | 2 +- ...DataElementAnnotationFunctionalSpec.groovy | 2 +- .../DataModelAnnotationFunctionalSpec.groovy | 2 +- .../DataTypeAnnotationFunctionalSpec.groovy | 2 +- .../DataClassMetadataFunctionalSpec.groovy | 2 +- .../DataElementMetadataFunctionalSpec.groovy | 2 +- .../DataModelMetadataFunctionalSpec.groovy | 2 +- .../DataTypeMetadataFunctionalSpec.groovy | 2 +- ...ataClassReferenceFileFunctionalSpec.groovy | 2 +- ...aElementReferenceFileFunctionalSpec.groovy | 2 +- ...ataModelReferenceFileFunctionalSpec.groovy | 2 +- ...DataTypeReferenceFileFunctionalSpec.groovy | 2 +- .../rule/DataClassRuleFunctionalSpec.groovy | 2 +- .../rule/DataElementRuleFunctionalSpec.groovy | 2 +- .../rule/DataModelRuleFunctionalSpec.groovy | 2 +- .../rule/DataTypeRuleFunctionalSpec.groovy | 2 +- ...DataClassSemanticLinkFunctionalSpec.groovy | 2 +- ...taElementSemanticLinkFunctionalSpec.groovy | 2 +- ...DataModelSemanticLinkFunctionalSpec.groovy | 2 +- .../DataTypeSemanticLinkFunctionalSpec.groovy | 2 +- ...aClassSummaryMetadataFunctionalSpec.groovy | 2 +- ...lementSummaryMetadataFunctionalSpec.groovy | 2 +- ...aModelSummaryMetadataFunctionalSpec.groovy | 2 +- ...taTypeSummaryMetadataFunctionalSpec.groovy | 2 +- ...SummaryMetadataReportFunctionalSpec.groovy | 2 +- ...SummaryMetadataReportFunctionalSpec.groovy | 2 +- ...SummaryMetadataReportFunctionalSpec.groovy | 2 +- ...SummaryMetadataReportFunctionalSpec.groovy | 2 +- .../DataModelVersionLinkFunctionalSpec.groovy | 2 +- .../item/DataClassFunctionalSpec.groovy | 2 +- .../DataClassServiceIntegrationSpec.groovy | 2 +- .../item/DataElementFunctionalSpec.groovy | 2 +- .../DataElementServiceIntegrationSpec.groovy | 2 +- .../item/NestedDataClassFunctionalSpec.groovy | 2 +- .../datatype/DataTypeFunctionalSpec.groovy | 2 +- .../EnumerationValueFunctionalSpec.groovy | 2 +- .../path/DataModelPathServiceSpec.groovy | 2 +- ...MapperServiceProviderFunctionalSpec.groovy | 2 +- .../DataModelJsonExporterServiceSpec.groovy | 2 +- .../DataModelXmlExporterServiceSpec.groovy | 2 +- .../DataModelJsonImporterServiceSpec.groovy | 2 +- .../DataModelXmlImporterServiceSpec.groovy | 2 +- .../test/BaseDataModelIntegrationSpec.groovy | 2 +- ...ueItemSummaryMetadataFunctionalSpec.groovy | 2 +- ...SummaryMetadataReportFunctionalSpec.groovy | 2 +- .../test/provider/BaseImportExportSpec.groovy | 2 +- ...ataModelImporterProviderServiceSpec.groovy | 2 +- ...ImportAndDefaultExporterServiceSpec.groovy | 2 +- .../tree/TreeItemFunctionalSpec.groovy | 2 +- .../datamodel/tree/TreeItemServiceSpec.groovy | 2 +- .../datamodel/V5_0_2__update_paths.groovy | 2 +- .../datamodel/DataModelType.groovy | 2 +- .../MdmPluginDatamodelGrailsPlugin.groovy | 2 +- .../databinding/DataTypeBindingHelper.groovy | 2 +- .../DataTypeCollectionBindingHelper.groovy | 2 +- .../converters/DataTypeValueConverter.groovy | 2 +- .../facet/SummaryMetadataAware.groovy | 2 +- .../facet/SummaryMetadataType.groovy | 2 +- .../validator/DataClassLabelValidator.groovy | 2 +- .../DataElementLabelValidator.groovy | 2 +- ...taModelDataClassCollectionValidator.groovy | 2 +- .../validator/DataTypeLabelValidator.groovy | 2 +- .../EnumerationValueKeyValidator.groovy | 2 +- .../validator/ImportLabelValidator.groovy | 2 +- .../SummaryMetadataLabelValidator.groovy | 2 +- .../provider/DefaultDataTypeProvider.groovy | 2 +- .../DataModelExporterProviderService.groovy | 2 +- ...indDataModelImporterProviderService.groovy | 2 +- .../DataModelImporterProviderService.groovy | 2 +- ...leImporterProviderServiceParameters.groovy | 2 +- ...elImporterProviderServiceParameters.groovy | 2 +- .../DataElementSimilarityResult.groovy | 2 +- .../AbstractIntervalHelper.groovy | 2 +- .../summarymetadata/DateIntervalHelper.groovy | 2 +- .../DecimalIntervalHelper.groovy | 2 +- .../IntegerIntervalHelper.groovy | 2 +- .../summarymetadata/LongIntervalHelper.groovy | 2 +- .../NumericIntervalHelper.groovy | 2 +- .../SummaryMetadataHelper.groovy | 2 +- .../DataModelSecuredInterceptor.groovy | 2 +- .../traits/domain/MultiplicityAware.groovy | 2 +- .../SummaryMetadataAwareService.groovy | 2 +- .../datamodel/DataModelInterceptorSpec.groovy | 2 +- .../datamodel/DataModelServiceSpec.groovy | 2 +- .../datamodel/DataModelSpec.groovy | 2 +- .../SummaryMetadataControllerSpec.groovy | 2 +- .../SummaryMetadataInterceptorSpec.groovy | 2 +- .../facet/SummaryMetadataServiceSpec.groovy | 2 +- .../facet/SummaryMetadataSpec.groovy | 2 +- ...SummaryMetadataReportControllerSpec.groovy | 2 +- ...ummaryMetadataReportInterceptorSpec.groovy | 2 +- .../SummaryMetadataReportSpec.groovy | 2 +- .../item/DataClassInterceptorSpec.groovy | 2 +- .../item/DataClassServiceSpec.groovy | 2 +- .../datamodel/item/DataClassSpec.groovy | 2 +- .../item/DataElementInterceptorSpec.groovy | 2 +- .../item/DataElementServiceSpec.groovy | 2 +- .../datamodel/item/DataElementSpec.groovy | 2 +- .../datatype/DataTypeInterceptorSpec.groovy | 2 +- .../item/datatype/DataTypeServiceSpec.groovy | 2 +- .../EnumerationTypeServiceSpec.groovy | 2 +- .../item/datatype/EnumerationTypeSpec.groovy | 2 +- .../datatype/ModelDataTypeServiceSpec.groovy | 2 +- .../item/datatype/ModelDataTypeSpec.groovy | 2 +- .../datatype/PrimitiveTypeServiceSpec.groovy | 2 +- .../item/datatype/PrimitiveTypeSpec.groovy | 2 +- .../datatype/ReferenceTypeServiceSpec.groovy | 2 +- .../item/datatype/ReferenceTypeSpec.groovy | 2 +- .../EnumerationValueInterceptorSpec.groovy | 2 +- .../EnumerationValueServiceSpec.groovy | 2 +- .../enumeration/EnumerationValueSpec.groovy | 2 +- .../DateIntervalHelperSpec.groovy | 2 +- .../DecimalIntervalHelperSpec.groovy | 2 +- .../IntegerIntervalHelperSpec.groovy | 2 +- .../datamodel/test/DataTypeSpec.groovy | 2 +- .../plugin/email/proxy/Application.groovy | 2 +- .../plugin/email/proxy/BootStrap.groovy | 2 +- .../proxy/ProxyEmailProviderService.groovy | 2 +- .../MauroDataMapperProviderServiceSpec.groovy | 2 +- ...taMapperServiceProvidingServiceSpec.groovy | 2 +- .../ProxyEmailProviderServiceSpec.groovy | 2 +- .../MdmPluginEmailProxyGrailsPlugin.groovy | 2 +- .../SubscribedCatalogueController.groovy | 2 +- .../SubscribedCatalogueInterceptor.groovy | 2 +- .../SubscribedModelController.groovy | 2 +- .../SubscribedModelInterceptor.groovy | 2 +- .../federation/UrlMappings.groovy | 2 +- .../federation/atom/FeedController.groovy | 2 +- .../federation/atom/FeedInterceptor.groovy | 2 +- .../publish/PublishController.groovy | 2 +- .../publish/PublishInterceptor.groovy | 2 +- .../federation/SubscribedCatalogue.groovy | 2 +- .../federation/SubscribedModel.groovy | 2 +- .../ApiKeyAuthenticationCredentials.groovy | 2 +- ...redentialsAuthenticationCredentials.groovy | 2 +- ...dCatalogueAuthenticationCredentials.groovy | 2 +- .../grails-app/i18n/messages.properties | 2 +- .../federation/Application.groovy | 2 +- .../federation/BootStrap.groovy | 2 +- .../SubscribedCatalogueService.groovy | 2 +- .../federation/SubscribedModelService.groovy | 2 +- .../federation/atom/FeedService.groovy | 2 +- .../federation/publish/PublishService.groovy | 2 +- .../AtomSubscribedCatalogueConverter.groovy | 2 +- ...uroJsonSubscribedCatalogueConverter.groovy | 2 +- .../SubscribedCatalogueConverter.groovy | 2 +- ...luginFederationSchemaMappingContext.groovy | 2 +- ...tomPublishedModelCollectionRenderer.groovy | 2 +- .../MdmAtomPublishedModelRenderer.groovy | 2 +- ...bscribedCatalogueCollectionRenderer.groovy | 2 +- .../MdmOpmlSubscribedCatalogueRenderer.groovy | 2 +- .../SubscribedModelFederationParams.groovy | 2 +- ...omSubscribedCatalogueFunctionalSpec.groovy | 2 +- ...onSubscribedCatalogueFunctionalSpec.groovy | 2 +- .../SubscribedModelFunctionalSpec.groovy | 2 +- .../federation/UrlMappingsSpec.groovy | 2 +- .../federation/atom/FeedFunctionalSpec.groovy | 2 +- ...bscribedModelServiceIntegrationSpec.groovy | 2 +- .../publish/PublishFunctionalSpec.groovy | 2 +- ...bscribedModelServiceIntegrationSpec.groovy | 2 +- ...bscribedModelServiceIntegrationSpec.groovy | 2 +- ...bscribedModelServiceIntegrationSpec.groovy | 2 +- ...seSubscribedCatalogueFunctionalSpec.groovy | 2 +- ...bscribedModelServiceIntegrationSpec.groovy | 2 +- .../MdmPluginFederationGrailsPlugin.groovy | 2 +- .../federation/PublishedModel.groovy | 2 +- .../federation/SubscribedCatalogueType.groovy | 2 +- ...bscribedCatalogueAuthenticationType.groovy | 2 +- ...piKeyAuthenticatingFederationClient.groovy | 2 +- .../federation/web/FederationClient.groovy | 2 +- ...OAuthAuthenticatingFederationClient.groovy | 2 +- .../profile/ProfileController.groovy | 2 +- .../profile/ProfileInterceptor.groovy | 2 +- .../profile/UrlMappings.groovy | 2 +- .../grails-app/i18n/messages.properties | 2 +- .../profile/Application.groovy | 2 +- .../maurodatamapper/profile/BootStrap.groovy | 2 +- .../profile/ProfileService.groovy | 2 +- .../profile/SearchService.groovy | 2 +- .../transport/ItemsProfilesDataBinding.groovy | 2 +- .../MultiFacetAwareItemDataBinding.groovy | 2 +- .../rest/transport/ProfileProvided.groovy | 2 +- .../ProfileProvidedCollection.groovy | 2 +- .../ProfileProvidedDataBinding.groovy | 2 +- .../ProfileProviderServiceDataBinding.groovy | 2 +- .../transport/ProfiledCatalogueItem.groovy | 2 +- .../searchparamfilter/ProfileFilter.groovy | 2 +- .../DynamicImportProfileFunctionalSpec.groovy | 2 +- .../profile/ProfileFunctionalSpec.groovy | 2 +- .../profile/SearchFunctionalSpec.groovy | 2 +- .../profile/UrlMappingsSpec.groovy | 2 +- .../profile/object/JsonProfileSpec.groovy | 2 +- .../MdmPluginProfileGrailsPlugin.groovy | 2 +- .../profile/custom/CustomActionResult.groovy | 2 +- .../custom/JsonCustomActionResult.groovy | 2 +- .../ConfigurableProfileFieldTypes.groovy | 2 +- .../profile/domain/ProfileField.groovy | 2 +- .../domain/ProfileFieldDataType.groovy | 2 +- .../profile/domain/ProfileSection.groovy | 2 +- .../profile/object/JsonProfile.groovy | 2 +- .../profile/object/Profile.groovy | 2 +- .../DataModelProfileProviderService.groovy | 2 +- ...micImportJsonProfileProviderService.groovy | 2 +- .../DefaultJsonProfileProviderService.groovy | 2 +- ...micImportJsonProfileProviderService.groovy | 2 +- .../DynamicJsonProfileProviderService.groovy | 2 +- .../provider/EmptyJsonProfileFactory.groovy | 2 +- .../JsonProfileProviderService.groovy | 2 +- .../provider/ProfileProviderService.groovy | 2 +- ...rofileSpecificationDataTypeProvider.groovy | 2 +- .../profile/utils/Utils.groovy | 2 +- .../ReferenceDataModelController.groovy | 2 +- .../ReferenceDataModelInterceptor.groovy | 2 +- .../referencedata/UrlMappings.groovy | 2 +- .../ReferenceSummaryMetadataController.groovy | 2 +- ...ReferenceSummaryMetadataInterceptor.groovy | 2 +- ...enceSummaryMetadataReportController.groovy | 2 +- ...nceSummaryMetadataReportInterceptor.groovy | 2 +- .../ReferenceDataElementController.groovy | 2 +- .../ReferenceDataElementInterceptor.groovy | 2 +- .../item/ReferenceDataValueController.groovy | 2 +- .../item/ReferenceDataValueInterceptor.groovy | 2 +- .../ReferenceDataTypeController.groovy | 2 +- .../ReferenceDataTypeInterceptor.groovy | 2 +- ...ReferenceEnumerationValueController.groovy | 2 +- ...eferenceEnumerationValueInterceptor.groovy | 2 +- .../referencedata/ReferenceDataModel.groovy | 2 +- .../facet/ReferenceSummaryMetadata.groovy | 2 +- .../ReferenceSummaryMetadataReport.groovy | 2 +- .../item/ReferenceDataElement.groovy | 2 +- .../item/ReferenceDataValue.groovy | 2 +- .../item/datatype/ReferenceDataType.groovy | 2 +- .../datatype/ReferenceEnumerationType.groovy | 2 +- .../datatype/ReferencePrimitiveType.groovy | 2 +- .../ReferenceEnumerationValue.groovy | 2 +- .../grails-app/i18n/messages.properties | 2 +- .../referencedata/Application.groovy | 2 +- .../referencedata/BootStrap.groovy | 2 +- .../ReferenceDataModelService.groovy | 2 +- .../referencedata/SearchService.groovy | 2 +- .../ReferenceSummaryMetadataService.groovy | 2 +- ...ferenceSummaryMetadataReportService.groovy | 2 +- .../search/HibernateSearchIndexService.groovy | 2 +- .../item/ReferenceDataElementService.groovy | 2 +- .../item/ReferenceDataValueService.groovy | 2 +- .../datatype/ReferenceDataTypeService.groovy | 2 +- .../ReferenceEnumerationTypeService.groovy | 2 +- .../ReferencePrimitiveTypeService.groovy | 2 +- .../ReferenceEnumerationValueService.groovy | 2 +- .../ReferenceDataJsonExporterService.groovy | 2 +- .../ReferenceDataXmlExporterService.groovy | 2 +- .../ReferenceDataCsvImporterService.groovy | 2 +- .../ReferenceDataJsonImporterService.groovy | 2 +- .../ReferenceDataXmlImporterService.groovy | 2 +- .../bootstrap/BootstrapModels.groovy | 2 +- ...inReferenceDataSchemaMappingContext.groovy | 2 +- ...eSummaryMetadataAwareMappingContext.groovy | 2 +- .../search/ReferenceDataModelSearch.groovy | 2 +- .../transport/DefaultReferenceDataType.groovy | 2 +- .../ReferenceDataModelFunctionalSpec.groovy | 2 +- ...enceDataModelServiceIntegrationSpec.groovy | 2 +- .../SearchServiceIntegrationSpec.groovy | 2 +- .../referencedata/UrlMappingsSpec.groovy | 2 +- ...DataElementAnnotationFunctionalSpec.groovy | 2 +- ...ceDataModelAnnotationFunctionalSpec.groovy | 2 +- ...nceDataTypeAnnotationFunctionalSpec.groovy | 2 +- ...ceDataElementMetadataFunctionalSpec.groovy | 2 +- ...enceDataModelMetadataFunctionalSpec.groovy | 2 +- ...renceDataTypeMetadataFunctionalSpec.groovy | 2 +- ...aElementReferenceFileFunctionalSpec.groovy | 2 +- ...ataModelReferenceFileFunctionalSpec.groovy | 2 +- ...DataTypeReferenceFileFunctionalSpec.groovy | 2 +- ...erenceDataElementRuleFunctionalSpec.groovy | 2 +- ...eferenceDataModelRuleFunctionalSpec.groovy | 2 +- ...ReferenceDataTypeRuleFunctionalSpec.groovy | 2 +- ...taElementSemanticLinkFunctionalSpec.groovy | 2 +- ...DataModelSemanticLinkFunctionalSpec.groovy | 2 +- ...eDataTypeSemanticLinkFunctionalSpec.groovy | 2 +- ...erenceSummaryMetadataFunctionalSpec.groovy | 2 +- ...erenceSummaryMetadataFunctionalSpec.groovy | 2 +- ...erenceSummaryMetadataFunctionalSpec.groovy | 2 +- ...SummaryMetadataReportFunctionalSpec.groovy | 2 +- ...SummaryMetadataReportFunctionalSpec.groovy | 2 +- ...SummaryMetadataReportFunctionalSpec.groovy | 2 +- ...eDataModelVersionLinkFunctionalSpec.groovy | 2 +- .../ReferenceDataElementFunctionalSpec.groovy | 2 +- ...ceDataElementServiceIntegrationSpec.groovy | 2 +- .../ReferenceDataValueFunctionalSpec.groovy | 2 +- .../ReferenceDataTypeFunctionalSpec.groovy | 2 +- ...renceEnumerationValueFunctionalSpec.groovy | 2 +- ...enceDataImporterExporterServiceSpec.groovy | 2 +- ...MapperServiceProviderFunctionalSpec.groovy | 2 +- ...ReferenceDataCsvImporterServiceSpec.groovy | 2 +- ...enceDataImporterExporterServiceSpec.groovy | 2 +- ...seReferenceDataModelIntegrationSpec.groovy | 2 +- ...erenceSummaryMetadataFunctionalSpec.groovy | 2 +- ...SummaryMetadataReportFunctionalSpec.groovy | 2 +- .../provider/BaseImporterExporterSpec.groovy | 2 +- .../tree/TreeItemFunctionalSpec.groovy | 2 +- ...rtSimpleWithReferenceEnumerationValues.xml | 2 +- .../referencedata/V5_0_1__update_paths.groovy | 2 +- .../MdmPluginReferencedataGrailsPlugin.groovy | 2 +- ...ReferenceModelDataTypeBindingHelper.groovy | 2 +- ...eferenceModelDataTypeValueConverter.groovy | 2 +- .../ReferenceSummaryMetadataAware.groovy | 2 +- .../facet/ReferenceSummaryMetadataType.groovy | 2 +- .../ReferenceDataElementLabelValidator.groovy | 2 +- .../ReferenceDataTypeLabelValidator.groovy | 2 +- ...ferenceEnumerationValueKeyValidator.groovy | 2 +- ...erenceSummaryMetadataLabelValidator.groovy | 2 +- .../DefaultReferenceDataTypeProvider.groovy | 2 +- ...nceDataModelExporterProviderService.groovy | 2 +- ...nceDataModelImporterProviderService.groovy | 2 +- ...nceDataModelImporterProviderService.groovy | 2 +- ...leImporterProviderServiceParameters.groovy | 2 +- ...elImporterProviderServiceParameters.groovy | 2 +- ...eferenceDataElementSimilarityResult.groovy | 2 +- ...eferenceDataModelSecuredInterceptor.groovy | 2 +- .../traits/domain/MultiplicityAware.groovy | 2 +- ...eferenceSummaryMetadataAwareService.groovy | 2 +- .../ReferenceDataModelInterceptorSpec.groovy | 2 +- .../ReferenceDataModelServiceSpec.groovy | 2 +- .../ReferenceDataModelSpec.groovy | 2 +- ...erenceSummaryMetadataControllerSpec.groovy | 2 +- ...renceSummaryMetadataInterceptorSpec.groovy | 2 +- ...ReferenceSummaryMetadataServiceSpec.groovy | 2 +- .../facet/ReferenceSummaryMetadataSpec.groovy | 2 +- ...SummaryMetadataReportControllerSpec.groovy | 2 +- ...ummaryMetadataReportInterceptorSpec.groovy | 2 +- .../ReferenceSummaryMetadataReportSpec.groovy | 2 +- ...ReferenceDataElementInterceptorSpec.groovy | 2 +- .../ReferenceDataElementServiceSpec.groovy | 2 +- .../item/ReferenceDataElementSpec.groovy | 2 +- .../ReferenceDataTypeInterceptorSpec.groovy | 2 +- .../ReferenceDataTypeServiceSpec.groovy | 2 +- ...ReferenceEnumerationTypeServiceSpec.groovy | 2 +- .../ReferenceEnumerationTypeSpec.groovy | 2 +- .../ReferencePrimitiveTypeServiceSpec.groovy | 2 +- .../ReferencePrimitiveTypeSpec.groovy | 2 +- ...enceEnumerationValueInterceptorSpec.groovy | 2 +- ...eferenceEnumerationValueServiceSpec.groovy | 2 +- .../ReferenceEnumerationValueSpec.groovy | 2 +- .../test/ReferenceDataTypeSpec.groovy | 2 +- .../terminology/CodeSetController.groovy | 2 +- .../terminology/CodeSetInterceptor.groovy | 2 +- .../terminology/TerminologyController.groovy | 2 +- .../terminology/TerminologyInterceptor.groovy | 2 +- .../terminology/UrlMappings.groovy | 2 +- .../terminology/item/TermController.groovy | 2 +- .../terminology/item/TermInterceptor.groovy | 2 +- .../TermRelationshipTypeController.groovy | 2 +- .../TermRelationshipTypeInterceptor.groovy | 2 +- .../term/TermRelationshipController.groovy | 2 +- .../term/TermRelationshipInterceptor.groovy | 2 +- .../terminology/CodeSet.groovy | 2 +- .../terminology/Terminology.groovy | 2 +- .../terminology/item/Term.groovy | 2 +- .../item/TermRelationshipType.groovy | 2 +- .../item/term/TermRelationship.groovy | 2 +- .../grails-app/i18n/messages.properties | 2 +- .../terminology/Application.groovy | 2 +- .../terminology/BootStrap.groovy | 2 +- .../terminology/CodeSetService.groovy | 2 +- .../terminology/SearchService.groovy | 2 +- .../terminology/TerminologyService.groovy | 2 +- .../item/TermRelationshipTypeService.groovy | 2 +- .../terminology/item/TermService.groovy | 2 +- .../item/term/TermRelationshipService.groovy | 2 +- .../CodeSetJsonExporterService.groovy | 2 +- .../exporter/CodeSetXmlExporterService.groovy | 2 +- .../TerminologyJsonExporterService.groovy | 2 +- .../TerminologyXmlExporterService.groovy | 2 +- .../CodeSetJsonImporterService.groovy | 2 +- .../importer/CodeSetXmlImporterService.groovy | 2 +- .../TerminologyJsonImporterService.groovy | 2 +- .../TerminologyXmlImporterService.groovy | 2 +- .../bootstrap/BootstrapModels.groovy | 2 +- ...uginTerminologySchemaMappingContext.groovy | 2 +- .../terminology/CodeSetFunctionalSpec.groovy | 2 +- .../TerminologyFunctionalSpec.groovy | 2 +- .../TerminologyServiceIntegrationSpec.groovy | 2 +- .../terminology/UrlMappingsSpec.groovy | 2 +- .../rule/CodeSetRuleFunctionalSpec.groovy | 2 +- .../TermRelationshipRuleFunctionalSpec.groovy | 2 +- ...mRelationshipTypeRuleFunctionalSpec.groovy | 2 +- .../facet/rule/TermRuleFunctionalSpec.groovy | 2 +- .../rule/TerminologyRuleFunctionalSpec.groovy | 2 +- .../path/TerminologyPathServiceSpec.groovy | 2 +- ...eSetJsonImporterExporterServiceSpec.groovy | 2 +- ...deSetXmlImporterExporterServiceSpec.groovy | 2 +- .../TerminologyJsonExporterServiceSpec.groovy | 2 +- .../TerminologyXmlExporterServiceSpec.groovy | 2 +- .../TerminologyJsonImporterServiceSpec.groovy | 2 +- .../TerminologyXmlImporterServiceSpec.groovy | 2 +- .../term/TermFunctionalSpec.groovy | 2 +- .../TermRelationshipTypeFunctionalSpec.groovy | 2 +- .../TermRelationshipTypeServiceSpec.groovy | 2 +- .../terminology/term/TermServiceSpec.groovy | 2 +- .../TermRelationshipFunctionalSpec.groovy | 2 +- .../item/TermRelationshipServiceSpec.groovy | 2 +- .../test/BaseCodeSetIntegrationSpec.groovy | 2 +- .../BaseTerminologyIntegrationSpec.groovy | 2 +- .../BaseImportExportTerminologySpec.groovy | 2 +- ...ImportAndDefaultExporterServiceSpec.groovy | 2 +- ...minologyImporterProviderServiceSpec.groovy | 2 +- .../tree/TreeItemFunctionalSpec.groovy | 2 +- .../terminology/V5_0_1__update_paths.groovy | 2 +- .../MdmPluginTerminologyGrailsPlugin.groovy | 2 +- .../validator/TermCodeLabelValidator.groovy | 2 +- .../validator/TermCollectionValidator.groovy | 2 +- ...TermRelationshipCollectionValidator.groovy | 2 +- .../TermRelationshipTypeLabelValidator.groovy | 2 +- .../CodeSetExporterProviderService.groovy | 2 +- .../TerminologyExporterProviderService.groovy | 2 +- .../CodeSetImporterProviderService.groovy | 2 +- ...aBindCodeSetImporterProviderService.groovy | 2 +- ...dTerminologyImporterProviderService.groovy | 2 +- .../TerminologyImporterProviderService.groovy | 2 +- ...leImporterProviderServiceParameters.groovy | 2 +- ...etImporterProviderServiceParameters.groovy | 2 +- ...leImporterProviderServiceParameters.groovy | 2 +- ...gyImporterProviderServiceParameters.groovy | 2 +- .../TerminologySecuredInterceptor.groovy | 2 +- .../terminology/CodeSetInterceptorSpec.groovy | 2 +- .../terminology/CodeSetSpec.groovy | 2 +- .../TerminologyInterceptorSpec.groovy | 2 +- .../terminology/TerminologyServiceSpec.groovy | 2 +- .../terminology/TerminologySpec.groovy | 2 +- .../item/TermInterceptorSpec.groovy | 2 +- ...TermRelationshipTypeInterceptorSpec.groovy | 2 +- .../item/TermRelationshipTypeSpec.groovy | 2 +- .../terminology/item/TermSpec.groovy | 2 +- .../TermRelationshipInterceptorSpec.groovy | 2 +- .../item/term/TermRelationshipSpec.groovy | 2 +- .../security/CatalogueUserController.groovy | 2 +- .../security/CatalogueUserInterceptor.groovy | 2 +- .../security/UrlMappings.groovy | 2 +- .../security/UserGroupController.groovy | 2 +- .../security/UserGroupInterceptor.groovy | 2 +- ...serSecurityPolicyManagerInterceptor.groovy | 2 +- .../authentication/ApiKeyController.groovy | 2 +- .../authentication/ApiKeyInterceptor.groovy | 2 +- .../AuthenticatingController.groovy | 2 +- .../file/UserImageFileInterceptor.groovy | 2 +- .../security/role/GroupRoleController.groovy | 2 +- .../security/role/GroupRoleInterceptor.groovy | 2 +- .../role/PermissionsController.groovy | 2 +- .../role/PermissionsInterceptor.groovy | 2 +- ...ecurableResourceGroupRoleController.groovy | 2 +- ...curableResourceGroupRoleInterceptor.groovy | 2 +- .../security/CatalogueUser.groovy | 2 +- .../maurodatamapper/security/UserGroup.groovy | 2 +- .../security/authentication/ApiKey.groovy | 2 +- .../security/role/GroupRole.groovy | 2 +- .../role/SecurableResourceGroupRole.groovy | 2 +- .../grails-app/i18n/messages.properties | 2 +- .../security/Application.groovy | 2 +- .../maurodatamapper/security/BootStrap.groovy | 2 +- .../security/CatalogueUserService.groovy | 2 +- .../security/UserGroupService.groovy | 2 +- .../authentication/ApiKeyService.groovy | 2 +- .../AuthenticatingService.groovy | 2 +- ...upBasedSecurityPolicyManagerService.groovy | 2 +- .../policy/UserSecurityPolicyService.groovy | 2 +- .../security/role/GroupRoleService.groovy | 2 +- .../SecurableResourceGroupRoleService.groovy | 2 +- ...alSecurableResourceGroupRoleService.groovy | 2 +- .../MdmSecuritySchemaMappingContext.groovy | 2 +- .../rest/transport/ChangePassword.groovy | 2 +- .../rest/transport/UserProfilePicture.groovy | 2 +- .../CatalogueUserFunctionalSpec.groovy | 2 +- .../security/UrlMappingsSpec.groovy | 2 +- .../security/UserGroupFunctionalSpec.groovy | 2 +- .../UserGroupServiceIntegrationSpec.groovy | 2 +- .../ApiKeyFunctionalSpec.groovy | 2 +- .../file/UserImageFileFunctionalSpec.groovy | 2 +- ...ecurityPolicyServiceIntegrationSpec.groovy | 2 +- .../GroupRoleServiceIntegrationSpec.groovy | 2 +- ...urceGroupRoleServiceIntegrationSpec.groovy | 2 +- .../security/V5_0_1__update_paths.groovy | 2 +- .../security/MdmSecurityGrailsPlugin.groovy | 2 +- .../AuthenticationSchemeService.groovy | 2 +- .../SecurityPolicyManagerInterceptor.groovy | 2 +- ...GroupBasedUserSecurityPolicyManager.groovy | 2 +- .../security/policy/ResourceActions.groovy | 2 +- .../security/policy/TreeActions.groovy | 2 +- .../security/policy/UserSecurityPolicy.groovy | 2 +- .../security/role/VirtualGroupRole.groovy | 2 +- .../VirtualSecurableResourceGroupRole.groovy | 2 +- .../utils/SecureRandomStringGenerator.java | 2 +- .../security/utils/SecurityDefinition.groovy | 2 +- .../security/utils/SecurityUtils.groovy | 2 +- .../CatalogueUserControllerSpec.groovy | 2 +- .../CatalogueUserInterceptorSpec.groovy | 2 +- .../security/CatalogueUserServiceSpec.groovy | 2 +- .../security/CatalogueUserSpec.groovy | 2 +- .../security/UserGroupControllerSpec.groovy | 2 +- .../security/UserGroupInterceptorSpec.groovy | 2 +- .../security/UserGroupServiceSpec.groovy | 2 +- .../security/UserGroupSpec.groovy | 2 +- .../security/authentication/ApiKeySpec.groovy | 2 +- .../AuthenticatingControllerSpec.groovy | 2 +- .../AuthenticatingServiceSpec.groovy | 2 +- .../file/UserImageFileControllerSpec.groovy | 2 +- .../file/UserImageFileInterceptorSpec.groovy | 2 +- .../role/GroupRoleControllerSpec.groovy | 2 +- .../role/GroupRoleInterceptorSpec.groovy | 2 +- .../security/role/GroupRoleServiceSpec.groovy | 2 +- .../security/role/GroupRoleSpec.groovy | 2 +- ...ableResourceGroupRoleControllerSpec.groovy | 2 +- ...bleResourceGroupRoleInterceptorSpec.groovy | 2 +- ...curableResourceGroupRoleServiceSpec.groovy | 2 +- .../SecurableResourceGroupRoleSpec.groovy | 2 +- ...bleResourceGroupRoleInterceptorSpec.groovy | 2 +- .../security/test/BasicModel.groovy | 2 +- .../security/test/BasicModelItem.groovy | 2 +- .../security/test/SecurityUsers.groovy | 2 +- .../TestAuthenticationSchemeService.groovy | 2 +- .../test/MdmSpecification.groovy | 2 +- .../test/csv/CsvComparer.groovy | 2 +- .../test/functional/BaseFunctionalSpec.groovy | 2 +- .../OrderedResourceFunctionalSpec.groovy | 2 +- .../functional/ResourceFunctionalSpec.groovy | 2 +- ...talogueItemAnnotationFunctionalSpec.groovy | 2 +- .../CatalogueItemFacetFunctionalSpec.groovy | 2 +- ...CatalogueItemMetadataFunctionalSpec.groovy | 2 +- ...ogueItemReferenceFileFunctionalSpec.groovy | 2 +- .../CatalogueItemRuleFunctionalSpec.groovy | 2 +- ...logueItemSemanticLinkFunctionalSpec.groovy | 2 +- .../ContainerAnnotationFunctionalSpec.groovy | 2 +- .../facet/ContainerFacetFunctionalSpec.groovy | 2 +- .../ContainerMetadataFunctionalSpec.groovy | 2 +- .../ModelVersionLinkFunctionalSpec.groovy | 2 +- .../merge/BaseTestMergeBuilder.groovy | 2 +- .../merge/DataModelPluginMergeBuilder.groovy | 2 +- .../ReferenceDataPluginMergeBuilder.groovy | 2 +- .../TerminologyPluginMergeBuilder.groovy | 2 +- .../functional/merge/TestMergeData.groovy | 2 +- .../test/http/RestClientInterface.groovy | 2 +- .../integration/BaseIntegrationSpec.groovy | 2 +- .../BaseUrlMappingsReportSpec.groovy | 2 +- .../test/json/JsonComparer.groovy | 2 +- .../test/json/JsonViewRenderer.groovy | 2 +- .../test/json/ResponseComparer.groovy | 2 +- .../json/matcher/ErrorMessageMatcher.groovy | 2 +- .../json/matcher/FileContentsMatcher.groovy | 2 +- .../test/json/matcher/IdMatcher.groovy | 2 +- .../json/matcher/OffsetDateTimeMatcher.groovy | 2 +- .../test/json/matcher/VersionMatcher.groovy | 2 +- .../test/unit/BaseUnitSpec.groovy | 2 +- .../test/unit/JsonWebUnitSpec.groovy | 2 +- .../test/unit/MdmDomainSpec.groovy | 2 +- .../test/unit/ResourceControllerSpec.groovy | 2 +- .../test/unit/core/CatalogueItemSpec.groovy | 2 +- .../test/unit/core/ModelItemSpec.groovy | 2 +- .../test/unit/core/ModelSpec.groovy | 2 +- .../MultiFacetItemAwareServiceSpec.groovy | 2 +- ...ontainedResourceInterceptorUnitSpec.groovy | 2 +- .../ResourceInterceptorUnitSpec.groovy | 2 +- .../SimpleInterceptorUnitSpec.groovy | 2 +- ...essCheckResourceInterceptorUnitSpec.groovy | 2 +- ...bleContainedResourceInterceptorSpec.groovy | 2 +- .../IdSecuredUserSecurityPolicyManager.groovy | 2 +- .../test/unit/security/TestUser.groovy | 2 +- .../service/CatalogueItemServiceSpec.groovy | 2 +- .../maurodatamapper/test/xml/Utils.groovy | 2 +- .../test/xml/XmlComparer.groovy | 2 +- .../test/xml/XmlValidator.groovy | 2 +- .../converter/JavaLocalDateConverter.groovy | 2 +- .../JavaOffsetDateTimeConverter.groovy | 2 +- .../DateTimeDifferenceEvaluator.groovy | 2 +- .../evalutator/IdDifferenceEvaluator.groovy | 2 +- .../IgnoreOrderDifferenceEvaluator.groovy | 2 +- .../xml/selector/CustomElementSelector.groovy | 2 +- .../testing/functional/Application.groovy | 2 +- .../testing/functional/BootStrap.groovy | 2 +- .../profile/DerivedFieldProfileService.groovy | 2 +- .../profile/InvalidProfileService.groovy | 2 +- ...PostFinalisedEditableProfileService.groovy | 2 +- .../ApiKeyFunctionalSpec.groovy | 2 +- .../ApiKeyAuthenticationFunctionalSpec.groovy | 2 +- .../basic/AuthenticatingFunctionalSpec.groovy | 2 +- .../core/admin/AdminFunctionalSpec.groovy | 2 +- .../admin/ApiPropertyFunctionalSpec.groovy | 2 +- .../core/async/AsyncJobFunctionalSpec.groovy | 2 +- .../async/DomainExportFunctionalSpec.groovy | 2 +- .../authority/AuthorityFunctionalSpec.groovy | 2 +- .../container/ClassifierFunctionalSpec.groovy | 2 +- .../container/FolderFunctionalSpec.groovy | 2 +- .../NestedClassifierFunctionalSpec.groovy | 2 +- .../NestedFolderFunctionalSpec.groovy | 2 +- .../core/email/EmailFunctionalSpec.groovy | 2 +- .../core/error/ErrorFunctionalSpec.groovy | 2 +- .../file/UserImageFileFunctionalSpec.groovy | 2 +- .../importer/ImporterFunctionalSpec.groovy | 2 +- .../core/path/PathFunctionalSpec.groovy | 2 +- ...uroDataMapperProviderFunctionalSpec.groovy | 2 +- ...MapperServiceProviderFunctionalSpec.groovy | 2 +- .../core/search/SearchFunctionalSpec.groovy | 2 +- .../core/session/SessionFunctionalSpec.groovy | 2 +- .../DataModelTreeItemFunctionalSpec.groovy | 2 +- .../tree/FolderTreeItemFunctionalSpec.groovy | 2 +- .../dataflow/DataFlowFunctionalSpec.groovy | 2 +- .../DataClassComponentFunctionalSpec.groovy | 2 +- .../DataElementComponentFunctionalSpec.groovy | 2 +- .../datamodel/DataModelFunctionalSpec.groovy | 2 +- ...aClassSummaryMetadataFunctionalSpec.groovy | 2 +- ...lementSummaryMetadataFunctionalSpec.groovy | 2 +- ...aModelSummaryMetadataFunctionalSpec.groovy | 2 +- ...taTypeSummaryMetadataFunctionalSpec.groovy | 2 +- ...SummaryMetadataReportFunctionalSpec.groovy | 2 +- .../item/DataClassFunctionalSpec.groovy | 2 +- .../item/DataElementFunctionalSpec.groovy | 2 +- .../item/NestedDataClassFunctionalSpec.groovy | 2 +- .../datatype/DataTypeFunctionalSpec.groovy | 2 +- ...ValueDataTypeEndpointFunctionalSpec.groovy | 2 +- .../EnumerationValueFunctionalSpec.groovy | 2 +- .../facet/MetadataFunctionalSpec.groovy | 2 +- .../NestedAnnotationFunctionalSpec.groovy | 2 +- .../ClassifierAnnotationFunctionalSpec.groovy | 2 +- .../CodeSetAnnotationFunctionalSpec.groovy | 2 +- .../DataClassAnnotationFunctionalSpec.groovy | 2 +- ...DataElementAnnotationFunctionalSpec.groovy | 2 +- .../DataModelAnnotationFunctionalSpec.groovy | 2 +- .../DataTypeAnnotationFunctionalSpec.groovy | 2 +- .../FolderAnnotationFunctionalSpec.groovy | 2 +- .../TermAnnotationFunctionalSpec.groovy | 2 +- ...elationshipAnnotationFunctionalSpec.groovy | 2 +- ...ionshipTypeAnnotationFunctionalSpec.groovy | 2 +- ...TerminologyAnnotationFunctionalSpec.groovy | 2 +- ...ionedFolderAnnotationFunctionalSpec.groovy | 2 +- .../ClassifierMetadataFunctionalSpec.groovy | 2 +- .../CodeSetMetadataFunctionalSpec.groovy | 2 +- .../DataClassMetadataFunctionalSpec.groovy | 2 +- .../DataElementMetadataFunctionalSpec.groovy | 2 +- .../DataModelMetadataFunctionalSpec.groovy | 2 +- .../DataTypeMetadataFunctionalSpec.groovy | 2 +- .../FolderMetadataFunctionalSpec.groovy | 2 +- .../TermMetadataFunctionalSpec.groovy | 2 +- ...mRelationshipMetadataFunctionalSpec.groovy | 2 +- ...ationshipTypeMetadataFunctionalSpec.groovy | 2 +- .../TerminologyMetadataFunctionalSpec.groovy | 2 +- ...rsionedFolderMetadataFunctionalSpec.groovy | 2 +- ...ataClassReferenceFileFunctionalSpec.groovy | 2 +- ...aElementReferenceFileFunctionalSpec.groovy | 2 +- ...ataModelReferenceFileFunctionalSpec.groovy | 2 +- ...DataTypeReferenceFileFunctionalSpec.groovy | 2 +- .../rule/CodeSetRuleFunctionalSpec.groovy | 2 +- .../rule/DataClassRuleFunctionalSpec.groovy | 2 +- .../rule/DataElementRuleFunctionalSpec.groovy | 2 +- .../rule/DataModelRuleFunctionalSpec.groovy | 2 +- .../rule/DataTypeRuleFunctionalSpec.groovy | 2 +- ...erenceDataElementRuleFunctionalSpec.groovy | 2 +- ...eferenceDataModelRuleFunctionalSpec.groovy | 2 +- ...ReferenceDataTypeRuleFunctionalSpec.groovy | 2 +- .../TermRelationshipRuleFunctionalSpec.groovy | 2 +- ...mRelationshipTypeRuleFunctionalSpec.groovy | 2 +- .../facet/rule/TermRuleFunctionalSpec.groovy | 2 +- .../rule/TerminologyRuleFunctionalSpec.groovy | 2 +- ...SetRuleRepresentationFunctionalSpec.groovy | 2 +- ...assRuleRepresentationFunctionalSpec.groovy | 2 +- ...entRuleRepresentationFunctionalSpec.groovy | 2 +- ...delRuleRepresentationFunctionalSpec.groovy | 2 +- ...ypeRuleRepresentationFunctionalSpec.groovy | 2 +- ...entRuleRepresentationFunctionalSpec.groovy | 2 +- ...delRuleRepresentationFunctionalSpec.groovy | 2 +- ...ypeRuleRepresentationFunctionalSpec.groovy | 2 +- ...hipRuleRepresentationFunctionalSpec.groovy | 2 +- ...ypeRuleRepresentationFunctionalSpec.groovy | 2 +- ...ermRuleRepresentationFunctionalSpec.groovy | 2 +- ...ogyRuleRepresentationFunctionalSpec.groovy | 2 +- ...DataClassSemanticLinkFunctionalSpec.groovy | 2 +- ...taElementSemanticLinkFunctionalSpec.groovy | 2 +- ...DataModelSemanticLinkFunctionalSpec.groovy | 2 +- .../DataTypeSemanticLinkFunctionalSpec.groovy | 2 +- .../DataModelVersionLinkFunctionalSpec.groovy | 2 +- ...onedFolderVersionLinkFunctionalSpec.groovy | 2 +- ...omSubscribedCatalogueFunctionalSpec.groovy | 2 +- ...onSubscribedCatalogueFunctionalSpec.groovy | 2 +- .../SubscribedModelFunctionalSpec.groovy | 2 +- .../federation/atom/FeedFunctionalSpec.groovy | 2 +- .../publish/PublishFunctionalSpec.groovy | 2 +- .../profile/ProfileFunctionalSpec.groovy | 2 +- .../ReferenceDataModelFunctionalSpec.groovy | 2 +- .../ReferenceDataValueFunctionalSpec.groovy | 2 +- .../ReferenceDataElementFunctionalSpec.groovy | 2 +- .../ReferenceDataTypeFunctionalSpec.groovy | 2 +- .../CatalogueUserFunctionalSpec.groovy | 2 +- .../security/UserGroupFunctionalSpec.groovy | 2 +- ...ableResourceGroupRoleFunctionalSpec.groovy | 2 +- .../terminology/CodeSetFunctionalSpec.groovy | 2 +- .../TerminologyFunctionalSpec.groovy | 2 +- .../item/TermFunctionalSpec.groovy | 2 +- .../TermRelationshipTypeFunctionalSpec.groovy | 2 +- .../TermRelationshipFunctionalSpec.groovy | 2 +- ...nshipRelationshipTypeFunctionalSpec.groovy | 2 +- ...seSubscribedCatalogueFunctionalSpec.groovy | 2 +- ...lderInVersionedFolderFunctionalSpec.groovy | 2 +- ...rsionedFolderInFolderFunctionalSpec.groovy | 2 +- .../VersionedFolderFunctionalSpec.groovy | 2 +- .../testing/functional/FunctionalSpec.groovy | 2 +- ...ChangingAndVersioningFunctionalSpec.groovy | 2 +- .../ReadOnlyUserAccessFunctionalSpec.groovy | 2 +- ...ndCopyingInDataModelsFunctionalSpec.groovy | 2 +- ...AndPermissionChangingFunctionalSpec.groovy | 2 +- .../UserAccessFunctionalSpec.groovy | 2 +- ...AccessWithoutUpdatingFunctionalSpec.groovy | 2 +- .../expectation/Expectations.groovy | 2 +- .../expectation/UserExpectation.groovy | 2 +- ...talogueItemAnnotationFunctionalSpec.groovy | 2 +- ...CatalogueItemMetadataFunctionalSpec.groovy | 2 +- ...ogueItemReferenceFileFunctionalSpec.groovy | 2 +- .../CatalogueItemRuleFunctionalSpec.groovy | 2 +- ...logueItemSemanticLinkFunctionalSpec.groovy | 2 +- ...ueItemSummaryMetadataFunctionalSpec.groovy | 2 +- .../ContainerAnnotationFunctionalSpec.groovy | 2 +- .../ContainerMetadataFunctionalSpec.groovy | 2 +- .../ModelVersionLinkFunctionalSpec.groovy | 2 +- ...temRuleRepresentationFunctionalSpec.groovy | 2 +- .../merge/VersionedFolderMergeBuilder.groovy | 2 +- .../tree/TreeItemFunctionalSpec.groovy | 2 +- 1313 files changed, 1312 insertions(+), 1330 deletions(-) diff --git a/NOTICE b/NOTICE index 82c6b81299..0195d56798 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +Copyright 2020-2023 University of Oxford and NHS England Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/mdm-bom/build.gradle b/mdm-bom/build.gradle index 069a8cee1a..f90a45aa27 100644 --- a/mdm-bom/build.gradle +++ b/mdm-bom/build.gradle @@ -106,7 +106,6 @@ dependencies { api group: 'com.bertramlabs.plugins', name: 'asset-pipeline-core', version: assetPipeline api "org.javassist:javassist:$javaAssist" - //io.micronaut:micronaut-aop:3.8.4 api group: 'io.micronaut', name: 'micronaut-aop', version: micronaut api group: 'org.slf4j', name: 'slf4j-api', version: slf4j diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiBadRequestException.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiBadRequestException.groovy index 1b0c0908be..c62e6c5b4b 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiBadRequestException.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiBadRequestException.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiException.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiException.groovy index b4fdcbbd66..825fd0a139 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiException.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiException.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiInternalException.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiInternalException.groovy index 312d915fa2..aad7e33b04 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiInternalException.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiInternalException.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiInvalidModelException.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiInvalidModelException.groovy index 0a21d986cd..b51a552967 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiInvalidModelException.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiInvalidModelException.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiNotYetImplementedException.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiNotYetImplementedException.groovy index b26a8e8c48..cda123f40a 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiNotYetImplementedException.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiNotYetImplementedException.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiUnauthorizedException.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiUnauthorizedException.groovy index bb63db8a70..304235551b 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiUnauthorizedException.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/api/exception/ApiUnauthorizedException.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/common/CommonPlugin.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/common/CommonPlugin.groovy index 2c32f986b9..6cba508222 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/common/CommonPlugin.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/common/CommonPlugin.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/HQLPagedResultList.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/HQLPagedResultList.groovy index 11d581287f..2bd84302cb 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/HQLPagedResultList.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/HQLPagedResultList.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/InMemoryPagedResultList.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/InMemoryPagedResultList.groovy index 7f5325f3a4..60133a16cd 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/InMemoryPagedResultList.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/InMemoryPagedResultList.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/callable/CallableConstraints.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/callable/CallableConstraints.groovy index 841787f7a9..1776f9ce45 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/callable/CallableConstraints.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/callable/CallableConstraints.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/callable/MdmDomainConstraints.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/callable/MdmDomainConstraints.groovy index c7e2e54378..a144cf83c7 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/callable/MdmDomainConstraints.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/callable/MdmDomainConstraints.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/ParentOwnedLabelCollectionValidator.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/ParentOwnedLabelCollectionValidator.groovy index 690794535c..71789cfeca 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/ParentOwnedLabelCollectionValidator.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/ParentOwnedLabelCollectionValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/UniqueStringValidator.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/UniqueStringValidator.groovy index faf8c37bc7..48dc758d75 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/UniqueStringValidator.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/UniqueStringValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/UniqueValuesValidator.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/UniqueValuesValidator.groovy index 26ceebd023..9ef507a69c 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/UniqueValuesValidator.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/UniqueValuesValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/Validator.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/Validator.groovy index 165d96d3db..f185b4de10 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/Validator.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/gorm/constraint/validator/Validator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/PathUserType.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/PathUserType.groovy index 56f5b2aec5..d929f149bb 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/PathUserType.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/PathUserType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/PathUserTypeDescriptor.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/PathUserTypeDescriptor.groovy index 8bc08b514f..fe42cdee0e 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/PathUserTypeDescriptor.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/PathUserTypeDescriptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/VersionUserType.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/VersionUserType.groovy index 27b3b4d270..8867a7489a 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/VersionUserType.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/VersionUserType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/VersionUserTypeDescriptor.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/VersionUserTypeDescriptor.groovy index 3fbed83180..8d3e9c3f9f 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/VersionUserTypeDescriptor.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/VersionUserTypeDescriptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/CallableSearch.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/CallableSearch.groovy index a8921ad135..ec701f885a 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/CallableSearch.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/CallableSearch.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/HibernateSearch.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/HibernateSearch.groovy index 12535d68fd..39a9dfd071 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/HibernateSearch.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/HibernateSearch.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/PaginatedHibernateSearchResult.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/PaginatedHibernateSearchResult.groovy index 2593086161..adf0d359fc 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/PaginatedHibernateSearchResult.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/PaginatedHibernateSearchResult.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/backend/lucene/analysis/MdmLuceneAnalysisConfigurer.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/backend/lucene/analysis/MdmLuceneAnalysisConfigurer.groovy index 5428227fa9..685fa3b538 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/backend/lucene/analysis/MdmLuceneAnalysisConfigurer.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/backend/lucene/analysis/MdmLuceneAnalysisConfigurer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/comparator/PathDistanceComparator.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/comparator/PathDistanceComparator.groovy index 79109f2fd1..f52643e192 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/comparator/PathDistanceComparator.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/comparator/PathDistanceComparator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/engine/search/predicate/ExcludedIdsFilterFactory.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/engine/search/predicate/ExcludedIdsFilterFactory.groovy index 5533d6e24e..7e881f32c1 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/engine/search/predicate/ExcludedIdsFilterFactory.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/engine/search/predicate/ExcludedIdsFilterFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/engine/search/predicate/FilterFactory.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/engine/search/predicate/FilterFactory.groovy index 830d3da645..5fe4a745a0 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/engine/search/predicate/FilterFactory.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/engine/search/predicate/FilterFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/engine/search/predicate/IdPathSecureFilterFactory.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/engine/search/predicate/IdPathSecureFilterFactory.groovy index 42997a0c18..9a67d0fe77 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/engine/search/predicate/IdPathSecureFilterFactory.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/engine/search/predicate/IdPathSecureFilterFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/engine/search/predicate/IdSecureFilterFactory.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/engine/search/predicate/IdSecureFilterFactory.groovy index 0b90229c33..8cce1ce2aa 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/engine/search/predicate/IdSecureFilterFactory.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/engine/search/predicate/IdSecureFilterFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/orm/mapping/MdmHibernateSearchMappingConfigurer.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/orm/mapping/MdmHibernateSearchMappingConfigurer.groovy index 3a3059bd9a..3895c94de0 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/orm/mapping/MdmHibernateSearchMappingConfigurer.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/orm/mapping/MdmHibernateSearchMappingConfigurer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/DomainClassBridge.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/DomainClassBridge.groovy index a24b9b39c5..431c73b524 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/DomainClassBridge.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/DomainClassBridge.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/OffsetDateTimeBridge.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/OffsetDateTimeBridge.groovy index 06c6abb996..390436c85e 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/OffsetDateTimeBridge.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/OffsetDateTimeBridge.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/PathPropertyBridge.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/PathPropertyBridge.groovy index 4c9262cfba..4c31cc5c3e 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/PathPropertyBridge.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/PathPropertyBridge.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/binder/PathBinder.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/binder/PathBinder.groovy index 1b846c5a44..2436d8b0c9 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/binder/PathBinder.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/hibernate/search/mapper/pojo/bridge/binder/PathBinder.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/log/SqlLogger.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/log/SqlLogger.groovy index d32b7ded6a..47fa6856d3 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/log/SqlLogger.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/log/SqlLogger.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/lucene/queries/mlt/BoostedMoreLikeThisQuery.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/lucene/queries/mlt/BoostedMoreLikeThisQuery.groovy index f3d2b52724..fb93ddbe7b 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/lucene/queries/mlt/BoostedMoreLikeThisQuery.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/lucene/queries/mlt/BoostedMoreLikeThisQuery.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/path/Path.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/path/Path.groovy index 112065cd45..3ef5121f30 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/path/Path.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/path/Path.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/path/PathJsonConverter.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/path/PathJsonConverter.groovy index 4c17186c3b..fb61d6e1c9 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/path/PathJsonConverter.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/path/PathJsonConverter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/path/PathNode.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/path/PathNode.groovy index b79076c381..0fb6113924 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/path/PathNode.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/path/PathNode.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/MauroDataMapperProvider.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/MauroDataMapperProvider.groovy index 8dc5132409..8bdd6b75eb 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/MauroDataMapperProvider.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/MauroDataMapperProvider.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/MauroDataMapperService.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/MauroDataMapperService.groovy index 40b0f356ff..6a6cc172a4 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/MauroDataMapperService.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/MauroDataMapperService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/AbstractMauroDataMapperPlugin.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/AbstractMauroDataMapperPlugin.groovy index 7ddcf04306..1cf4f2788c 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/AbstractMauroDataMapperPlugin.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/AbstractMauroDataMapperPlugin.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/GrailsPluginMauroDataMapperPlugin.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/GrailsPluginMauroDataMapperPlugin.groovy index 325985ae00..7014e45088 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/GrailsPluginMauroDataMapperPlugin.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/GrailsPluginMauroDataMapperPlugin.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/JavaModule.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/JavaModule.groovy index eb1a327a90..2ac9db71a3 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/JavaModule.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/JavaModule.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/MauroDataMapperPlugin.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/MauroDataMapperPlugin.groovy index bd4a08e331..c1f5794f27 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/MauroDataMapperPlugin.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/MauroDataMapperPlugin.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/MdmGrailsPluginMauroDataMapperPlugin.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/MdmGrailsPluginMauroDataMapperPlugin.groovy index b7ff26d267..366669e9d6 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/MdmGrailsPluginMauroDataMapperPlugin.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/provider/plugin/MdmGrailsPluginMauroDataMapperPlugin.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/SecurableResource.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/SecurableResource.groovy index e3b450c2d9..a98e084a16 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/SecurableResource.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/SecurableResource.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/SecurableResourceService.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/SecurableResourceService.groovy index 7768cdfcd0..bdcaa72163 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/SecurableResourceService.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/SecurableResourceService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/SecurityPolicyManagerService.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/SecurityPolicyManagerService.groovy index 867d595d40..01e506c748 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/SecurityPolicyManagerService.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/SecurityPolicyManagerService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/User.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/User.groovy index 9fa8403cf7..56206a8367 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/User.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/User.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/UserSecurityPolicyManager.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/UserSecurityPolicyManager.groovy index 14536d0e6d..06060a80dd 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/UserSecurityPolicyManager.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/UserSecurityPolicyManager.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/AbstractBasicSecurityPolicyManager.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/AbstractBasicSecurityPolicyManager.groovy index 16381ec452..336e84f0bd 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/AbstractBasicSecurityPolicyManager.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/AbstractBasicSecurityPolicyManager.groovy @@ -1,5 +1,5 @@ /* -d * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/AnonymousUser.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/AnonymousUser.groovy index d9cc02353e..8a960b4707 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/AnonymousUser.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/AnonymousUser.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/NoAccessSecurityPolicyManager.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/NoAccessSecurityPolicyManager.groovy index 391a403978..b6045d7e3b 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/NoAccessSecurityPolicyManager.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/NoAccessSecurityPolicyManager.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/PublicAccessSecurityPolicyManager.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/PublicAccessSecurityPolicyManager.groovy index bcc333df06..0fc8b63949 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/PublicAccessSecurityPolicyManager.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/PublicAccessSecurityPolicyManager.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/UnloggedUser.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/UnloggedUser.groovy index e71b126e83..5c96a53ae0 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/UnloggedUser.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/security/basic/UnloggedUser.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/traits/domain/MdmDomain.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/traits/domain/MdmDomain.groovy index d615002b23..a4c5a27803 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/traits/domain/MdmDomain.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/traits/domain/MdmDomain.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/util/GormUtils.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/util/GormUtils.groovy index 3ca39525c2..bddc4b7b8f 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/util/GormUtils.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/util/GormUtils.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/util/Utils.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/util/Utils.groovy index cffc11a9ef..599ace2548 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/util/Utils.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/util/Utils.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/util/UuidJsonConverter.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/util/UuidJsonConverter.groovy index 40c609e836..d16b2ebea6 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/util/UuidJsonConverter.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/util/UuidJsonConverter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/version/Version.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/version/Version.groovy index a70ae08e6d..8925aa79cf 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/version/Version.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/version/Version.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/version/VersionChangeType.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/version/VersionChangeType.groovy index 2efb53a2ab..5db93da734 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/version/VersionChangeType.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/version/VersionChangeType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/version/VersionJsonConverter.groovy b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/version/VersionJsonConverter.groovy index b4ebc3d9b7..f40b241a9d 100644 --- a/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/version/VersionJsonConverter.groovy +++ b/mdm-common/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/version/VersionJsonConverter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/path/PathNodeSpec.groovy b/mdm-common/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/path/PathNodeSpec.groovy index 7f7baf2d4d..3d7f271f59 100644 --- a/mdm-common/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/path/PathNodeSpec.groovy +++ b/mdm-common/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/path/PathNodeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/path/PathSpec.groovy b/mdm-common/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/path/PathSpec.groovy index 3920406f5f..5cffeea617 100644 --- a/mdm-common/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/path/PathSpec.groovy +++ b/mdm-common/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/path/PathSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-common/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/version/VersionSpec.groovy b/mdm-common/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/version/VersionSpec.groovy index 54f15dd6ad..b6964686fc 100644 --- a/mdm-common/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/version/VersionSpec.groovy +++ b/mdm-common/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/version/VersionSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/UrlMappings.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/UrlMappings.groovy index 2a2359e275..b975b64cb7 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/UrlMappings.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/UrlMappings.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminController.groovy index a42fecea50..7dd02ced3f 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminInterceptor.groovy index 0fed40f7a1..bff947f76f 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyController.groovy index 71bc79268d..38d3730de6 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyInterceptor.groovy index 92f833dd3b..8eab936e22 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobController.groovy index 709a18a066..685fbc26ac 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobInterceptor.groovy index ed1ce22c72..efb35952dd 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExportController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExportController.groovy index 1332ee3406..1eda2ef244 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExportController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExportController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExportInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExportInterceptor.groovy index 2ac72f5913..2154a7f56d 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExportInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExportInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityController.groovy index e77de5b90b..76ea92a90b 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityInterceptor.groovy index 556fa6fc5e..f051fcf9e0 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierController.groovy index 05b794ae99..647325bbaf 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierInterceptor.groovy index 8a54955bc8..11064bf2a1 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/FolderController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/FolderController.groovy index f75afc626d..fb3919107f 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/FolderController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/FolderController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/FolderInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/FolderInterceptor.groovy index 031d7ce3ea..af39c0f93b 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/FolderInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/FolderInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderController.groovy index 34126f2202..196331026f 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderInterceptor.groovy index f97daa7381..eea627d49a 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/email/EmailController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/email/EmailController.groovy index 2762db213f..7d1c609c5e 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/email/EmailController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/email/EmailController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/email/EmailInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/email/EmailInterceptor.groovy index c8b17e4c0b..f6b1a904c5 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/email/EmailInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/email/EmailInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationController.groovy index d4d457f685..51a08f71dd 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationInterceptor.groovy index 074046c13a..edaa271495 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/ChangelogController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/ChangelogController.groovy index 3d2387f3cc..d5a4a74e44 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/ChangelogController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/ChangelogController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/ChangelogInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/ChangelogInterceptor.groovy index 9c294e3dfb..a7075636cc 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/ChangelogInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/ChangelogInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/EditController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/EditController.groovy index 4ecb86f9a7..56d6fcf08c 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/EditController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/EditController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/EditInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/EditInterceptor.groovy index fc6e22706c..092cd35374 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/EditInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/EditInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataController.groovy index 881c150824..099e8bbeaf 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataInterceptor.groovy index 88686443c1..8e7a557949 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileController.groovy index 1d16f6cdc2..2701497ddc 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileInterceptor.groovy index e1b6ca47e0..069ac18a79 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/RuleController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/RuleController.groovy index c58283b559..aae2fb49dd 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/RuleController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/RuleController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/RuleInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/RuleInterceptor.groovy index 73e76d5fee..5535ac9497 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/RuleInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/RuleInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkController.groovy index cdcbb9e9b6..23ddc090ee 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkInterceptor.groovy index 64868961df..8b4938a90d 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkController.groovy index 9f4e234a52..5646088701 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkInterceptor.groovy index 1d64f0daf4..2039f6396e 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/rule/RuleRepresentationController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/rule/RuleRepresentationController.groovy index 8e879576a2..727a879697 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/rule/RuleRepresentationController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/rule/RuleRepresentationController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/rule/RuleRepresentationInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/rule/RuleRepresentationInterceptor.groovy index 79cad1bdec..53dca49a4a 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/rule/RuleRepresentationInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/facet/rule/RuleRepresentationInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileController.groovy index c0bb56bffa..6b7ef2f34c 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileInterceptor.groovy index 5896484f9b..bb44b720d0 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterController.groovy index bf399e1bb3..b90052d7d0 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterInterceptor.groovy index ab6a4a8aab..9f19339ce3 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/path/PathController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/path/PathController.groovy index a2ef3a3248..4aa7bf3565 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/path/PathController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/path/PathController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/path/PathInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/path/PathInterceptor.groovy index 0acfc6146d..84b56f96d2 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/path/PathInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/path/PathInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderController.groovy index 040a367813..2581598e4a 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderInterceptor.groovy index 4640e3cc9c..19295c7b55 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderController.groovy index 5c410b0f26..32ae804b48 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderInterceptor.groovy index 7a245b29c5..9fe95ffae6 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/search/SearchController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/search/SearchController.groovy index 7583d0f3b7..2c4a1019d4 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/search/SearchController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/search/SearchController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/search/SearchInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/search/SearchInterceptor.groovy index d61cdd1401..453cd57453 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/search/SearchInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/search/SearchInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/session/SessionController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/session/SessionController.groovy index c10f468803..4f8ebe6f16 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/session/SessionController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/session/SessionController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/session/SessionInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/session/SessionInterceptor.groovy index d3819b06a9..f8fe81344b 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/session/SessionInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/session/SessionInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemController.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemController.groovy index 6e4c326304..1cc5e9a1cc 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemController.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemInterceptor.groovy b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemInterceptor.groovy index 8bfd484ded..504d2cf893 100644 --- a/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemInterceptor.groovy +++ b/mdm-core/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiProperty.groovy b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiProperty.groovy index 4338f98888..22ce5aa90d 100644 --- a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiProperty.groovy +++ b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiProperty.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJob.groovy b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJob.groovy index c4d8e9073b..9fd08b32c7 100644 --- a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJob.groovy +++ b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJob.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExport.groovy b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExport.groovy index 87c3c3e0de..c6e86e76dd 100644 --- a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExport.groovy +++ b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExport.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/authority/Authority.groovy b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/authority/Authority.groovy index c94f5441b4..f9a643303a 100644 --- a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/authority/Authority.groovy +++ b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/authority/Authority.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/container/Classifier.groovy b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/container/Classifier.groovy index 2809bb4911..acf4e90f20 100644 --- a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/container/Classifier.groovy +++ b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/container/Classifier.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/container/Folder.groovy b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/container/Folder.groovy index c67c42c6cc..f6bed8b28a 100644 --- a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/container/Folder.groovy +++ b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/container/Folder.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolder.groovy b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolder.groovy index ad9ec88c3c..0332b2eaf6 100644 --- a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolder.groovy +++ b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolder.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/email/Email.groovy b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/email/Email.groovy index 209aa9ed3a..a559b574a5 100644 --- a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/email/Email.groovy +++ b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/email/Email.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/Annotation.groovy b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/Annotation.groovy index 6d025172b4..aa8e10538c 100644 --- a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/Annotation.groovy +++ b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/Annotation.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/BreadcrumbTree.groovy b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/BreadcrumbTree.groovy index f3843fa0f5..9512d494fb 100644 --- a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/BreadcrumbTree.groovy +++ b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/BreadcrumbTree.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/Edit.groovy b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/Edit.groovy index f1d9591ea0..ede9d639f4 100644 --- a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/Edit.groovy +++ b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/Edit.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/Metadata.groovy b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/Metadata.groovy index 65903f9ff0..fd11594507 100644 --- a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/Metadata.groovy +++ b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/Metadata.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFile.groovy b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFile.groovy index f2b4a09977..a5cc05689c 100644 --- a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFile.groovy +++ b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFile.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/Rule.groovy b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/Rule.groovy index fad1d8dfbb..811537646f 100644 --- a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/Rule.groovy +++ b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/Rule.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLink.groovy b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLink.groovy index caf5a65a5a..c1b3ec3bf1 100644 --- a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLink.groovy +++ b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLink.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLink.groovy b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLink.groovy index fdd75621d1..d7cac805d7 100644 --- a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLink.groovy +++ b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLink.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/rule/RuleRepresentation.groovy b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/rule/RuleRepresentation.groovy index 1c10d79062..3c51c1e76e 100644 --- a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/rule/RuleRepresentation.groovy +++ b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/facet/rule/RuleRepresentation.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFile.groovy b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFile.groovy index a2a00602bb..73c4dc5c52 100644 --- a/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFile.groovy +++ b/mdm-core/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFile.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/i18n/messages.properties b/mdm-core/grails-app/i18n/messages.properties index 14059fc322..2d46956ebd 100644 --- a/mdm-core/grails-app/i18n/messages.properties +++ b/mdm-core/grails-app/i18n/messages.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/i18n/messages_cs_CZ.properties b/mdm-core/grails-app/i18n/messages_cs_CZ.properties index f24f535a38..bdfd45d4e2 100644 --- a/mdm-core/grails-app/i18n/messages_cs_CZ.properties +++ b/mdm-core/grails-app/i18n/messages_cs_CZ.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/i18n/messages_da.properties b/mdm-core/grails-app/i18n/messages_da.properties index 5d277e5786..3134e5d3db 100644 --- a/mdm-core/grails-app/i18n/messages_da.properties +++ b/mdm-core/grails-app/i18n/messages_da.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/i18n/messages_de.properties b/mdm-core/grails-app/i18n/messages_de.properties index ac03968922..20ee1159bb 100644 --- a/mdm-core/grails-app/i18n/messages_de.properties +++ b/mdm-core/grails-app/i18n/messages_de.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/i18n/messages_es.properties b/mdm-core/grails-app/i18n/messages_es.properties index e1e0296ff8..c22447eb75 100644 --- a/mdm-core/grails-app/i18n/messages_es.properties +++ b/mdm-core/grails-app/i18n/messages_es.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/i18n/messages_fr.properties b/mdm-core/grails-app/i18n/messages_fr.properties index a313482240..3731bbc718 100644 --- a/mdm-core/grails-app/i18n/messages_fr.properties +++ b/mdm-core/grails-app/i18n/messages_fr.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/i18n/messages_it.properties b/mdm-core/grails-app/i18n/messages_it.properties index 46239d0484..dce72ce208 100644 --- a/mdm-core/grails-app/i18n/messages_it.properties +++ b/mdm-core/grails-app/i18n/messages_it.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/i18n/messages_ja.properties b/mdm-core/grails-app/i18n/messages_ja.properties index 9c9f6840aa..57931dd52d 100644 --- a/mdm-core/grails-app/i18n/messages_ja.properties +++ b/mdm-core/grails-app/i18n/messages_ja.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/i18n/messages_nb.properties b/mdm-core/grails-app/i18n/messages_nb.properties index 8c73f7a1dc..437aa78d1b 100644 --- a/mdm-core/grails-app/i18n/messages_nb.properties +++ b/mdm-core/grails-app/i18n/messages_nb.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/i18n/messages_nl.properties b/mdm-core/grails-app/i18n/messages_nl.properties index a705918962..436a96b83f 100644 --- a/mdm-core/grails-app/i18n/messages_nl.properties +++ b/mdm-core/grails-app/i18n/messages_nl.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/i18n/messages_pl.properties b/mdm-core/grails-app/i18n/messages_pl.properties index 101ee0193e..10ac923a20 100644 --- a/mdm-core/grails-app/i18n/messages_pl.properties +++ b/mdm-core/grails-app/i18n/messages_pl.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/i18n/messages_pt_BR.properties b/mdm-core/grails-app/i18n/messages_pt_BR.properties index 2be27b922f..1465f18daa 100644 --- a/mdm-core/grails-app/i18n/messages_pt_BR.properties +++ b/mdm-core/grails-app/i18n/messages_pt_BR.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/i18n/messages_pt_PT.properties b/mdm-core/grails-app/i18n/messages_pt_PT.properties index 3e773eee3b..201c97ddb6 100644 --- a/mdm-core/grails-app/i18n/messages_pt_PT.properties +++ b/mdm-core/grails-app/i18n/messages_pt_PT.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/i18n/messages_ru.properties b/mdm-core/grails-app/i18n/messages_ru.properties index 83e4741b44..2418b7749f 100644 --- a/mdm-core/grails-app/i18n/messages_ru.properties +++ b/mdm-core/grails-app/i18n/messages_ru.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/i18n/messages_sv.properties b/mdm-core/grails-app/i18n/messages_sv.properties index ada3b07af5..527915cf6b 100644 --- a/mdm-core/grails-app/i18n/messages_sv.properties +++ b/mdm-core/grails-app/i18n/messages_sv.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/i18n/messages_th.properties b/mdm-core/grails-app/i18n/messages_th.properties index 503b973393..e355d31756 100644 --- a/mdm-core/grails-app/i18n/messages_th.properties +++ b/mdm-core/grails-app/i18n/messages_th.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/i18n/messages_zh_CN.properties b/mdm-core/grails-app/i18n/messages_zh_CN.properties index 9001d814db..0130c8ca4c 100644 --- a/mdm-core/grails-app/i18n/messages_zh_CN.properties +++ b/mdm-core/grails-app/i18n/messages_zh_CN.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/init/uk/ac/ox/softeng/maurodatamapper/core/Application.groovy b/mdm-core/grails-app/init/uk/ac/ox/softeng/maurodatamapper/core/Application.groovy index a0c36ad353..4770b7c077 100644 --- a/mdm-core/grails-app/init/uk/ac/ox/softeng/maurodatamapper/core/Application.groovy +++ b/mdm-core/grails-app/init/uk/ac/ox/softeng/maurodatamapper/core/Application.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/init/uk/ac/ox/softeng/maurodatamapper/core/BootStrap.groovy b/mdm-core/grails-app/init/uk/ac/ox/softeng/maurodatamapper/core/BootStrap.groovy index 10a9338974..fd507f6b79 100644 --- a/mdm-core/grails-app/init/uk/ac/ox/softeng/maurodatamapper/core/BootStrap.groovy +++ b/mdm-core/grails-app/init/uk/ac/ox/softeng/maurodatamapper/core/BootStrap.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminService.groovy index 1dcf8f4660..30f389d10a 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyService.groovy index 5745c518b4..4adaef06ac 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobService.groovy index 7829d247d5..e65303eef8 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExportService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExportService.groovy index 5479f4e5b9..625c7a6115 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExportService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExportService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityService.groovy index 62ea440660..afbbc4b708 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierService.groovy index 6c128cfcee..af6bc22d16 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/container/FolderService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/container/FolderService.groovy index eef60e8570..ac015289f3 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/container/FolderService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/container/FolderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderService.groovy index 710a04574d..8c1e18b661 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/container/provider/exporter/FolderJsonExporterService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/container/provider/exporter/FolderJsonExporterService.groovy index 31e1377833..5bebf7dfd2 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/container/provider/exporter/FolderJsonExporterService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/container/provider/exporter/FolderJsonExporterService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/diff/MergeDiffService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/diff/MergeDiffService.groovy index 521e311576..55f819df24 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/diff/MergeDiffService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/diff/MergeDiffService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/email/EmailService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/email/EmailService.groovy index a29d9f8ff2..0f5cfe8e35 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/email/EmailService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/email/EmailService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/exporter/ExporterService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/exporter/ExporterService.groovy index 1a91f45489..cd21d2859e 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/exporter/ExporterService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/exporter/ExporterService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationService.groovy index 46cd7fd0fd..266d599b23 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/BreadcrumbTreeService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/BreadcrumbTreeService.groovy index 70c616e38a..1ed525d92c 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/BreadcrumbTreeService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/BreadcrumbTreeService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/EditService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/EditService.groovy index 0fa3ce8581..8b48cb94fc 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/EditService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/EditService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataService.groovy index ba968fd14b..d83158c713 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileService.groovy index 36d804ba84..af7e226456 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/RuleService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/RuleService.groovy index 617726f0de..fe206b52ef 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/RuleService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/RuleService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkService.groovy index 92a02726b1..a525a68f5a 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkService.groovy index 2fa59bd04d..6022bd5567 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/rule/RuleRepresentationService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/rule/RuleRepresentationService.groovy index 95c771911b..49ccfb86f0 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/rule/RuleRepresentationService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/facet/rule/RuleRepresentationService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileService.groovy index ef0fdef5a6..c2e64dfdf8 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/HibernateSearchIndexingService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/HibernateSearchIndexingService.groovy index fde7b35e77..f6201afda9 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/HibernateSearchIndexingService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/HibernateSearchIndexingService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterService.groovy index d5890eaaa7..d26dbe1d4e 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/path/PathService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/path/PathService.groovy index 6f3af89cc3..151e82c7b8 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/path/PathService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/path/PathService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderService.groovy index 876a61484f..44dc427f5f 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderService.groovy index e4a17879b1..44ece372ed 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/provider/email/BasicEmailProviderService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/provider/email/BasicEmailProviderService.groovy index 926436a408..3cf287890b 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/provider/email/BasicEmailProviderService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/provider/email/BasicEmailProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/search/SearchService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/search/SearchService.groovy index 8e05204ab5..afa38e7a3d 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/search/SearchService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/search/SearchService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/session/SessionService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/session/SessionService.groovy index 2ca5a861f2..d02bdfa430 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/session/SessionService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/session/SessionService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemService.groovy b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemService.groovy index 59d1dae64c..127a01907a 100644 --- a/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemService.groovy +++ b/mdm-core/grails-app/services/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/bootstrap/StandardEmailAddress.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/bootstrap/StandardEmailAddress.groovy index 295bb289d6..5fc7fba048 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/bootstrap/StandardEmailAddress.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/bootstrap/StandardEmailAddress.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/databinding/CsvDataBindingSourceCreator.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/databinding/CsvDataBindingSourceCreator.groovy index cd3c70308f..5d889ff9a0 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/databinding/CsvDataBindingSourceCreator.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/databinding/CsvDataBindingSourceCreator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/databinding/MdmDataBindingCollection.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/databinding/MdmDataBindingCollection.groovy index 49bb531dea..6370b02067 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/databinding/MdmDataBindingCollection.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/databinding/MdmDataBindingCollection.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/CatalogueFileConstraints.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/CatalogueFileConstraints.groovy index b10d6d8eaf..9d083b20cb 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/CatalogueFileConstraints.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/CatalogueFileConstraints.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/CatalogueItemConstraints.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/CatalogueItemConstraints.groovy index c27fbe53ef..b7fb970c8d 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/CatalogueItemConstraints.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/CatalogueItemConstraints.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/InformationAwareConstraints.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/InformationAwareConstraints.groovy index 7a0d6ed000..7a93fe076d 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/InformationAwareConstraints.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/InformationAwareConstraints.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/ModelConstraints.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/ModelConstraints.groovy index 2a42589a70..5c5622a25a 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/ModelConstraints.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/ModelConstraints.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/ModelItemConstraints.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/ModelItemConstraints.groovy index 8b6f102133..b51570ef1a 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/ModelItemConstraints.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/ModelItemConstraints.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/VersionAwareConstraints.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/VersionAwareConstraints.groovy index 4b19741098..2ac4d99a07 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/VersionAwareConstraints.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/callable/VersionAwareConstraints.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/CoreSchemaMappingContext.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/CoreSchemaMappingContext.groovy index 2a74beecbb..798a94699f 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/CoreSchemaMappingContext.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/CoreSchemaMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/AnnotationAwareMappingContext.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/AnnotationAwareMappingContext.groovy index 556ceaca78..d4a9d3d882 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/AnnotationAwareMappingContext.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/AnnotationAwareMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/BreadcrumbTreeMappingContext.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/BreadcrumbTreeMappingContext.groovy index 65dc81c850..4ccbdfb7f3 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/BreadcrumbTreeMappingContext.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/BreadcrumbTreeMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/CatalogueItemClassifierAwareMappingContext.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/CatalogueItemClassifierAwareMappingContext.groovy index 0f05f44d40..42c8544abe 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/CatalogueItemClassifierAwareMappingContext.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/CatalogueItemClassifierAwareMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/CatalogueItemMappingContext.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/CatalogueItemMappingContext.groovy index aef3d2ba22..e889cf3019 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/CatalogueItemMappingContext.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/CatalogueItemMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/ClassifierAwareMappingContext.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/ClassifierAwareMappingContext.groovy index 9de0ebb397..a9d435fdb3 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/ClassifierAwareMappingContext.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/ClassifierAwareMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/InformationAwareMappingContext.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/InformationAwareMappingContext.groovy index 5ace53b7fa..834bd4cf0a 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/InformationAwareMappingContext.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/InformationAwareMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/MdmDomainMappingContext.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/MdmDomainMappingContext.groovy index 8645174a1f..0aa3cc006c 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/MdmDomainMappingContext.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/MdmDomainMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/MetadataAwareMappingContext.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/MetadataAwareMappingContext.groovy index 983b1e4e19..04352c79d5 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/MetadataAwareMappingContext.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/MetadataAwareMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/ReferenceFileAwareMappingContext.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/ReferenceFileAwareMappingContext.groovy index 26a6046947..4bfc824edc 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/ReferenceFileAwareMappingContext.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/ReferenceFileAwareMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/RuleAwareMappingContext.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/RuleAwareMappingContext.groovy index edafebc2cf..653bd47fb2 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/RuleAwareMappingContext.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/RuleAwareMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/SemanticLinkAwareMappingContext.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/SemanticLinkAwareMappingContext.groovy index 2aa624ed5c..a3782eec22 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/SemanticLinkAwareMappingContext.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/SemanticLinkAwareMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/VersionLinkAwareMappingContext.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/VersionLinkAwareMappingContext.groovy index e2a2cbad7e..e55fa1002d 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/VersionLinkAwareMappingContext.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/domain/VersionLinkAwareMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/hibernate/MauroDataMapperHibernateMappingContextConfiguration.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/hibernate/MauroDataMapperHibernateMappingContextConfiguration.groovy index a69d2e67ac..1607560c40 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/hibernate/MauroDataMapperHibernateMappingContextConfiguration.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/hibernate/MauroDataMapperHibernateMappingContextConfiguration.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/json/view/JsonViewTemplateEngine.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/json/view/JsonViewTemplateEngine.groovy index fa28b796ef..29c90c56f0 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/json/view/JsonViewTemplateEngine.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/json/view/JsonViewTemplateEngine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/markup/view/MarkupViewTemplateEngine.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/markup/view/MarkupViewTemplateEngine.groovy index 92e0887c29..b4d6760c79 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/markup/view/MarkupViewTemplateEngine.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/markup/view/MarkupViewTemplateEngine.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/converter/json/OffsetDateTimeConverter.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/converter/json/OffsetDateTimeConverter.groovy index 81789409d0..380c83098b 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/converter/json/OffsetDateTimeConverter.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/converter/json/OffsetDateTimeConverter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/render/MdmCsvApiPropertyCollectionRenderer.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/render/MdmCsvApiPropertyCollectionRenderer.groovy index 82cb065bb7..ce0b1620f3 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/render/MdmCsvApiPropertyCollectionRenderer.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/render/MdmCsvApiPropertyCollectionRenderer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/render/MdmCsvApiPropertyRenderer.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/render/MdmCsvApiPropertyRenderer.groovy index 29f876b3ef..c9c9bb0acf 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/render/MdmCsvApiPropertyRenderer.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/render/MdmCsvApiPropertyRenderer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/HibernateSearchIndexParameters.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/HibernateSearchIndexParameters.groovy index c997645d48..a1c2ae3e49 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/HibernateSearchIndexParameters.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/HibernateSearchIndexParameters.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/UserCredentials.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/UserCredentials.groovy index 831dac27bc..f40912d216 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/UserCredentials.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/UserCredentials.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/facet/NamespaceKeys.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/facet/NamespaceKeys.groovy index 6498278fbd..4087a1e17e 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/facet/NamespaceKeys.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/facet/NamespaceKeys.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/importer/ImportParameter.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/importer/ImportParameter.groovy index 26d5e2ad8a..9b497ca8d0 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/importer/ImportParameter.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/importer/ImportParameter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/importer/ImportParameterGroup.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/importer/ImportParameterGroup.groovy index 24358e82a0..1e8a028942 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/importer/ImportParameterGroup.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/importer/ImportParameterGroup.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/importer/ImporterProviderServiceData.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/importer/ImporterProviderServiceData.groovy index 971e63793f..ed2eb1e925 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/importer/ImporterProviderServiceData.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/importer/ImporterProviderServiceData.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/merge/FieldPatchData.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/merge/FieldPatchData.groovy index 032d3bf02d..3ce347e3dd 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/merge/FieldPatchData.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/merge/FieldPatchData.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/merge/MergeIntoData.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/merge/MergeIntoData.groovy index 0d84c81676..6e2c609e25 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/merge/MergeIntoData.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/merge/MergeIntoData.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/merge/ObjectPatchData.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/merge/ObjectPatchData.groovy index 474186735b..2345a0d948 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/merge/ObjectPatchData.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/merge/ObjectPatchData.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/CopyInformation.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/CopyInformation.groovy index 1f1bdf8b7e..4c9ac7c7ba 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/CopyInformation.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/CopyInformation.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/CreateNewVersionData.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/CreateNewVersionData.groovy index adf2793380..67ed5614df 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/CreateNewVersionData.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/CreateNewVersionData.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/DeleteAllParams.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/DeleteAllParams.groovy index 63e2058d1e..a7008d28b0 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/DeleteAllParams.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/DeleteAllParams.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/FinaliseData.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/FinaliseData.groovy index 6c85bc03a6..acddb40c78 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/FinaliseData.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/FinaliseData.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/ModelLinkTarget.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/ModelLinkTarget.groovy index 7a9022d241..c355f3f7c8 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/ModelLinkTarget.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/ModelLinkTarget.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/VersionTreeModel.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/VersionTreeModel.groovy index ca1629e4b1..cfdd145e9b 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/VersionTreeModel.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/VersionTreeModel.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/SearchParams.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/SearchParams.groovy index b065462469..a475882a31 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/SearchParams.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/SearchParams.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/ClassifierFilterFilter.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/ClassifierFilterFilter.groovy index 7d5fb3de5e..0f308d7c29 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/ClassifierFilterFilter.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/ClassifierFilterFilter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/ClassifiersFilter.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/ClassifiersFilter.groovy index 4caa562367..baf92d39df 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/ClassifiersFilter.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/ClassifiersFilter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/CreatedAfterFilter.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/CreatedAfterFilter.groovy index 06b1f7acf4..c0db411e27 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/CreatedAfterFilter.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/CreatedAfterFilter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/CreatedBeforeFilter.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/CreatedBeforeFilter.groovy index db56b031ec..bf77d94908 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/CreatedBeforeFilter.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/CreatedBeforeFilter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/DateTimeSearchParamFilter.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/DateTimeSearchParamFilter.groovy index df36002742..af3f21fa96 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/DateTimeSearchParamFilter.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/DateTimeSearchParamFilter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/SearchParamFilter.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/SearchParamFilter.groovy index 734ca4c593..f3c5accb76 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/SearchParamFilter.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/SearchParamFilter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/UpdatedAfterFilter.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/UpdatedAfterFilter.groovy index 8234e0833c..58f01315d7 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/UpdatedAfterFilter.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/UpdatedAfterFilter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/UpdatedBeforeFilter.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/UpdatedBeforeFilter.groovy index 74a960195d..33c031a544 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/UpdatedBeforeFilter.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/search/searchparamfilter/UpdatedBeforeFilter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/ContainerTreeItem.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/ContainerTreeItem.groovy index 98bed200d7..d023abc53a 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/ContainerTreeItem.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/ContainerTreeItem.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/ModelItemTreeItem.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/ModelItemTreeItem.groovy index 8094511895..2aa0b7b521 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/ModelItemTreeItem.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/ModelItemTreeItem.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/ModelTreeItem.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/ModelTreeItem.groovy index 8c31f82fba..c2461bd73d 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/ModelTreeItem.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/ModelTreeItem.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/TreeItem.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/TreeItem.groovy index 16cced0557..b3a6e3b8fc 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/TreeItem.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/TreeItem.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/security/basic/DelegatingSecurityPolicyManager.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/security/basic/DelegatingSecurityPolicyManager.groovy index da14645bd8..9757d80411 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/security/basic/DelegatingSecurityPolicyManager.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/security/basic/DelegatingSecurityPolicyManager.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/web/mapping/UrlMappingActions.groovy b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/web/mapping/UrlMappingActions.groovy index 2c2c9b84eb..8e92a7c9dd 100644 --- a/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/web/mapping/UrlMappingActions.groovy +++ b/mdm-core/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/core/web/mapping/UrlMappingActions.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/UrlMappingsSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/UrlMappingsSpec.groovy index 253fe033c1..bc5eec6245 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/UrlMappingsSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/UrlMappingsSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminFunctionalSpec.groovy index 47cb69735a..22e18305db 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyFunctionalSpec.groovy index faee39244b..378caec412 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobFunctionalSpec.groovy index 50a0ec5f19..8e16add6d5 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExportFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExportFunctionalSpec.groovy index 542ff4ee6c..bfff7ed082 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExportFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/async/DomainExportFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityFunctionalSpec.groovy index aacb9e9f92..5fb39d8fe6 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierFunctionalSpec.groovy index f86eb4a8b6..3cc5fb7bae 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderFunctionalSpec.groovy index 36f72dd640..8f636b2a7b 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/NestedFolderFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/NestedFolderFunctionalSpec.groovy index ba7d49de18..a2d45dfa90 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/NestedFolderFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/NestedFolderFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderFunctionalSpec.groovy index 79fe329b16..7f5b1d1d16 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderServiceSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderServiceSpec.groovy index b1b1030b3d..0a095b775d 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderServiceSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/provider/exporter/FolderJsonExporterServiceSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/provider/exporter/FolderJsonExporterServiceSpec.groovy index 3714ef204a..e1a0d8764c 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/provider/exporter/FolderJsonExporterServiceSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/provider/exporter/FolderJsonExporterServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/test/provider/BaseFolderExporterServiceSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/test/provider/BaseFolderExporterServiceSpec.groovy index e8c25729ec..679eab6982 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/test/provider/BaseFolderExporterServiceSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/test/provider/BaseFolderExporterServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/email/EmailFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/email/EmailFunctionalSpec.groovy index a55e2bab86..dc13502c0d 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/email/EmailFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/email/EmailFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/EditFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/EditFunctionalSpec.groovy index 2485f10979..6d1ee01b97 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/EditFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/EditFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataFunctionalSpec.groovy index 917588ccdc..494317bd34 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/annotation/ClassifierAnnotationFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/annotation/ClassifierAnnotationFunctionalSpec.groovy index a4dafd4636..a20f29d09f 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/annotation/ClassifierAnnotationFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/annotation/ClassifierAnnotationFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/annotation/FolderAnnotationFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/annotation/FolderAnnotationFunctionalSpec.groovy index 9c356d5ccd..de1059c04d 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/annotation/FolderAnnotationFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/annotation/FolderAnnotationFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/metadata/ClassifierAnnotationFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/metadata/ClassifierAnnotationFunctionalSpec.groovy index c2ea2bb066..db11954a96 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/metadata/ClassifierAnnotationFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/metadata/ClassifierAnnotationFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/metadata/FolderMetadataFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/metadata/FolderMetadataFunctionalSpec.groovy index cac3168ae2..040271c8cb 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/metadata/FolderMetadataFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/metadata/FolderMetadataFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/versionlink/VersionedFolderVersionLinkFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/versionlink/VersionedFolderVersionLinkFunctionalSpec.groovy index da58392657..f70afe9843 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/versionlink/VersionedFolderVersionLinkFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/versionlink/VersionedFolderVersionLinkFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/HibernateSearchIndexingServiceIntegrationSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/HibernateSearchIndexingServiceIntegrationSpec.groovy index f164daf376..cc76f5b0aa 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/HibernateSearchIndexingServiceIntegrationSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/HibernateSearchIndexingServiceIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterFunctionalSpec.groovy index 7071aba122..10ddb94b38 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderFunctionalSpec.groovy index 19d2627f6c..0103b13d90 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderServiceSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderServiceSpec.groovy index c46e259584..9f887b4bd6 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderServiceSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderFunctionalSpec.groovy index 24ca4c5566..51d6881deb 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderServiceSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderServiceSpec.groovy index f6e73621fd..c1deb2de6c 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderServiceSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/email/BasicEmailProviderServiceSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/email/BasicEmailProviderServiceSpec.groovy index 348ff78a48..02136df20c 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/email/BasicEmailProviderServiceSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/email/BasicEmailProviderServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/SearchFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/SearchFunctionalSpec.groovy index 6715bba529..4ff6f824b5 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/SearchFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/SearchFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/session/SessionFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/session/SessionFunctionalSpec.groovy index 692e72d445..841d8b61b8 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/session/SessionFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/session/SessionFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemFunctionalSpec.groovy b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemFunctionalSpec.groovy index 4e7915f1a9..5ca3f73144 100644 --- a/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemFunctionalSpec.groovy +++ b/mdm-core/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/db/migration/core/V5_0_1__update_paths.groovy b/mdm-core/src/main/groovy/db/migration/core/V5_0_1__update_paths.groovy index 53d1a37593..d5fc291bda 100644 --- a/mdm-core/src/main/groovy/db/migration/core/V5_0_1__update_paths.groovy +++ b/mdm-core/src/main/groovy/db/migration/core/V5_0_1__update_paths.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/MdmCoreGrailsPlugin.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/MdmCoreGrailsPlugin.groovy index 2b9fa115e8..e91d18482c 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/MdmCoreGrailsPlugin.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/MdmCoreGrailsPlugin.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyCollection.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyCollection.groovy index eac01892c1..9a935bf97f 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyCollection.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyCollection.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyEnum.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyEnum.groovy index cad358d210..d08c738223 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyEnum.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyEnum.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/api/exception/ApiDiffException.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/api/exception/ApiDiffException.groovy index 61d0c7c8c1..d8087061a6 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/api/exception/ApiDiffException.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/api/exception/ApiDiffException.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/provider/exporter/ContainerExporterProviderService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/provider/exporter/ContainerExporterProviderService.groovy index 6007cc64b0..5eea9b76ad 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/provider/exporter/ContainerExporterProviderService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/provider/exporter/ContainerExporterProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/provider/exporter/FolderExporterProviderService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/provider/exporter/FolderExporterProviderService.groovy index 243a2e80c1..c0c89395d3 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/provider/exporter/FolderExporterProviderService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/provider/exporter/FolderExporterProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/controller/CatalogueItemController.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/controller/CatalogueItemController.groovy index 28b340ad44..92d829363f 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/controller/CatalogueItemController.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/controller/CatalogueItemController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/controller/EditLoggingController.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/controller/EditLoggingController.groovy index 79752b7f80..7fee2d0d9b 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/controller/EditLoggingController.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/controller/EditLoggingController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/controller/FacetController.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/controller/FacetController.groovy index 1419c5f6f0..b108448027 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/controller/FacetController.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/controller/FacetController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/controller/ModelController.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/controller/ModelController.groovy index 677f8cf5ba..3caf17bb6f 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/controller/ModelController.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/controller/ModelController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/CachedDiffable.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/CachedDiffable.groovy index b1f71cc484..c783aa7d15 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/CachedDiffable.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/CachedDiffable.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/Diff.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/Diff.groovy index ce1ed97aed..570b49f498 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/Diff.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/Diff.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/DiffBuilder.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/DiffBuilder.groovy index 3f0e93984e..691c4bcfe5 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/DiffBuilder.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/DiffBuilder.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/DiffCache.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/DiffCache.groovy index 83d5d06e21..c27dd2da1c 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/DiffCache.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/DiffCache.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/Diffable.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/Diffable.groovy index 121086ff8f..d1f2647de5 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/Diffable.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/Diffable.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/bidirectional/ArrayDiff.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/bidirectional/ArrayDiff.groovy index 6b6cf4c536..acf49584a9 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/bidirectional/ArrayDiff.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/bidirectional/ArrayDiff.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/bidirectional/BiDirectionalDiff.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/bidirectional/BiDirectionalDiff.groovy index 717ce7e14a..0d8e5efb88 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/bidirectional/BiDirectionalDiff.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/bidirectional/BiDirectionalDiff.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/bidirectional/FieldDiff.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/bidirectional/FieldDiff.groovy index c6cc8b4a05..251240181c 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/bidirectional/FieldDiff.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/bidirectional/FieldDiff.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/bidirectional/ObjectDiff.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/bidirectional/ObjectDiff.groovy index eb3aa392b5..61aa893214 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/bidirectional/ObjectDiff.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/bidirectional/ObjectDiff.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/ArrayMergeDiff.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/ArrayMergeDiff.groovy index a2d7117df3..73a3ebda8c 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/ArrayMergeDiff.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/ArrayMergeDiff.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/CreationMergeDiff.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/CreationMergeDiff.groovy index 0f809fb123..1c0f1edd25 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/CreationMergeDiff.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/CreationMergeDiff.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/DeletionMergeDiff.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/DeletionMergeDiff.groovy index 59e84a04cb..6bf070f98f 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/DeletionMergeDiff.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/DeletionMergeDiff.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/FieldMergeDiff.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/FieldMergeDiff.groovy index ffe2f8648e..e08a141a7f 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/FieldMergeDiff.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/FieldMergeDiff.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/MergeDiff.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/MergeDiff.groovy index b6e97941f4..51860c4813 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/MergeDiff.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/MergeDiff.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/TriDirectionalDiff.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/TriDirectionalDiff.groovy index 0651566c02..df3a352888 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/TriDirectionalDiff.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/tridirectional/TriDirectionalDiff.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/unidirectional/CreationDiff.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/unidirectional/CreationDiff.groovy index e329d217d6..71465496fa 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/unidirectional/CreationDiff.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/unidirectional/CreationDiff.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/unidirectional/DeletionDiff.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/unidirectional/DeletionDiff.groovy index 0d20575d5c..d4e5231bd6 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/unidirectional/DeletionDiff.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/unidirectional/DeletionDiff.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/unidirectional/UniDirectionalDiff.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/unidirectional/UniDirectionalDiff.groovy index 3816166c33..9266d34ed0 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/unidirectional/UniDirectionalDiff.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/diff/unidirectional/UniDirectionalDiff.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/email/SendEmailTask.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/email/SendEmailTask.groovy index 301c182552..faaf6601c4 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/email/SendEmailTask.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/email/SendEmailTask.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/EditTitle.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/EditTitle.groovy index 27997f2fbd..d0584608aa 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/EditTitle.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/EditTitle.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkType.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkType.groovy index 31bf6436bc..4347e06aba 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkType.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkType.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkType.groovy index aa2b6ab0ea..3246eba51f 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkType.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/flyway/FlywayConfig.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/flyway/FlywayConfig.groovy index 183923e056..db4bbc2b57 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/flyway/FlywayConfig.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/flyway/FlywayConfig.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/flyway/MdmFlywayMigationStrategy.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/flyway/MdmFlywayMigationStrategy.groovy index 75e565f4e3..0fbeccf2a7 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/flyway/MdmFlywayMigationStrategy.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/flyway/MdmFlywayMigationStrategy.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/DocumentationVersionValidator.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/DocumentationVersionValidator.groovy index d90e94abde..e058c8e570 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/DocumentationVersionValidator.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/DocumentationVersionValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/FolderLabelValidator.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/FolderLabelValidator.groovy index 8252f4eba5..e2687ce006 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/FolderLabelValidator.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/FolderLabelValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/LabelValidator.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/LabelValidator.groovy index cbcb3e7d7c..93a1644297 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/LabelValidator.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/LabelValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/ModelLabelValidator.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/ModelLabelValidator.groovy index 58ec68566a..1ad314da50 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/ModelLabelValidator.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/ModelLabelValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/ModelVersionValidator.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/ModelVersionValidator.groovy index d37da9a920..c6bc9c116b 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/ModelVersionValidator.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/ModelVersionValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/MultipleUnsavedModelsLabelValidator.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/MultipleUnsavedModelsLabelValidator.groovy index 424aa1f14b..59d1387135 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/MultipleUnsavedModelsLabelValidator.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/MultipleUnsavedModelsLabelValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/VersionAwareValidator.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/VersionAwareValidator.groovy index e67c22e75b..91e3add1fb 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/VersionAwareValidator.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/VersionAwareValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/VersionedFolderLabelValidator.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/VersionedFolderLabelValidator.groovy index 8d5ae62f11..ded45f44f2 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/VersionedFolderLabelValidator.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/constraint/validator/VersionedFolderLabelValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/CatalogueItemJoinTableDynamicHibernateMappingContext.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/CatalogueItemJoinTableDynamicHibernateMappingContext.groovy index 2f3cc51de7..e6043789c1 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/CatalogueItemJoinTableDynamicHibernateMappingContext.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/CatalogueItemJoinTableDynamicHibernateMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/DynamicHibernateMappingContext.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/DynamicHibernateMappingContext.groovy index 0d8689351a..cda6852d5c 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/DynamicHibernateMappingContext.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/DynamicHibernateMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/JoinTableDynamicHibernateMappingContext.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/JoinTableDynamicHibernateMappingContext.groovy index db8d288f15..f0756a4640 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/JoinTableDynamicHibernateMappingContext.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/JoinTableDynamicHibernateMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/PluginSchemaHibernateMappingContext.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/PluginSchemaHibernateMappingContext.groovy index 5b33d45e4f..a3323013ed 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/PluginSchemaHibernateMappingContext.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/gorm/mapping/PluginSchemaHibernateMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/mapper/pojo/binder/MetadataBinder.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/mapper/pojo/binder/MetadataBinder.groovy index 933d61d1f5..bc21186b49 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/mapper/pojo/binder/MetadataBinder.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/mapper/pojo/binder/MetadataBinder.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/mapper/pojo/bridge/MetadataBridge.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/mapper/pojo/bridge/MetadataBridge.groovy index 999473a05b..255ba9f3ea 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/mapper/pojo/bridge/MetadataBridge.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/hibernate/search/mapper/pojo/bridge/MetadataBridge.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/FacetInterceptor.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/FacetInterceptor.groovy index ded9becb5f..086b09fe9c 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/FacetInterceptor.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/FacetInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/ModelInterceptor.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/ModelInterceptor.groovy index 3208346150..cdde88f268 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/ModelInterceptor.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/ModelInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/ModelItemInterceptor.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/ModelItemInterceptor.groovy index d9b06ad79e..c4fdf010a7 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/ModelItemInterceptor.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/ModelItemInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/SecurableResourceInterceptor.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/SecurableResourceInterceptor.groovy index 6cf5b39dec..bfed6157da 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/SecurableResourceInterceptor.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/SecurableResourceInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/TieredAccessSecurableResourceInterceptor.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/TieredAccessSecurableResourceInterceptor.groovy index 46bb8c395d..583e3575ee 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/TieredAccessSecurableResourceInterceptor.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/interceptor/TieredAccessSecurableResourceInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/logback/MdmConfigurator.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/logback/MdmConfigurator.groovy index 357457a110..8cc74a114b 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/logback/MdmConfigurator.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/logback/MdmConfigurator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/logback/filter/HibernateLogFilter.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/logback/filter/HibernateLogFilter.groovy index 610ca42523..3ab8ed35c0 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/logback/filter/HibernateLogFilter.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/logback/filter/HibernateLogFilter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/logback/filter/PatternMatchingEvaluator.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/logback/filter/PatternMatchingEvaluator.groovy index d841ce78b3..ad8a669870 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/logback/filter/PatternMatchingEvaluator.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/logback/filter/PatternMatchingEvaluator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/CatalogueItem.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/CatalogueItem.groovy index 809d6a286b..cb61bb0704 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/CatalogueItem.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/CatalogueItem.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/CatalogueItemService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/CatalogueItemService.groovy index 093fd33d9f..03257e6700 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/CatalogueItemService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/CatalogueItemService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/Container.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/Container.groovy index 9d809b3341..ff9c6f02e6 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/Container.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/Container.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/ContainerService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/ContainerService.groovy index 69b56dde31..5284c0ff58 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/ContainerService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/ContainerService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/CopyPassType.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/CopyPassType.groovy index 03059da18a..eeffd8fd05 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/CopyPassType.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/CopyPassType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/Model.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/Model.groovy index d3829d0e30..7bbe5f39a2 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/Model.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/Model.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/ModelItem.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/ModelItem.groovy index 59723a0e48..ceaadf19da 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/ModelItem.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/ModelItem.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/ModelItemService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/ModelItemService.groovy index f80cadeb3b..f1e895e15f 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/ModelItemService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/ModelItemService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/ModelService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/ModelService.groovy index 7f96f95954..1ec3f433dd 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/ModelService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/ModelService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/container/CatalogueItemClassifierAware.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/container/CatalogueItemClassifierAware.groovy index 1865b2e57c..e0d3978f1d 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/container/CatalogueItemClassifierAware.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/container/CatalogueItemClassifierAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/container/ClassifierAware.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/container/ClassifierAware.groovy index 93eec67317..f5dad73cb5 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/container/ClassifierAware.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/container/ClassifierAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/AnnotationAware.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/AnnotationAware.groovy index ecb15bd3e2..580b976087 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/AnnotationAware.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/AnnotationAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/Breadcrumb.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/Breadcrumb.groovy index a3e17ae0e6..e2ca00756d 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/Breadcrumb.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/Breadcrumb.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/MetadataAware.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/MetadataAware.groovy index ce746d4460..64ed167131 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/MetadataAware.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/MetadataAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/MultiFacetAware.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/MultiFacetAware.groovy index 0e819bb076..dfba24ca48 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/MultiFacetAware.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/MultiFacetAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/ReferenceFileAware.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/ReferenceFileAware.groovy index 28dac6f49b..e82d6a36c7 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/ReferenceFileAware.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/ReferenceFileAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/RuleAware.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/RuleAware.groovy index cad6c65cc0..a59dd5ad0b 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/RuleAware.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/RuleAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/SemanticLinkAware.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/SemanticLinkAware.groovy index 729323463c..34059acf7a 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/SemanticLinkAware.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/SemanticLinkAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/VersionLinkAware.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/VersionLinkAware.groovy index eabd0f1cfd..73646c8438 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/VersionLinkAware.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/facet/VersionLinkAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/file/CatalogueFile.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/file/CatalogueFile.groovy index 844e96d16e..07c418d7fa 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/file/CatalogueFile.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/file/CatalogueFile.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/file/CatalogueFileService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/file/CatalogueFileService.groovy index cd61394b7e..7e4b77b8cc 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/file/CatalogueFileService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/file/CatalogueFileService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/ProviderType.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/ProviderType.groovy index 133bdce87d..fcaff4627c 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/ProviderType.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/ProviderType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/dataloader/DataLoaderProviderService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/dataloader/DataLoaderProviderService.groovy index 9a0ddab3e7..633fd81017 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/dataloader/DataLoaderProviderService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/dataloader/DataLoaderProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/email/EmailProviderService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/email/EmailProviderService.groovy index 2b20a363c5..cfd72eb395 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/email/EmailProviderService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/email/EmailProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/ExportMetadata.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/ExportMetadata.groovy index 9804208255..8e4a6e1acb 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/ExportMetadata.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/ExportMetadata.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/ExportModel.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/ExportModel.groovy index 408ebe97f9..8d933ebac6 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/ExportModel.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/ExportModel.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/ExportXmlNamespace.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/ExportXmlNamespace.groovy index 8e965461e3..e3f7133109 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/ExportXmlNamespace.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/ExportXmlNamespace.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/ExporterProviderService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/ExporterProviderService.groovy index 7c22becb8c..1328c45966 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/ExporterProviderService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/ExporterProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/TemplateBasedExporter.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/TemplateBasedExporter.groovy index 546a855bb4..e5a3a77bf7 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/TemplateBasedExporter.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/exporter/TemplateBasedExporter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/ImporterProviderService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/ImporterProviderService.groovy index 81a03b1d19..1242e7365e 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/ImporterProviderService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/ImporterProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/ModelImporterProviderService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/ModelImporterProviderService.groovy index d21a928e16..5ba9248837 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/ModelImporterProviderService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/ModelImporterProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/FileParameter.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/FileParameter.groovy index 9670092ae3..37109a62dd 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/FileParameter.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/FileParameter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/ImporterProviderServiceParameters.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/ImporterProviderServiceParameters.groovy index 2b856d7670..ba479ce25b 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/ImporterProviderServiceParameters.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/ImporterProviderServiceParameters.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/ModelImporterProviderServiceParameters.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/ModelImporterProviderServiceParameters.groovy index 01b7497ba2..7abe8a2385 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/ModelImporterProviderServiceParameters.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/ModelImporterProviderServiceParameters.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/config/ImportGroupConfig.java b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/config/ImportGroupConfig.java index a8335b2bf2..a7d1b5b44b 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/config/ImportGroupConfig.java +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/config/ImportGroupConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/config/ImportParameterConfig.java b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/config/ImportParameterConfig.java index 8f27b10c43..aa773fbfde 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/config/ImportParameterConfig.java +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/importer/parameter/config/ImportParameterConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/AbstractCatalogueItemSearchService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/AbstractCatalogueItemSearchService.groovy index 1dd805a605..7e64ba4abb 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/AbstractCatalogueItemSearchService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/AbstractCatalogueItemSearchService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/CatalogueItemSearchDomainProvider.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/CatalogueItemSearchDomainProvider.groovy index 04b8bca8e2..c224c2f0e5 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/CatalogueItemSearchDomainProvider.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/CatalogueItemSearchDomainProvider.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/ModelItemSearch.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/ModelItemSearch.groovy index 7efc4f9ff7..4c0d95aa54 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/ModelItemSearch.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/ModelItemSearch.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/ModelSearch.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/ModelSearch.groovy index 5e920efe1c..286ea4a490 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/ModelSearch.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/ModelSearch.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/StandardSearch.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/StandardSearch.groovy index 83f3c1f0b8..914cea558e 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/StandardSearch.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/StandardSearch.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/StandardWithoutLabelSearch.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/StandardWithoutLabelSearch.groovy index d9a6afaf76..fe1132daf1 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/StandardWithoutLabelSearch.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/StandardWithoutLabelSearch.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/security/UserService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/security/UserService.groovy index d328c8006f..6927088057 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/security/UserService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/security/UserService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/similarity/SimilarityPair.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/similarity/SimilarityPair.groovy index 989653cea2..084e9b0b1a 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/similarity/SimilarityPair.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/similarity/SimilarityPair.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/similarity/SimilarityResult.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/similarity/SimilarityResult.groovy index dc245e8cca..650ecb0399 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/similarity/SimilarityResult.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/similarity/SimilarityResult.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/task/AsyncJobFuture.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/task/AsyncJobFuture.groovy index 78bc6a3a42..297db7604f 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/task/AsyncJobFuture.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/task/AsyncJobFuture.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/task/AsyncJobTask.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/task/AsyncJobTask.groovy index dd22042437..6e90d5f900 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/task/AsyncJobTask.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/task/AsyncJobTask.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/controller/MdmController.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/controller/MdmController.groovy index 9a81adb393..65b9355926 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/controller/MdmController.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/controller/MdmController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/controller/MdmInterceptor.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/controller/MdmInterceptor.groovy index e69f7fab3c..f862f3107f 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/controller/MdmInterceptor.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/controller/MdmInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/controller/ResourcelessMdmController.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/controller/ResourcelessMdmController.groovy index 27d7348d2e..69208be1c8 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/controller/ResourcelessMdmController.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/controller/ResourcelessMdmController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/controller/UserSecurityPolicyManagerAware.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/controller/UserSecurityPolicyManagerAware.groovy index a2a2908678..e71dae3f37 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/controller/UserSecurityPolicyManagerAware.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/controller/UserSecurityPolicyManagerAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/AddsEditHistory.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/AddsEditHistory.groovy index a07aec2786..42106df641 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/AddsEditHistory.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/AddsEditHistory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/DataLoadable.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/DataLoadable.groovy index 1437cc6192..44d00578cd 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/DataLoadable.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/DataLoadable.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/EditHistoryAware.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/EditHistoryAware.groovy index a99d56cb74..4e06e12048 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/EditHistoryAware.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/EditHistoryAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/IndexedSiblingAware.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/IndexedSiblingAware.groovy index 2c73a7d78a..8bc8dafc9a 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/IndexedSiblingAware.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/IndexedSiblingAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/InformationAware.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/InformationAware.groovy index 440abbef61..847897fe51 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/InformationAware.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/InformationAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/ModelItemAware.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/ModelItemAware.groovy index 7c11ea4e36..c1481c0bb6 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/ModelItemAware.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/ModelItemAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/MultiFacetItemAware.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/MultiFacetItemAware.groovy index 23e795a21c..743debac28 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/MultiFacetItemAware.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/MultiFacetItemAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/VersionAware.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/VersionAware.groovy index 7a2f8d9db2..5e754d80bb 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/VersionAware.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/domain/VersionAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/provider/importer/JsonImportMapping.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/provider/importer/JsonImportMapping.groovy index 0f73845d92..32fdbe3e30 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/provider/importer/JsonImportMapping.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/provider/importer/JsonImportMapping.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/provider/importer/XmlImportMapping.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/provider/importer/XmlImportMapping.groovy index e65619a700..135b64a984 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/provider/importer/XmlImportMapping.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/provider/importer/XmlImportMapping.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/AnonymisableService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/AnonymisableService.groovy index 9cf339b116..8425aad967 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/AnonymisableService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/AnonymisableService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/HibernateSearchIndexAwareService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/HibernateSearchIndexAwareService.groovy index 46fbad3ef0..a03be8f363 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/HibernateSearchIndexAwareService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/HibernateSearchIndexAwareService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/MdmDomainService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/MdmDomainService.groovy index 044fe314ce..399c42e915 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/MdmDomainService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/MdmDomainService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/MultiFacetAwareService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/MultiFacetAwareService.groovy index 2f8d3d146b..8f64609c81 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/MultiFacetAwareService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/MultiFacetAwareService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/MultiFacetItemAwareService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/MultiFacetItemAwareService.groovy index 8ce30c817f..91403db54c 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/MultiFacetItemAwareService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/MultiFacetItemAwareService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/VersionLinkAwareService.groovy b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/VersionLinkAwareService.groovy index 3e00143b18..85ffb17b0c 100644 --- a/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/VersionLinkAwareService.groovy +++ b/mdm-core/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/traits/service/VersionLinkAwareService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminControllerSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminControllerSpec.groovy index 4cf6bad222..5cacc69447 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminControllerSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminInterceptorSpec.groovy index 4dfb8df3eb..14a078f8c2 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/AdminInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyInterceptorSpec.groovy index 36a2721c3a..df7bd38676 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyServiceSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyServiceSpec.groovy index 6776dad214..c13ee3e023 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyServiceSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertyServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertySpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertySpec.groovy index d57265f2e8..3d42647761 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertySpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/admin/ApiPropertySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobServiceSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobServiceSpec.groovy index a3c66316d2..c0bc860fea 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobServiceSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/async/AsyncJobServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityInterceptorSpec.groovy index f952e635b9..35fe7ea23c 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthorityInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthoritySpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthoritySpec.groovy index ca17308b3a..c2bc463300 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthoritySpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/authority/AuthoritySpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierInterceptorSpec.groovy index 2574a466a3..08ba004ba4 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierServiceSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierServiceSpec.groovy index 5aa7fb94b7..e1090f5fcd 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierServiceSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierSpec.groovy index 5f575fba41..98fcd7fa18 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/ClassifierSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderContainerSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderContainerSpec.groovy index dcb6b8cb30..5233b8caf7 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderContainerSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderContainerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderInterceptorSpec.groovy index c09c000161..7ca066db81 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderServiceSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderServiceSpec.groovy index c35cdd6707..75634e3a73 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderServiceSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderSpec.groovy index 594604de13..6d0193b5cf 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/FolderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderInterceptorSpec.groovy index a4cd4b8fb7..dbfb27515c 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderSpec.groovy index 1e0bb1046f..75a0d41b29 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/container/VersionedFolderSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/email/EmailInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/email/EmailInterceptorSpec.groovy index a53a68c38a..22b4740334 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/email/EmailInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/email/EmailInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationControllerSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationControllerSpec.groovy index 43e23bfaac..ec330e6b60 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationControllerSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationInterceptorSpec.groovy index 25cc79ef88..28e4dfdb48 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationServiceSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationServiceSpec.groovy index ef5c0ffe17..e601299672 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationServiceSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationSpec.groovy index cec2218e26..bc481b49b3 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/AnnotationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/BreadcrumbTreeSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/BreadcrumbTreeSpec.groovy index 144e47f593..8f8b68c68c 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/BreadcrumbTreeSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/BreadcrumbTreeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/EditInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/EditInterceptorSpec.groovy index 2186340b53..c34961a35d 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/EditInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/EditInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/EditServiceSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/EditServiceSpec.groovy index 08c98f59ca..497b621f02 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/EditServiceSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/EditServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataControllerSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataControllerSpec.groovy index fd28b6503e..0f6ee03051 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataControllerSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataInterceptorSpec.groovy index 3e2705a5ef..ac87986e1d 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataServiceSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataServiceSpec.groovy index feda0f37e8..06a712aa2a 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataServiceSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataSpec.groovy index f06bbcb5df..dc83dbc98d 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/MetadataSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/NestedAnnotationControllerSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/NestedAnnotationControllerSpec.groovy index d5cf43bd99..dc65bb1176 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/NestedAnnotationControllerSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/NestedAnnotationControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileControllerSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileControllerSpec.groovy index ff9d18413f..5ae2d8f8de 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileControllerSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileInterceptorSpec.groovy index e7a43fc3f2..dcd20a0ef8 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileServiceSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileServiceSpec.groovy index d88d074998..d5489242be 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileServiceSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileSpec.groovy index 132c03dfe2..7ff325d75e 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/ReferenceFileSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkControllerSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkControllerSpec.groovy index 6ede64960c..61b72af61e 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkControllerSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkInterceptorSpec.groovy index 1e0fb060fa..91040d633f 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkServiceSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkServiceSpec.groovy index dfcc403437..d5d6c97804 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkServiceSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkSpec.groovy index 243d57ff07..e1c39bd5ad 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/SemanticLinkSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkControllerSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkControllerSpec.groovy index 9c2c127468..bb391e53b2 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkControllerSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkInterceptorSpec.groovy index 1bb46999ef..1d1be43bc8 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkServiceSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkServiceSpec.groovy index 7a8885b4df..88bc0c4114 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkServiceSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkSpec.groovy index 8b1b71b931..91dc16e4b5 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/facet/VersionLinkSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileControllerSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileControllerSpec.groovy index bb90c585dd..44a0c20895 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileControllerSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileInterceptorSpec.groovy index bf5f759ebd..260d3b5e2a 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileServiceSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileServiceSpec.groovy index 1740d3adc5..b64d027b98 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileServiceSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileSpec.groovy index f13625fdd8..44b1abb36c 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/file/UserImageFileSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterControllerSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterControllerSpec.groovy index a91d7fa2fd..68ff0eafbe 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterControllerSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterInterceptorSpec.groovy index 5e310668a3..ca6b93ef88 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterServiceSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterServiceSpec.groovy index 56a098b2be..710910613e 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterServiceSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/importer/ImporterServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/BasicModelItemSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/BasicModelItemSpec.groovy index fa7251c1d8..dd049c4fda 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/BasicModelItemSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/BasicModelItemSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/BasicModelSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/BasicModelSpec.groovy index bb25e45599..4ac7d7bc09 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/BasicModelSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/BasicModelSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/CatalogueItemRenderingSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/CatalogueItemRenderingSpec.groovy index e072e8a4a8..4b44d305bd 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/CatalogueItemRenderingSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/model/CatalogueItemRenderingSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderControllerSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderControllerSpec.groovy index 0de1bddaf7..108785f7c7 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderControllerSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderInterceptorSpec.groovy index f813d72c0a..61466b186a 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderControllerSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderControllerSpec.groovy index 960a9c6ff0..22d021e593 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderControllerSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderInterceptorSpec.groovy index 363e2cd967..eed20fd52d 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProviderInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/VersionTreeModelSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/VersionTreeModelSpec.groovy index 17703e74c1..5cf6cf4acf 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/VersionTreeModelSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/model/VersionTreeModelSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/TreeItemSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/TreeItemSpec.groovy index 2fde7b5681..cfe4e312db 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/TreeItemSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/rest/transport/tree/TreeItemSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/SearchInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/SearchInterceptorSpec.groovy index 0d77696477..68869793d9 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/SearchInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/search/SearchInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/session/SessionControllerSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/session/SessionControllerSpec.groovy index cf85e87b80..99878ac661 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/session/SessionControllerSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/session/SessionControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/session/SessionInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/session/SessionInterceptorSpec.groovy index 6aa1f77399..a52d85b555 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/session/SessionInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/session/SessionInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/session/SessionServiceSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/session/SessionServiceSpec.groovy index dc0e371547..d334361214 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/session/SessionServiceSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/session/SessionServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemInterceptorSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemInterceptorSpec.groovy index 826ec38f07..93d2b466b6 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemInterceptorSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/tree/TreeItemInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/util/test/BasicModel.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/util/test/BasicModel.groovy index 2b6a34b022..ffe7b2c603 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/util/test/BasicModel.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/util/test/BasicModel.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/util/test/BasicModelItem.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/util/test/BasicModelItem.groovy index 7f21f1652d..7b479cce00 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/util/test/BasicModelItem.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/util/test/BasicModelItem.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/util/test/MultiFacetItemAwareServiceSpec.groovy b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/util/test/MultiFacetItemAwareServiceSpec.groovy index cf8d267371..00afaadc0a 100644 --- a/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/util/test/MultiFacetItemAwareServiceSpec.groovy +++ b/mdm-core/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/core/util/test/MultiFacetItemAwareServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-authentication-apikey/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/ApiKeyAuthenticationInterceptor.groovy b/mdm-plugin-authentication-apikey/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/ApiKeyAuthenticationInterceptor.groovy index b3563daeef..535f094a03 100644 --- a/mdm-plugin-authentication-apikey/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/ApiKeyAuthenticationInterceptor.groovy +++ b/mdm-plugin-authentication-apikey/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/ApiKeyAuthenticationInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-authentication-apikey/grails-app/init/uk/ac/ox/softeng/maurodatamapper/authentication/basic/Application.groovy b/mdm-plugin-authentication-apikey/grails-app/init/uk/ac/ox/softeng/maurodatamapper/authentication/basic/Application.groovy index 7ec66d0cd0..c61668ffe7 100644 --- a/mdm-plugin-authentication-apikey/grails-app/init/uk/ac/ox/softeng/maurodatamapper/authentication/basic/Application.groovy +++ b/mdm-plugin-authentication-apikey/grails-app/init/uk/ac/ox/softeng/maurodatamapper/authentication/basic/Application.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-authentication-apikey/grails-app/init/uk/ac/ox/softeng/maurodatamapper/authentication/basic/BootStrap.groovy b/mdm-plugin-authentication-apikey/grails-app/init/uk/ac/ox/softeng/maurodatamapper/authentication/basic/BootStrap.groovy index 5c1e8b3b39..a36c2d2f12 100644 --- a/mdm-plugin-authentication-apikey/grails-app/init/uk/ac/ox/softeng/maurodatamapper/authentication/basic/BootStrap.groovy +++ b/mdm-plugin-authentication-apikey/grails-app/init/uk/ac/ox/softeng/maurodatamapper/authentication/basic/BootStrap.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-authentication-apikey/grails-app/services/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/ApiKeyAuthenticatingService.groovy b/mdm-plugin-authentication-apikey/grails-app/services/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/ApiKeyAuthenticatingService.groovy index d66d83d935..4c8da007e9 100644 --- a/mdm-plugin-authentication-apikey/grails-app/services/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/ApiKeyAuthenticatingService.groovy +++ b/mdm-plugin-authentication-apikey/grails-app/services/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/ApiKeyAuthenticatingService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-authentication-apikey/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/ApiKeyAuthenticationFunctionalSpec.groovy b/mdm-plugin-authentication-apikey/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/ApiKeyAuthenticationFunctionalSpec.groovy index cacfce2c33..f83f606234 100644 --- a/mdm-plugin-authentication-apikey/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/ApiKeyAuthenticationFunctionalSpec.groovy +++ b/mdm-plugin-authentication-apikey/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/ApiKeyAuthenticationFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-authentication-apikey/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/MdmPluginAuthenticationApiKeyGrailsPlugin.groovy b/mdm-plugin-authentication-apikey/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/MdmPluginAuthenticationApiKeyGrailsPlugin.groovy index c9316328e9..350163f22e 100644 --- a/mdm-plugin-authentication-apikey/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/MdmPluginAuthenticationApiKeyGrailsPlugin.groovy +++ b/mdm-plugin-authentication-apikey/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/MdmPluginAuthenticationApiKeyGrailsPlugin.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-authentication-apikey/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/ApiKeyAuthenticationInterceptorSpec.groovy b/mdm-plugin-authentication-apikey/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/ApiKeyAuthenticationInterceptorSpec.groovy index 4af217e252..07d12c9bd8 100644 --- a/mdm-plugin-authentication-apikey/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/ApiKeyAuthenticationInterceptorSpec.groovy +++ b/mdm-plugin-authentication-apikey/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/apikey/ApiKeyAuthenticationInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-authentication-basic/grails-app/init/uk/ac/ox/softeng/maurodatamapper/authentication/basic/Application.groovy b/mdm-plugin-authentication-basic/grails-app/init/uk/ac/ox/softeng/maurodatamapper/authentication/basic/Application.groovy index 66569e8111..7ce98469de 100644 --- a/mdm-plugin-authentication-basic/grails-app/init/uk/ac/ox/softeng/maurodatamapper/authentication/basic/Application.groovy +++ b/mdm-plugin-authentication-basic/grails-app/init/uk/ac/ox/softeng/maurodatamapper/authentication/basic/Application.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-authentication-basic/grails-app/init/uk/ac/ox/softeng/maurodatamapper/authentication/basic/BootStrap.groovy b/mdm-plugin-authentication-basic/grails-app/init/uk/ac/ox/softeng/maurodatamapper/authentication/basic/BootStrap.groovy index 34c48a47cb..9a9bea25dc 100644 --- a/mdm-plugin-authentication-basic/grails-app/init/uk/ac/ox/softeng/maurodatamapper/authentication/basic/BootStrap.groovy +++ b/mdm-plugin-authentication-basic/grails-app/init/uk/ac/ox/softeng/maurodatamapper/authentication/basic/BootStrap.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-authentication-basic/grails-app/services/uk/ac/ox/softeng/maurodatamapper/authentication/basic/AuthenticationService.groovy b/mdm-plugin-authentication-basic/grails-app/services/uk/ac/ox/softeng/maurodatamapper/authentication/basic/AuthenticationService.groovy index b4e7382477..5fe90ff6e5 100644 --- a/mdm-plugin-authentication-basic/grails-app/services/uk/ac/ox/softeng/maurodatamapper/authentication/basic/AuthenticationService.groovy +++ b/mdm-plugin-authentication-basic/grails-app/services/uk/ac/ox/softeng/maurodatamapper/authentication/basic/AuthenticationService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-authentication-basic/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/AuthenticatingFunctionalSpec.groovy b/mdm-plugin-authentication-basic/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/AuthenticatingFunctionalSpec.groovy index 7e12c21b3f..6f6f0e3522 100644 --- a/mdm-plugin-authentication-basic/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/AuthenticatingFunctionalSpec.groovy +++ b/mdm-plugin-authentication-basic/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/AuthenticatingFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-authentication-basic/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/MdmPluginAuthenticationBasicGrailsPlugin.groovy b/mdm-plugin-authentication-basic/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/MdmPluginAuthenticationBasicGrailsPlugin.groovy index 8bd8a92fbe..45f00df108 100644 --- a/mdm-plugin-authentication-basic/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/MdmPluginAuthenticationBasicGrailsPlugin.groovy +++ b/mdm-plugin-authentication-basic/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/MdmPluginAuthenticationBasicGrailsPlugin.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-authentication-basic/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/AuthenticationServiceSpec.groovy b/mdm-plugin-authentication-basic/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/AuthenticationServiceSpec.groovy index 77a7aa8fa4..4497bdb5a5 100644 --- a/mdm-plugin-authentication-basic/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/AuthenticationServiceSpec.groovy +++ b/mdm-plugin-authentication-basic/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/authentication/basic/AuthenticationServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowController.groovy b/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowController.groovy index 49725956a4..16d968088f 100644 --- a/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowController.groovy +++ b/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowInterceptor.groovy b/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowInterceptor.groovy index 42ebb4b74b..3b409390bf 100644 --- a/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowInterceptor.groovy +++ b/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/UrlMappings.groovy b/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/UrlMappings.groovy index 3b51c50070..881fa92a9f 100644 --- a/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/UrlMappings.groovy +++ b/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/UrlMappings.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentController.groovy b/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentController.groovy index 8b5cc20af1..635edcc15e 100644 --- a/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentController.groovy +++ b/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentInterceptor.groovy b/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentInterceptor.groovy index 86aba663f6..3de9491584 100644 --- a/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentInterceptor.groovy +++ b/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentController.groovy b/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentController.groovy index 78ff7a4b7f..c66508d2fc 100644 --- a/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentController.groovy +++ b/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentInterceptor.groovy b/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentInterceptor.groovy index 9b686b0127..b678391fcf 100644 --- a/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentInterceptor.groovy +++ b/mdm-plugin-dataflow/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlow.groovy b/mdm-plugin-dataflow/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlow.groovy index 666336a076..22220b7ab4 100644 --- a/mdm-plugin-dataflow/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlow.groovy +++ b/mdm-plugin-dataflow/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlow.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponent.groovy b/mdm-plugin-dataflow/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponent.groovy index bd490c7422..9d10098b82 100644 --- a/mdm-plugin-dataflow/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponent.groovy +++ b/mdm-plugin-dataflow/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponent.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponent.groovy b/mdm-plugin-dataflow/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponent.groovy index ca097f6a1e..4521828294 100644 --- a/mdm-plugin-dataflow/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponent.groovy +++ b/mdm-plugin-dataflow/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponent.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/i18n/messages.properties b/mdm-plugin-dataflow/grails-app/i18n/messages.properties index 14390d1d86..b5b0d48263 100644 --- a/mdm-plugin-dataflow/grails-app/i18n/messages.properties +++ b/mdm-plugin-dataflow/grails-app/i18n/messages.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/init/uk/ac/ox/softeng/maurodatamapper/dataflow/Application.groovy b/mdm-plugin-dataflow/grails-app/init/uk/ac/ox/softeng/maurodatamapper/dataflow/Application.groovy index a146694aac..c89dacd306 100644 --- a/mdm-plugin-dataflow/grails-app/init/uk/ac/ox/softeng/maurodatamapper/dataflow/Application.groovy +++ b/mdm-plugin-dataflow/grails-app/init/uk/ac/ox/softeng/maurodatamapper/dataflow/Application.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/init/uk/ac/ox/softeng/maurodatamapper/dataflow/BootStrap.groovy b/mdm-plugin-dataflow/grails-app/init/uk/ac/ox/softeng/maurodatamapper/dataflow/BootStrap.groovy index b93a52a64e..bb7b700e7d 100644 --- a/mdm-plugin-dataflow/grails-app/init/uk/ac/ox/softeng/maurodatamapper/dataflow/BootStrap.groovy +++ b/mdm-plugin-dataflow/grails-app/init/uk/ac/ox/softeng/maurodatamapper/dataflow/BootStrap.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowService.groovy b/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowService.groovy index 12c8a3e99f..521eec2d57 100644 --- a/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowService.groovy +++ b/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentService.groovy b/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentService.groovy index 490c42befd..5079346e9e 100644 --- a/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentService.groovy +++ b/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentService.groovy b/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentService.groovy index 279b5ae5a8..1c2bf0bfc7 100644 --- a/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentService.groovy +++ b/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowJsonExporterService.groovy b/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowJsonExporterService.groovy index 65e2fab012..e5dce66de2 100644 --- a/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowJsonExporterService.groovy +++ b/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowJsonExporterService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowXmlExporterService.groovy b/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowXmlExporterService.groovy index bd0b791d69..1f803a955f 100644 --- a/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowXmlExporterService.groovy +++ b/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowXmlExporterService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowJsonImporterService.groovy b/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowJsonImporterService.groovy index a11789fd56..4479da51e9 100644 --- a/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowJsonImporterService.groovy +++ b/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowJsonImporterService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowXmlImporterService.groovy b/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowXmlImporterService.groovy index fc91ebac15..9f87a43e5c 100644 --- a/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowXmlImporterService.groovy +++ b/mdm-plugin-dataflow/grails-app/services/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowXmlImporterService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/dataflow/bootstrap/BootstrapModels.groovy b/mdm-plugin-dataflow/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/dataflow/bootstrap/BootstrapModels.groovy index 8aea65af8f..5bcb3ad5e3 100644 --- a/mdm-plugin-dataflow/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/dataflow/bootstrap/BootstrapModels.groovy +++ b/mdm-plugin-dataflow/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/dataflow/bootstrap/BootstrapModels.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/dataflow/gorm/mapping/MdmPluginDataflowSchemaMappingContext.groovy b/mdm-plugin-dataflow/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/dataflow/gorm/mapping/MdmPluginDataflowSchemaMappingContext.groovy index 95e6652dfa..ea1014714a 100644 --- a/mdm-plugin-dataflow/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/dataflow/gorm/mapping/MdmPluginDataflowSchemaMappingContext.groovy +++ b/mdm-plugin-dataflow/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/dataflow/gorm/mapping/MdmPluginDataflowSchemaMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowFunctionalSpec.groovy b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowFunctionalSpec.groovy index 8285541584..83c0553232 100644 --- a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowFunctionalSpec.groovy +++ b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowServiceSpec.groovy b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowServiceSpec.groovy index e6a6543ba6..b07d23d7b0 100644 --- a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowServiceSpec.groovy +++ b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/UrlMappingsSpec.groovy b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/UrlMappingsSpec.groovy index 93d973a16f..46824067b7 100644 --- a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/UrlMappingsSpec.groovy +++ b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/UrlMappingsSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentFunctionalSpec.groovy b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentFunctionalSpec.groovy index ad063d69ed..b0181c7608 100644 --- a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentFunctionalSpec.groovy +++ b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentServiceSpec.groovy b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentServiceSpec.groovy index a24bda90ec..25b5d53da9 100644 --- a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentServiceSpec.groovy +++ b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentFunctionalSpec.groovy b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentFunctionalSpec.groovy index a2e5520f4f..c29774c1d3 100644 --- a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentFunctionalSpec.groovy +++ b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentServiceSpec.groovy b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentServiceSpec.groovy index 75c96d02c1..c94072e667 100644 --- a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentServiceSpec.groovy +++ b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowJsonExporterServiceSpec.groovy b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowJsonExporterServiceSpec.groovy index ba4f0f3acd..d1d60d86e6 100644 --- a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowJsonExporterServiceSpec.groovy +++ b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowJsonExporterServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowXmlExporterServiceSpec.groovy b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowXmlExporterServiceSpec.groovy index d2b2f3985b..d5559877e6 100644 --- a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowXmlExporterServiceSpec.groovy +++ b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowXmlExporterServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowJsonImporterServiceSpec.groovy b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowJsonImporterServiceSpec.groovy index a7bccc6302..9d074b8c0b 100644 --- a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowJsonImporterServiceSpec.groovy +++ b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowJsonImporterServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowXmlImporterServiceSpec.groovy b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowXmlImporterServiceSpec.groovy index 118b5e2d6a..d2b4cf6b84 100644 --- a/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowXmlImporterServiceSpec.groovy +++ b/mdm-plugin-dataflow/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowXmlImporterServiceSpec.groovy @@ -1,22 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - * SPDX-License-Identifier: Apache-2.0 - */ -/* - * Copyright 2020 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/main/groovy/db/migration/dataflow/V5_0_1__update_paths.groovy b/mdm-plugin-dataflow/src/main/groovy/db/migration/dataflow/V5_0_1__update_paths.groovy index c1268711cb..b01ed11260 100644 --- a/mdm-plugin-dataflow/src/main/groovy/db/migration/dataflow/V5_0_1__update_paths.groovy +++ b/mdm-plugin-dataflow/src/main/groovy/db/migration/dataflow/V5_0_1__update_paths.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/MdmPluginDataflowGrailsPlugin.groovy b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/MdmPluginDataflowGrailsPlugin.groovy index d0c1ebb388..ba1c05f813 100644 --- a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/MdmPluginDataflowGrailsPlugin.groovy +++ b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/MdmPluginDataflowGrailsPlugin.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/facet/DataFlowSemanticLinkType.groovy b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/facet/DataFlowSemanticLinkType.groovy index bbdb145d37..3bbb58caf2 100644 --- a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/facet/DataFlowSemanticLinkType.groovy +++ b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/facet/DataFlowSemanticLinkType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/gorm/constraint/validator/DataFlowLabelValidator.groovy b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/gorm/constraint/validator/DataFlowLabelValidator.groovy index 22fa18ad90..9b7eeb0e63 100644 --- a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/gorm/constraint/validator/DataFlowLabelValidator.groovy +++ b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/gorm/constraint/validator/DataFlowLabelValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowExporterProviderService.groovy b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowExporterProviderService.groovy index 10efba7c27..87b53fb9a3 100644 --- a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowExporterProviderService.groovy +++ b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/exporter/DataFlowExporterProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataBindDataFlowImporterProviderService.groovy b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataBindDataFlowImporterProviderService.groovy index 101b532341..e63b3e9a2b 100644 --- a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataBindDataFlowImporterProviderService.groovy +++ b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataBindDataFlowImporterProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowImporterProviderService.groovy b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowImporterProviderService.groovy index 010470843a..f13f98067f 100644 --- a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowImporterProviderService.groovy +++ b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/DataFlowImporterProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/parameter/DataFlowAdditionalImporterProviderServiceParameters.groovy b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/parameter/DataFlowAdditionalImporterProviderServiceParameters.groovy index 2dde4b514e..89e90a3db9 100644 --- a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/parameter/DataFlowAdditionalImporterProviderServiceParameters.groovy +++ b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/parameter/DataFlowAdditionalImporterProviderServiceParameters.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/parameter/DataFlowFileImporterProviderServiceParameters.groovy b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/parameter/DataFlowFileImporterProviderServiceParameters.groovy index 8d0f6f0843..f9848163be 100644 --- a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/parameter/DataFlowFileImporterProviderServiceParameters.groovy +++ b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/parameter/DataFlowFileImporterProviderServiceParameters.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/parameter/DataFlowImporterProviderServiceParameters.groovy b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/parameter/DataFlowImporterProviderServiceParameters.groovy index f3a6793031..adc8d5e718 100644 --- a/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/parameter/DataFlowImporterProviderServiceParameters.groovy +++ b/mdm-plugin-dataflow/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/provider/importer/parameter/DataFlowImporterProviderServiceParameters.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowInterceptorSpec.groovy b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowInterceptorSpec.groovy index 2ba6c52e5c..94c81402ff 100644 --- a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowInterceptorSpec.groovy +++ b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowSpec.groovy b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowSpec.groovy index 1ef82ea2a4..30480a4bac 100644 --- a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowSpec.groovy +++ b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/DataFlowSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentInterceptorSpec.groovy b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentInterceptorSpec.groovy index f501f9efd3..0daef589bb 100644 --- a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentInterceptorSpec.groovy +++ b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentSpec.groovy b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentSpec.groovy index 424868719e..e39fff82ac 100644 --- a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentSpec.groovy +++ b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataClassComponentSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentInterceptorSpec.groovy b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentInterceptorSpec.groovy index 16024ede2e..7821773ddd 100644 --- a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentInterceptorSpec.groovy +++ b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentSpec.groovy b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentSpec.groovy index 34203154ac..d06800396c 100644 --- a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentSpec.groovy +++ b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/component/DataElementComponentSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/BaseDataFlowIntegrationSpec.groovy b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/BaseDataFlowIntegrationSpec.groovy index 9d104c7385..189abaa0ec 100644 --- a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/BaseDataFlowIntegrationSpec.groovy +++ b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/BaseDataFlowIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/TestDataFlowSecuredUserSecurityPolicyManager.groovy b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/TestDataFlowSecuredUserSecurityPolicyManager.groovy index ad7f6ddc5e..c2d2784286 100644 --- a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/TestDataFlowSecuredUserSecurityPolicyManager.groovy +++ b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/TestDataFlowSecuredUserSecurityPolicyManager.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/provider/BaseImportExportSpec.groovy b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/provider/BaseImportExportSpec.groovy index 17d4673829..0eaf3a08dc 100644 --- a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/provider/BaseImportExportSpec.groovy +++ b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/provider/BaseImportExportSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/provider/DataBindDataFlowImporterProviderServiceSpec.groovy b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/provider/DataBindDataFlowImporterProviderServiceSpec.groovy index b70000b065..00f6b2911e 100644 --- a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/provider/DataBindDataFlowImporterProviderServiceSpec.groovy +++ b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/provider/DataBindDataFlowImporterProviderServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/provider/DataBindImportAndDefaultExporterServiceSpec.groovy b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/provider/DataBindImportAndDefaultExporterServiceSpec.groovy index 8c1c292e52..38e109284b 100644 --- a/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/provider/DataBindImportAndDefaultExporterServiceSpec.groovy +++ b/mdm-plugin-dataflow/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/dataflow/test/provider/DataBindImportAndDefaultExporterServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelController.groovy b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelController.groovy index 011eea767b..176dd9c46a 100644 --- a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelController.groovy +++ b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelInterceptor.groovy b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelInterceptor.groovy index 10f68ee1db..30f7bb8cf9 100644 --- a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelInterceptor.groovy +++ b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/UrlMappings.groovy b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/UrlMappings.groovy index 44fdfb286d..66960ffa52 100644 --- a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/UrlMappings.groovy +++ b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/UrlMappings.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataController.groovy b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataController.groovy index 7fba90a1fe..e178528450 100644 --- a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataController.groovy +++ b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataInterceptor.groovy b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataInterceptor.groovy index 695b3cea7c..67c927ee9a 100644 --- a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataInterceptor.groovy +++ b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportController.groovy b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportController.groovy index e4767abd66..cb9905f17e 100644 --- a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportController.groovy +++ b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportInterceptor.groovy b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportInterceptor.groovy index 0e0c4f94fd..90574c64cf 100644 --- a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportInterceptor.groovy +++ b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassController.groovy b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassController.groovy index e8c28f7910..66e49d623a 100644 --- a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassController.groovy +++ b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassInterceptor.groovy b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassInterceptor.groovy index ab82b4b2f1..a579bd2eec 100644 --- a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassInterceptor.groovy +++ b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementController.groovy b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementController.groovy index bcbed1cd40..9a4d23755d 100644 --- a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementController.groovy +++ b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementInterceptor.groovy b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementInterceptor.groovy index d1562481e7..85d28441da 100644 --- a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementInterceptor.groovy +++ b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeController.groovy b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeController.groovy index 6cef07aa3e..29b4ab324f 100644 --- a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeController.groovy +++ b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeInterceptor.groovy b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeInterceptor.groovy index ff6af68e8f..481dee0a27 100644 --- a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeInterceptor.groovy +++ b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueController.groovy b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueController.groovy index f66d09ed8e..e3e1858c33 100644 --- a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueController.groovy +++ b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueInterceptor.groovy b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueInterceptor.groovy index 33d9b6ab09..d66d48e915 100644 --- a/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueInterceptor.groovy +++ b/mdm-plugin-datamodel/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModel.groovy b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModel.groovy index 88e71ccea8..9909a1291f 100644 --- a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModel.groovy +++ b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModel.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadata.groovy b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadata.groovy index c36dc6382d..933e9bb0e0 100644 --- a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadata.groovy +++ b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadata.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReport.groovy b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReport.groovy index 260dd8d30e..9efaa99512 100644 --- a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReport.groovy +++ b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReport.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClass.groovy b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClass.groovy index 24f8aee422..69e0f656ce 100644 --- a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClass.groovy +++ b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClass.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElement.groovy b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElement.groovy index f3ccf2541d..b43b1d117c 100644 --- a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElement.groovy +++ b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElement.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataType.groovy b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataType.groovy index 9bd9b50fdb..93a3869238 100644 --- a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataType.groovy +++ b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/EnumerationType.groovy b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/EnumerationType.groovy index f57a4e4d5c..d8eb28b7b2 100644 --- a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/EnumerationType.groovy +++ b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/EnumerationType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ModelDataType.groovy b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ModelDataType.groovy index e0c4baaa39..ddaa965dc0 100644 --- a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ModelDataType.groovy +++ b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ModelDataType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/PrimitiveType.groovy b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/PrimitiveType.groovy index 84e64800b5..93a6231a51 100644 --- a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/PrimitiveType.groovy +++ b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/PrimitiveType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ReferenceType.groovy b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ReferenceType.groovy index d43ab6d180..de48d07e9e 100644 --- a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ReferenceType.groovy +++ b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ReferenceType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValue.groovy b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValue.groovy index de99544f3e..8444668a76 100644 --- a/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValue.groovy +++ b/mdm-plugin-datamodel/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValue.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/i18n/messages.properties b/mdm-plugin-datamodel/grails-app/i18n/messages.properties index 236af5caed..6c9bb12acc 100644 --- a/mdm-plugin-datamodel/grails-app/i18n/messages.properties +++ b/mdm-plugin-datamodel/grails-app/i18n/messages.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/init/uk/ac/ox/softeng/maurodatamapper/datamodel/Application.groovy b/mdm-plugin-datamodel/grails-app/init/uk/ac/ox/softeng/maurodatamapper/datamodel/Application.groovy index 8a7caf239d..12c6606d0c 100644 --- a/mdm-plugin-datamodel/grails-app/init/uk/ac/ox/softeng/maurodatamapper/datamodel/Application.groovy +++ b/mdm-plugin-datamodel/grails-app/init/uk/ac/ox/softeng/maurodatamapper/datamodel/Application.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/init/uk/ac/ox/softeng/maurodatamapper/datamodel/BootStrap.groovy b/mdm-plugin-datamodel/grails-app/init/uk/ac/ox/softeng/maurodatamapper/datamodel/BootStrap.groovy index 798a4034e0..ba94856fd0 100644 --- a/mdm-plugin-datamodel/grails-app/init/uk/ac/ox/softeng/maurodatamapper/datamodel/BootStrap.groovy +++ b/mdm-plugin-datamodel/grails-app/init/uk/ac/ox/softeng/maurodatamapper/datamodel/BootStrap.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelService.groovy b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelService.groovy index a3598faaf6..e7c7965ee9 100644 --- a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelService.groovy +++ b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/SearchService.groovy b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/SearchService.groovy index d2e95f8adb..04b12896d1 100644 --- a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/SearchService.groovy +++ b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/SearchService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataService.groovy b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataService.groovy index b22689b4d3..00c42030cc 100644 --- a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataService.groovy +++ b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportService.groovy b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportService.groovy index 4420ea2a96..eea52d0353 100644 --- a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportService.groovy +++ b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/hibernate/search/HibernateSearchIndexService.groovy b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/hibernate/search/HibernateSearchIndexService.groovy index 9d0d68a1ef..fb27e1bd44 100644 --- a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/hibernate/search/HibernateSearchIndexService.groovy +++ b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/hibernate/search/HibernateSearchIndexService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassService.groovy b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassService.groovy index c2eb4a7446..79087f61dd 100644 --- a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassService.groovy +++ b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementService.groovy b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementService.groovy index abb009dec4..6d9cd5ff0e 100644 --- a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementService.groovy +++ b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeService.groovy b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeService.groovy index 2f16f4a8bc..585a9b7eec 100644 --- a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeService.groovy +++ b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/EnumerationTypeService.groovy b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/EnumerationTypeService.groovy index a728fce5cf..0606e59c53 100644 --- a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/EnumerationTypeService.groovy +++ b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/EnumerationTypeService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ModelDataTypeService.groovy b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ModelDataTypeService.groovy index b1dd274d36..33a9ba1cd7 100644 --- a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ModelDataTypeService.groovy +++ b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ModelDataTypeService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/PrimitiveTypeService.groovy b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/PrimitiveTypeService.groovy index 4d8ca50174..94de8ad35e 100644 --- a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/PrimitiveTypeService.groovy +++ b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/PrimitiveTypeService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ReferenceTypeService.groovy b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ReferenceTypeService.groovy index cf173980dc..7f553cf357 100644 --- a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ReferenceTypeService.groovy +++ b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ReferenceTypeService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueService.groovy b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueService.groovy index 603f032182..3334c216ee 100644 --- a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueService.groovy +++ b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelJsonExporterService.groovy b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelJsonExporterService.groovy index 2f8ec37722..6c44c51352 100644 --- a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelJsonExporterService.groovy +++ b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelJsonExporterService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelXmlExporterService.groovy b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelXmlExporterService.groovy index 6380af3255..00ce9813ad 100644 --- a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelXmlExporterService.groovy +++ b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelXmlExporterService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelJsonImporterService.groovy b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelJsonImporterService.groovy index 471c48a080..a211cd0f9e 100644 --- a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelJsonImporterService.groovy +++ b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelJsonImporterService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelXmlImporterService.groovy b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelXmlImporterService.groovy index ef973e224a..004082843a 100644 --- a/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelXmlImporterService.groovy +++ b/mdm-plugin-datamodel/grails-app/services/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelXmlImporterService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/bootstrap/BootstrapModels.groovy b/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/bootstrap/BootstrapModels.groovy index 23c6295c45..f9f750095b 100644 --- a/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/bootstrap/BootstrapModels.groovy +++ b/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/bootstrap/BootstrapModels.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/mapping/MdmPluginDatamodelSchemaMappingContext.groovy b/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/mapping/MdmPluginDatamodelSchemaMappingContext.groovy index c51614207c..65953359a0 100644 --- a/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/mapping/MdmPluginDatamodelSchemaMappingContext.groovy +++ b/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/mapping/MdmPluginDatamodelSchemaMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/mapping/SummaryMetadataAwareMappingContext.groovy b/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/mapping/SummaryMetadataAwareMappingContext.groovy index 4f87f26bb3..6fb71d591b 100644 --- a/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/mapping/SummaryMetadataAwareMappingContext.groovy +++ b/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/mapping/SummaryMetadataAwareMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/DefaultDataType.groovy b/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/DefaultDataType.groovy index 2806d5e452..78db383b6c 100644 --- a/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/DefaultDataType.groovy +++ b/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/DefaultDataType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/Intersects.groovy b/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/Intersects.groovy index 85adf661f5..81a6bddecf 100644 --- a/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/Intersects.groovy +++ b/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/Intersects.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/SourceTargetIntersects.groovy b/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/SourceTargetIntersects.groovy index f00fb9104b..9ec905d16d 100644 --- a/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/SourceTargetIntersects.groovy +++ b/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/SourceTargetIntersects.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/Subset.groovy b/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/Subset.groovy index 255ef931ae..11ab3528f1 100644 --- a/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/Subset.groovy +++ b/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/Subset.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/search/searchparamfilter/DataModelTypeFilter.groovy b/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/search/searchparamfilter/DataModelTypeFilter.groovy index c791d3eb7e..9d54f2c12a 100644 --- a/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/search/searchparamfilter/DataModelTypeFilter.groovy +++ b/mdm-plugin-datamodel/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/datamodel/rest/transport/search/searchparamfilter/DataModelTypeFilter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelFunctionalSpec.groovy index da9796031c..5a7da687ce 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelServiceIntegrationSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelServiceIntegrationSpec.groovy index 123e03484b..4b3461593a 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelServiceIntegrationSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelServiceIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/SearchServiceIntegrationSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/SearchServiceIntegrationSpec.groovy index 6e18f0b4d6..324969015e 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/SearchServiceIntegrationSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/SearchServiceIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/UrlMappingsSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/UrlMappingsSpec.groovy index 363807b644..0b3cebdf14 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/UrlMappingsSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/UrlMappingsSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/annotation/DataClassAnnotationFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/annotation/DataClassAnnotationFunctionalSpec.groovy index ba70c909af..115edbcbd8 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/annotation/DataClassAnnotationFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/annotation/DataClassAnnotationFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/annotation/DataElementAnnotationFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/annotation/DataElementAnnotationFunctionalSpec.groovy index 07f6dbe8a7..94087b3bf9 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/annotation/DataElementAnnotationFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/annotation/DataElementAnnotationFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/annotation/DataModelAnnotationFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/annotation/DataModelAnnotationFunctionalSpec.groovy index a52250800c..6cdcd9da2f 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/annotation/DataModelAnnotationFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/annotation/DataModelAnnotationFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/annotation/DataTypeAnnotationFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/annotation/DataTypeAnnotationFunctionalSpec.groovy index 0890848e10..d8f00fd386 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/annotation/DataTypeAnnotationFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/annotation/DataTypeAnnotationFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/metadata/DataClassMetadataFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/metadata/DataClassMetadataFunctionalSpec.groovy index 6aa5909c69..57440a7034 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/metadata/DataClassMetadataFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/metadata/DataClassMetadataFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/metadata/DataElementMetadataFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/metadata/DataElementMetadataFunctionalSpec.groovy index 3952fd707c..68186b624d 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/metadata/DataElementMetadataFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/metadata/DataElementMetadataFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/metadata/DataModelMetadataFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/metadata/DataModelMetadataFunctionalSpec.groovy index ae93b257a4..ef2bbe24e9 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/metadata/DataModelMetadataFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/metadata/DataModelMetadataFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/metadata/DataTypeMetadataFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/metadata/DataTypeMetadataFunctionalSpec.groovy index 8127e3c2a8..7c9cf70309 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/metadata/DataTypeMetadataFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/metadata/DataTypeMetadataFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/referencefile/DataClassReferenceFileFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/referencefile/DataClassReferenceFileFunctionalSpec.groovy index d61acd2645..14eb170ea3 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/referencefile/DataClassReferenceFileFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/referencefile/DataClassReferenceFileFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/referencefile/DataElementReferenceFileFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/referencefile/DataElementReferenceFileFunctionalSpec.groovy index c01ee9f9ef..4a583c2a50 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/referencefile/DataElementReferenceFileFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/referencefile/DataElementReferenceFileFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/referencefile/DataModelReferenceFileFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/referencefile/DataModelReferenceFileFunctionalSpec.groovy index 776d98bf5f..73eff8a5d6 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/referencefile/DataModelReferenceFileFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/referencefile/DataModelReferenceFileFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/referencefile/DataTypeReferenceFileFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/referencefile/DataTypeReferenceFileFunctionalSpec.groovy index 67ea6476a7..07f1d054cd 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/referencefile/DataTypeReferenceFileFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/referencefile/DataTypeReferenceFileFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/rule/DataClassRuleFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/rule/DataClassRuleFunctionalSpec.groovy index f401ada13b..e3185e1dcc 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/rule/DataClassRuleFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/rule/DataClassRuleFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/rule/DataElementRuleFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/rule/DataElementRuleFunctionalSpec.groovy index 57be23dcd8..2eee077bfe 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/rule/DataElementRuleFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/rule/DataElementRuleFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/rule/DataModelRuleFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/rule/DataModelRuleFunctionalSpec.groovy index acbc5dbeaa..ddf8ee55a1 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/rule/DataModelRuleFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/rule/DataModelRuleFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/rule/DataTypeRuleFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/rule/DataTypeRuleFunctionalSpec.groovy index 29527ce203..989764c2b6 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/rule/DataTypeRuleFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/rule/DataTypeRuleFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/semanticlink/DataClassSemanticLinkFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/semanticlink/DataClassSemanticLinkFunctionalSpec.groovy index fcd8e81f4a..3a3252c9d1 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/semanticlink/DataClassSemanticLinkFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/semanticlink/DataClassSemanticLinkFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/semanticlink/DataElementSemanticLinkFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/semanticlink/DataElementSemanticLinkFunctionalSpec.groovy index e234480c6b..dc1be549b4 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/semanticlink/DataElementSemanticLinkFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/semanticlink/DataElementSemanticLinkFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/semanticlink/DataModelSemanticLinkFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/semanticlink/DataModelSemanticLinkFunctionalSpec.groovy index 3345130e4f..7fc9f526ab 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/semanticlink/DataModelSemanticLinkFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/semanticlink/DataModelSemanticLinkFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/semanticlink/DataTypeSemanticLinkFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/semanticlink/DataTypeSemanticLinkFunctionalSpec.groovy index d7a7ff1d7b..6ce7ac0f4e 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/semanticlink/DataTypeSemanticLinkFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/semanticlink/DataTypeSemanticLinkFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/DataClassSummaryMetadataFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/DataClassSummaryMetadataFunctionalSpec.groovy index 11f0b0587d..3577a85c17 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/DataClassSummaryMetadataFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/DataClassSummaryMetadataFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/DataElementSummaryMetadataFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/DataElementSummaryMetadataFunctionalSpec.groovy index e9df5a9cb0..0676d750fe 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/DataElementSummaryMetadataFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/DataElementSummaryMetadataFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/DataModelSummaryMetadataFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/DataModelSummaryMetadataFunctionalSpec.groovy index f359d70300..dd59388a16 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/DataModelSummaryMetadataFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/DataModelSummaryMetadataFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/DataTypeSummaryMetadataFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/DataTypeSummaryMetadataFunctionalSpec.groovy index d0f7988bca..25a5ddb789 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/DataTypeSummaryMetadataFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/DataTypeSummaryMetadataFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/report/DataClassSummaryMetadataReportFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/report/DataClassSummaryMetadataReportFunctionalSpec.groovy index e15f42bf36..a97f9d02f8 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/report/DataClassSummaryMetadataReportFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/report/DataClassSummaryMetadataReportFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/report/DataElementSummaryMetadataReportFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/report/DataElementSummaryMetadataReportFunctionalSpec.groovy index 7d5d08d91d..bf801e2a32 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/report/DataElementSummaryMetadataReportFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/report/DataElementSummaryMetadataReportFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/report/DataModelSummaryMetadataReportFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/report/DataModelSummaryMetadataReportFunctionalSpec.groovy index 689950c53d..2eacd51dcf 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/report/DataModelSummaryMetadataReportFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/report/DataModelSummaryMetadataReportFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/report/DataTypeSummaryMetadataReportFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/report/DataTypeSummaryMetadataReportFunctionalSpec.groovy index 992a2ee41e..13b0fa7433 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/report/DataTypeSummaryMetadataReportFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/report/DataTypeSummaryMetadataReportFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/versionlink/DataModelVersionLinkFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/versionlink/DataModelVersionLinkFunctionalSpec.groovy index 87d51ec6b8..14b86ab94e 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/versionlink/DataModelVersionLinkFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/versionlink/DataModelVersionLinkFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassFunctionalSpec.groovy index c0ab1f167e..85f2ba6800 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassServiceIntegrationSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassServiceIntegrationSpec.groovy index db82086a52..01ed450861 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassServiceIntegrationSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassServiceIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementFunctionalSpec.groovy index cc6e42886a..888de82f16 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementServiceIntegrationSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementServiceIntegrationSpec.groovy index 53a541bb4a..8753a4d01e 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementServiceIntegrationSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementServiceIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/NestedDataClassFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/NestedDataClassFunctionalSpec.groovy index 783a536d30..28b4b0d8b7 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/NestedDataClassFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/NestedDataClassFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeFunctionalSpec.groovy index 3ab2100faa..447b0a42d8 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueFunctionalSpec.groovy index 39267cb4f5..95fe97c6e7 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/path/DataModelPathServiceSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/path/DataModelPathServiceSpec.groovy index d6019f2827..5d11cdc94f 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/path/DataModelPathServiceSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/path/DataModelPathServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/MauroDataMapperServiceProviderFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/MauroDataMapperServiceProviderFunctionalSpec.groovy index 53d189817c..8eabcb49f3 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/MauroDataMapperServiceProviderFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/MauroDataMapperServiceProviderFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelJsonExporterServiceSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelJsonExporterServiceSpec.groovy index 6ded9f1240..c6c7d0991b 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelJsonExporterServiceSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelJsonExporterServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelXmlExporterServiceSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelXmlExporterServiceSpec.groovy index 2f009ed091..aaeecf2913 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelXmlExporterServiceSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelXmlExporterServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelJsonImporterServiceSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelJsonImporterServiceSpec.groovy index 913b1c086d..f051b321d7 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelJsonImporterServiceSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelJsonImporterServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelXmlImporterServiceSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelXmlImporterServiceSpec.groovy index c664fd08e2..91444663e7 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelXmlImporterServiceSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelXmlImporterServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/BaseDataModelIntegrationSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/BaseDataModelIntegrationSpec.groovy index 12be9a99fc..31b15c0335 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/BaseDataModelIntegrationSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/BaseDataModelIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/functional/CatalogueItemSummaryMetadataFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/functional/CatalogueItemSummaryMetadataFunctionalSpec.groovy index 9a563c79f5..6df0eb44bb 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/functional/CatalogueItemSummaryMetadataFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/functional/CatalogueItemSummaryMetadataFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/functional/CatalogueItemSummaryMetadataReportFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/functional/CatalogueItemSummaryMetadataReportFunctionalSpec.groovy index 883afc6494..89543bd4b1 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/functional/CatalogueItemSummaryMetadataReportFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/functional/CatalogueItemSummaryMetadataReportFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/provider/BaseImportExportSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/provider/BaseImportExportSpec.groovy index b956457346..b76998af4e 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/provider/BaseImportExportSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/provider/BaseImportExportSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/provider/DataBindDataModelImporterProviderServiceSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/provider/DataBindDataModelImporterProviderServiceSpec.groovy index b9f3b7bee3..4ee4f579cb 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/provider/DataBindDataModelImporterProviderServiceSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/provider/DataBindDataModelImporterProviderServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/provider/DataBindImportAndDefaultExporterServiceSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/provider/DataBindImportAndDefaultExporterServiceSpec.groovy index 9565dfe43e..a772d6a784 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/provider/DataBindImportAndDefaultExporterServiceSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/provider/DataBindImportAndDefaultExporterServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/tree/TreeItemFunctionalSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/tree/TreeItemFunctionalSpec.groovy index 7e7931bd49..05d4e99497 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/tree/TreeItemFunctionalSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/tree/TreeItemFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/tree/TreeItemServiceSpec.groovy b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/tree/TreeItemServiceSpec.groovy index 81b24c9265..3356c870fc 100644 --- a/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/tree/TreeItemServiceSpec.groovy +++ b/mdm-plugin-datamodel/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/tree/TreeItemServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/db/migration/datamodel/V5_0_2__update_paths.groovy b/mdm-plugin-datamodel/src/main/groovy/db/migration/datamodel/V5_0_2__update_paths.groovy index dce2fdf955..93c26fdec1 100644 --- a/mdm-plugin-datamodel/src/main/groovy/db/migration/datamodel/V5_0_2__update_paths.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/db/migration/datamodel/V5_0_2__update_paths.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelType.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelType.groovy index 97805a2102..4c44e48ae1 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelType.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/MdmPluginDatamodelGrailsPlugin.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/MdmPluginDatamodelGrailsPlugin.groovy index 4e407f479b..54759fa144 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/MdmPluginDatamodelGrailsPlugin.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/MdmPluginDatamodelGrailsPlugin.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/databinding/DataTypeBindingHelper.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/databinding/DataTypeBindingHelper.groovy index f9266eb4d0..5aae631ca5 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/databinding/DataTypeBindingHelper.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/databinding/DataTypeBindingHelper.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/databinding/DataTypeCollectionBindingHelper.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/databinding/DataTypeCollectionBindingHelper.groovy index 5f263c5e0a..65d13cf399 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/databinding/DataTypeCollectionBindingHelper.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/databinding/DataTypeCollectionBindingHelper.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/databinding/converters/DataTypeValueConverter.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/databinding/converters/DataTypeValueConverter.groovy index d827d9193c..c5f60426b4 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/databinding/converters/DataTypeValueConverter.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/databinding/converters/DataTypeValueConverter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataAware.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataAware.groovy index c55356bcf8..0fa4a13daa 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataAware.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataType.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataType.groovy index 185b7ec998..6ea9c2c749 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataType.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/DataClassLabelValidator.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/DataClassLabelValidator.groovy index ca3b72d8f7..a9b238ab45 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/DataClassLabelValidator.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/DataClassLabelValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/DataElementLabelValidator.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/DataElementLabelValidator.groovy index eb148195a5..ed40ec62d5 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/DataElementLabelValidator.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/DataElementLabelValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/DataModelDataClassCollectionValidator.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/DataModelDataClassCollectionValidator.groovy index db31ab2ac8..211c030cc1 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/DataModelDataClassCollectionValidator.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/DataModelDataClassCollectionValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/DataTypeLabelValidator.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/DataTypeLabelValidator.groovy index cddb62f9c1..4fa0fbdf90 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/DataTypeLabelValidator.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/DataTypeLabelValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/EnumerationValueKeyValidator.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/EnumerationValueKeyValidator.groovy index afa5aec713..8cdb86df14 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/EnumerationValueKeyValidator.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/EnumerationValueKeyValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/ImportLabelValidator.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/ImportLabelValidator.groovy index a744b96307..f129784a73 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/ImportLabelValidator.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/ImportLabelValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/SummaryMetadataLabelValidator.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/SummaryMetadataLabelValidator.groovy index d5cf16db36..efd0090efe 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/SummaryMetadataLabelValidator.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/gorm/constraint/validator/SummaryMetadataLabelValidator.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/DefaultDataTypeProvider.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/DefaultDataTypeProvider.groovy index b8e635e3d3..14b58216f7 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/DefaultDataTypeProvider.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/DefaultDataTypeProvider.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelExporterProviderService.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelExporterProviderService.groovy index e4d765650c..0881a6764b 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelExporterProviderService.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/exporter/DataModelExporterProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataBindDataModelImporterProviderService.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataBindDataModelImporterProviderService.groovy index 3d3c6107df..89906ae0a7 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataBindDataModelImporterProviderService.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataBindDataModelImporterProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelImporterProviderService.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelImporterProviderService.groovy index 4b7e7c1455..928f9afad8 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelImporterProviderService.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/DataModelImporterProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/parameter/DataModelFileImporterProviderServiceParameters.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/parameter/DataModelFileImporterProviderServiceParameters.groovy index c9112c4b08..918c8152cb 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/parameter/DataModelFileImporterProviderServiceParameters.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/parameter/DataModelFileImporterProviderServiceParameters.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/parameter/DataModelImporterProviderServiceParameters.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/parameter/DataModelImporterProviderServiceParameters.groovy index 04fb57a42f..8a9dba94c5 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/parameter/DataModelImporterProviderServiceParameters.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/provider/importer/parameter/DataModelImporterProviderServiceParameters.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/similarity/DataElementSimilarityResult.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/similarity/DataElementSimilarityResult.groovy index 184f40346d..3d72d73088 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/similarity/DataElementSimilarityResult.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/similarity/DataElementSimilarityResult.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/AbstractIntervalHelper.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/AbstractIntervalHelper.groovy index 8794ff6605..b5aa89de2d 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/AbstractIntervalHelper.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/AbstractIntervalHelper.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/DateIntervalHelper.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/DateIntervalHelper.groovy index e6a38261f9..5a49446140 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/DateIntervalHelper.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/DateIntervalHelper.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/DecimalIntervalHelper.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/DecimalIntervalHelper.groovy index 516765a43e..38995b0467 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/DecimalIntervalHelper.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/DecimalIntervalHelper.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/IntegerIntervalHelper.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/IntegerIntervalHelper.groovy index 0d63df8653..d1a37eb85f 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/IntegerIntervalHelper.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/IntegerIntervalHelper.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/LongIntervalHelper.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/LongIntervalHelper.groovy index ed848411a4..5f3510c461 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/LongIntervalHelper.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/LongIntervalHelper.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/NumericIntervalHelper.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/NumericIntervalHelper.groovy index 27ba1482ac..d59a6ad84b 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/NumericIntervalHelper.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/NumericIntervalHelper.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/SummaryMetadataHelper.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/SummaryMetadataHelper.groovy index 9eaac8c2cf..729dd3c0bd 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/SummaryMetadataHelper.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/SummaryMetadataHelper.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/traits/controller/DataModelSecuredInterceptor.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/traits/controller/DataModelSecuredInterceptor.groovy index 4ac34d84cf..402a78c5c9 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/traits/controller/DataModelSecuredInterceptor.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/traits/controller/DataModelSecuredInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/traits/domain/MultiplicityAware.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/traits/domain/MultiplicityAware.groovy index a16ccfebc4..4f44ce3eab 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/traits/domain/MultiplicityAware.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/traits/domain/MultiplicityAware.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/traits/service/SummaryMetadataAwareService.groovy b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/traits/service/SummaryMetadataAwareService.groovy index ff2648eca9..af51f4cf32 100644 --- a/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/traits/service/SummaryMetadataAwareService.groovy +++ b/mdm-plugin-datamodel/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/traits/service/SummaryMetadataAwareService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelInterceptorSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelInterceptorSpec.groovy index cf2fc1587c..c43d699c1b 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelInterceptorSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelServiceSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelServiceSpec.groovy index 57183f886e..f72011dd97 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelServiceSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelSpec.groovy index f6495f276e..f2686b8b6f 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/DataModelSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataControllerSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataControllerSpec.groovy index 799c50951d..a6d266d2b1 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataControllerSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataInterceptorSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataInterceptorSpec.groovy index 4f116ba6d2..1d56578fd7 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataInterceptorSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataServiceSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataServiceSpec.groovy index 586657201c..4dfb84baef 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataServiceSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataSpec.groovy index 0513931954..0f21982257 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/SummaryMetadataSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportControllerSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportControllerSpec.groovy index be835b487a..4cc0c4e2db 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportControllerSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportControllerSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportInterceptorSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportInterceptorSpec.groovy index 6d18beabd6..604d001291 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportInterceptorSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportSpec.groovy index a372657055..b4cad343f3 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/facet/summarymetadata/SummaryMetadataReportSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassInterceptorSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassInterceptorSpec.groovy index aef7c2f64e..fb091f7039 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassInterceptorSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassServiceSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassServiceSpec.groovy index 33b01e8d0b..53ac714775 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassServiceSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassSpec.groovy index 38d905d45d..423a8f5d4e 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataClassSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementInterceptorSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementInterceptorSpec.groovy index 597a29513c..dbb7244298 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementInterceptorSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementServiceSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementServiceSpec.groovy index 15fbdb2faa..0de6c5a755 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementServiceSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementSpec.groovy index f3bbd0bef2..2d95dd9f38 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/DataElementSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeInterceptorSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeInterceptorSpec.groovy index d368297662..d6e076c998 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeInterceptorSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeServiceSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeServiceSpec.groovy index 9112787501..e4cbc7b5b0 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeServiceSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/DataTypeServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/EnumerationTypeServiceSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/EnumerationTypeServiceSpec.groovy index c40fc72b4f..169b998975 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/EnumerationTypeServiceSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/EnumerationTypeServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/EnumerationTypeSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/EnumerationTypeSpec.groovy index 9645fdfda9..39b5b4e55a 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/EnumerationTypeSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/EnumerationTypeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ModelDataTypeServiceSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ModelDataTypeServiceSpec.groovy index 125877d359..d0197a12ca 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ModelDataTypeServiceSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ModelDataTypeServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ModelDataTypeSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ModelDataTypeSpec.groovy index c0bb94f27c..7b9b600846 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ModelDataTypeSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ModelDataTypeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/PrimitiveTypeServiceSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/PrimitiveTypeServiceSpec.groovy index eecd7d01d1..1157880709 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/PrimitiveTypeServiceSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/PrimitiveTypeServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/PrimitiveTypeSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/PrimitiveTypeSpec.groovy index f5687c5d54..a8fc738f53 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/PrimitiveTypeSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/PrimitiveTypeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ReferenceTypeServiceSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ReferenceTypeServiceSpec.groovy index 2c4094a943..2af756dfee 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ReferenceTypeServiceSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ReferenceTypeServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ReferenceTypeSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ReferenceTypeSpec.groovy index 373ca7e947..8b599bfbd1 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ReferenceTypeSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/ReferenceTypeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueInterceptorSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueInterceptorSpec.groovy index 89dc04318c..c64720293e 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueInterceptorSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueInterceptorSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueServiceSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueServiceSpec.groovy index b782a942a8..5f10ca1e7e 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueServiceSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueSpec.groovy index 038b8db60b..623a3a3632 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/item/datatype/enumeration/EnumerationValueSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/DateIntervalHelperSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/DateIntervalHelperSpec.groovy index 6a56cfcf7f..034a461d0e 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/DateIntervalHelperSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/DateIntervalHelperSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/DecimalIntervalHelperSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/DecimalIntervalHelperSpec.groovy index cc5fbeffe2..6285b1c782 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/DecimalIntervalHelperSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/DecimalIntervalHelperSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/IntegerIntervalHelperSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/IntegerIntervalHelperSpec.groovy index 743e45f79c..5df9fe617c 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/IntegerIntervalHelperSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/summarymetadata/IntegerIntervalHelperSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/DataTypeSpec.groovy b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/DataTypeSpec.groovy index ec645caf64..1c2be12db2 100644 --- a/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/DataTypeSpec.groovy +++ b/mdm-plugin-datamodel/src/test/groovy/uk/ac/ox/softeng/maurodatamapper/datamodel/test/DataTypeSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-email-proxy/grails-app/init/uk/ac/ox/softeng/maurodatamapper/plugin/email/proxy/Application.groovy b/mdm-plugin-email-proxy/grails-app/init/uk/ac/ox/softeng/maurodatamapper/plugin/email/proxy/Application.groovy index a2f6692398..abd83e6931 100644 --- a/mdm-plugin-email-proxy/grails-app/init/uk/ac/ox/softeng/maurodatamapper/plugin/email/proxy/Application.groovy +++ b/mdm-plugin-email-proxy/grails-app/init/uk/ac/ox/softeng/maurodatamapper/plugin/email/proxy/Application.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-email-proxy/grails-app/init/uk/ac/ox/softeng/maurodatamapper/plugin/email/proxy/BootStrap.groovy b/mdm-plugin-email-proxy/grails-app/init/uk/ac/ox/softeng/maurodatamapper/plugin/email/proxy/BootStrap.groovy index fa2e93dbe8..534874f91c 100644 --- a/mdm-plugin-email-proxy/grails-app/init/uk/ac/ox/softeng/maurodatamapper/plugin/email/proxy/BootStrap.groovy +++ b/mdm-plugin-email-proxy/grails-app/init/uk/ac/ox/softeng/maurodatamapper/plugin/email/proxy/BootStrap.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-email-proxy/grails-app/services/uk/ac/ox/softeng/maurodatamapper/plugin/email/proxy/ProxyEmailProviderService.groovy b/mdm-plugin-email-proxy/grails-app/services/uk/ac/ox/softeng/maurodatamapper/plugin/email/proxy/ProxyEmailProviderService.groovy index 8e97621b78..2e84c56493 100644 --- a/mdm-plugin-email-proxy/grails-app/services/uk/ac/ox/softeng/maurodatamapper/plugin/email/proxy/ProxyEmailProviderService.groovy +++ b/mdm-plugin-email-proxy/grails-app/services/uk/ac/ox/softeng/maurodatamapper/plugin/email/proxy/ProxyEmailProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-email-proxy/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderServiceSpec.groovy b/mdm-plugin-email-proxy/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderServiceSpec.groovy index 460c1c5fad..ea7c422ba9 100644 --- a/mdm-plugin-email-proxy/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderServiceSpec.groovy +++ b/mdm-plugin-email-proxy/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperProviderServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-email-proxy/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProvidingServiceSpec.groovy b/mdm-plugin-email-proxy/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProvidingServiceSpec.groovy index 8027e2e66c..d01816f7e1 100644 --- a/mdm-plugin-email-proxy/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProvidingServiceSpec.groovy +++ b/mdm-plugin-email-proxy/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MauroDataMapperServiceProvidingServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-email-proxy/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/plugin/email/proxy/ProxyEmailProviderServiceSpec.groovy b/mdm-plugin-email-proxy/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/plugin/email/proxy/ProxyEmailProviderServiceSpec.groovy index 8e425bf3d0..3ea13cd3ef 100644 --- a/mdm-plugin-email-proxy/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/plugin/email/proxy/ProxyEmailProviderServiceSpec.groovy +++ b/mdm-plugin-email-proxy/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/plugin/email/proxy/ProxyEmailProviderServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-email-proxy/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MdmPluginEmailProxyGrailsPlugin.groovy b/mdm-plugin-email-proxy/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MdmPluginEmailProxyGrailsPlugin.groovy index 83d46fb018..85d18e53ff 100644 --- a/mdm-plugin-email-proxy/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MdmPluginEmailProxyGrailsPlugin.groovy +++ b/mdm-plugin-email-proxy/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/core/provider/MdmPluginEmailProxyGrailsPlugin.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogueController.groovy b/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogueController.groovy index 87fb8d811d..2a7b67c7ea 100644 --- a/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogueController.groovy +++ b/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogueController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogueInterceptor.groovy b/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogueInterceptor.groovy index 0114e7be89..042d197aa8 100644 --- a/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogueInterceptor.groovy +++ b/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogueInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModelController.groovy b/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModelController.groovy index b232162387..58148cc829 100644 --- a/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModelController.groovy +++ b/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModelController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModelInterceptor.groovy b/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModelInterceptor.groovy index 93b9fa1025..88828c6deb 100644 --- a/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModelInterceptor.groovy +++ b/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModelInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/UrlMappings.groovy b/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/UrlMappings.groovy index 5a164418af..c09a953969 100644 --- a/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/UrlMappings.groovy +++ b/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/UrlMappings.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/atom/FeedController.groovy b/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/atom/FeedController.groovy index 46588b8bb1..33ca200ae9 100644 --- a/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/atom/FeedController.groovy +++ b/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/atom/FeedController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/atom/FeedInterceptor.groovy b/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/atom/FeedInterceptor.groovy index 7bda3c30e8..284e7dfbd6 100644 --- a/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/atom/FeedInterceptor.groovy +++ b/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/atom/FeedInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/publish/PublishController.groovy b/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/publish/PublishController.groovy index 6a5b82c167..b056f3d2ce 100644 --- a/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/publish/PublishController.groovy +++ b/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/publish/PublishController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/publish/PublishInterceptor.groovy b/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/publish/PublishInterceptor.groovy index 2498f7b805..0504e2c009 100644 --- a/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/publish/PublishInterceptor.groovy +++ b/mdm-plugin-federation/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/federation/publish/PublishInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogue.groovy b/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogue.groovy index d236ff2548..48214e21e2 100644 --- a/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogue.groovy +++ b/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogue.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModel.groovy b/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModel.groovy index 0c573d407f..1f6c575062 100644 --- a/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModel.groovy +++ b/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModel.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/authentication/ApiKeyAuthenticationCredentials.groovy b/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/authentication/ApiKeyAuthenticationCredentials.groovy index 60986e9fea..a40548e758 100644 --- a/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/authentication/ApiKeyAuthenticationCredentials.groovy +++ b/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/authentication/ApiKeyAuthenticationCredentials.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/authentication/OAuthClientCredentialsAuthenticationCredentials.groovy b/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/authentication/OAuthClientCredentialsAuthenticationCredentials.groovy index e6e6092b8b..19c3d1c172 100644 --- a/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/authentication/OAuthClientCredentialsAuthenticationCredentials.groovy +++ b/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/authentication/OAuthClientCredentialsAuthenticationCredentials.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/authentication/SubscribedCatalogueAuthenticationCredentials.groovy b/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/authentication/SubscribedCatalogueAuthenticationCredentials.groovy index f8f674dc3c..0735c4fdf1 100644 --- a/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/authentication/SubscribedCatalogueAuthenticationCredentials.groovy +++ b/mdm-plugin-federation/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/federation/authentication/SubscribedCatalogueAuthenticationCredentials.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/i18n/messages.properties b/mdm-plugin-federation/grails-app/i18n/messages.properties index 05907bc999..35d5224486 100644 --- a/mdm-plugin-federation/grails-app/i18n/messages.properties +++ b/mdm-plugin-federation/grails-app/i18n/messages.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/init/uk/ac/ox/softeng/maurodatamapper/federation/Application.groovy b/mdm-plugin-federation/grails-app/init/uk/ac/ox/softeng/maurodatamapper/federation/Application.groovy index 32f3e28788..333f953b86 100644 --- a/mdm-plugin-federation/grails-app/init/uk/ac/ox/softeng/maurodatamapper/federation/Application.groovy +++ b/mdm-plugin-federation/grails-app/init/uk/ac/ox/softeng/maurodatamapper/federation/Application.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/init/uk/ac/ox/softeng/maurodatamapper/federation/BootStrap.groovy b/mdm-plugin-federation/grails-app/init/uk/ac/ox/softeng/maurodatamapper/federation/BootStrap.groovy index ca63389ed0..39d613b86a 100644 --- a/mdm-plugin-federation/grails-app/init/uk/ac/ox/softeng/maurodatamapper/federation/BootStrap.groovy +++ b/mdm-plugin-federation/grails-app/init/uk/ac/ox/softeng/maurodatamapper/federation/BootStrap.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/services/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogueService.groovy b/mdm-plugin-federation/grails-app/services/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogueService.groovy index 34037b48ac..fd0001fcb6 100644 --- a/mdm-plugin-federation/grails-app/services/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogueService.groovy +++ b/mdm-plugin-federation/grails-app/services/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogueService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/services/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModelService.groovy b/mdm-plugin-federation/grails-app/services/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModelService.groovy index 140ec37d0c..ae39976d3d 100644 --- a/mdm-plugin-federation/grails-app/services/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModelService.groovy +++ b/mdm-plugin-federation/grails-app/services/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModelService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/services/uk/ac/ox/softeng/maurodatamapper/federation/atom/FeedService.groovy b/mdm-plugin-federation/grails-app/services/uk/ac/ox/softeng/maurodatamapper/federation/atom/FeedService.groovy index 8d29d67268..2f374cf6fc 100644 --- a/mdm-plugin-federation/grails-app/services/uk/ac/ox/softeng/maurodatamapper/federation/atom/FeedService.groovy +++ b/mdm-plugin-federation/grails-app/services/uk/ac/ox/softeng/maurodatamapper/federation/atom/FeedService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/services/uk/ac/ox/softeng/maurodatamapper/federation/publish/PublishService.groovy b/mdm-plugin-federation/grails-app/services/uk/ac/ox/softeng/maurodatamapper/federation/publish/PublishService.groovy index e6af684a48..a36c349f3c 100644 --- a/mdm-plugin-federation/grails-app/services/uk/ac/ox/softeng/maurodatamapper/federation/publish/PublishService.groovy +++ b/mdm-plugin-federation/grails-app/services/uk/ac/ox/softeng/maurodatamapper/federation/publish/PublishService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/converter/AtomSubscribedCatalogueConverter.groovy b/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/converter/AtomSubscribedCatalogueConverter.groovy index 195b9457f5..5a4fc122cc 100644 --- a/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/converter/AtomSubscribedCatalogueConverter.groovy +++ b/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/converter/AtomSubscribedCatalogueConverter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/converter/MauroJsonSubscribedCatalogueConverter.groovy b/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/converter/MauroJsonSubscribedCatalogueConverter.groovy index 8fdabbdf58..5bbfcc9710 100644 --- a/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/converter/MauroJsonSubscribedCatalogueConverter.groovy +++ b/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/converter/MauroJsonSubscribedCatalogueConverter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/converter/SubscribedCatalogueConverter.groovy b/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/converter/SubscribedCatalogueConverter.groovy index 4b28199ab4..76ea59a1c4 100644 --- a/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/converter/SubscribedCatalogueConverter.groovy +++ b/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/converter/SubscribedCatalogueConverter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/gorm/mapping/MdmPluginFederationSchemaMappingContext.groovy b/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/gorm/mapping/MdmPluginFederationSchemaMappingContext.groovy index 1592d5af49..bb74e410b5 100644 --- a/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/gorm/mapping/MdmPluginFederationSchemaMappingContext.groovy +++ b/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/gorm/mapping/MdmPluginFederationSchemaMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/render/MdmAtomPublishedModelCollectionRenderer.groovy b/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/render/MdmAtomPublishedModelCollectionRenderer.groovy index 46e15aef75..47c63d8d8c 100644 --- a/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/render/MdmAtomPublishedModelCollectionRenderer.groovy +++ b/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/render/MdmAtomPublishedModelCollectionRenderer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/render/MdmAtomPublishedModelRenderer.groovy b/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/render/MdmAtomPublishedModelRenderer.groovy index d3f7cd43b5..967d91aa65 100644 --- a/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/render/MdmAtomPublishedModelRenderer.groovy +++ b/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/render/MdmAtomPublishedModelRenderer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/render/MdmOpmlSubscribedCatalogueCollectionRenderer.groovy b/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/render/MdmOpmlSubscribedCatalogueCollectionRenderer.groovy index 94ada8e100..5554d29571 100644 --- a/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/render/MdmOpmlSubscribedCatalogueCollectionRenderer.groovy +++ b/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/render/MdmOpmlSubscribedCatalogueCollectionRenderer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/render/MdmOpmlSubscribedCatalogueRenderer.groovy b/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/render/MdmOpmlSubscribedCatalogueRenderer.groovy index 38c7bd8f2e..311af774f9 100644 --- a/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/render/MdmOpmlSubscribedCatalogueRenderer.groovy +++ b/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/render/MdmOpmlSubscribedCatalogueRenderer.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/transport/SubscribedModelFederationParams.groovy b/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/transport/SubscribedModelFederationParams.groovy index c32eca03df..dae9023aad 100644 --- a/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/transport/SubscribedModelFederationParams.groovy +++ b/mdm-plugin-federation/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/federation/rest/transport/SubscribedModelFederationParams.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/AtomSubscribedCatalogueFunctionalSpec.groovy b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/AtomSubscribedCatalogueFunctionalSpec.groovy index 2498d6d822..b717de78a3 100644 --- a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/AtomSubscribedCatalogueFunctionalSpec.groovy +++ b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/AtomSubscribedCatalogueFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/MauroJsonSubscribedCatalogueFunctionalSpec.groovy b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/MauroJsonSubscribedCatalogueFunctionalSpec.groovy index f266a465f5..dfe161966d 100644 --- a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/MauroJsonSubscribedCatalogueFunctionalSpec.groovy +++ b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/MauroJsonSubscribedCatalogueFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModelFunctionalSpec.groovy b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModelFunctionalSpec.groovy index 80b4c7720b..6c0034e235 100644 --- a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModelFunctionalSpec.groovy +++ b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedModelFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/UrlMappingsSpec.groovy b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/UrlMappingsSpec.groovy index 907f822102..7d3f5d2249 100644 --- a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/UrlMappingsSpec.groovy +++ b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/UrlMappingsSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/atom/FeedFunctionalSpec.groovy b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/atom/FeedFunctionalSpec.groovy index b9556a6e08..f6c7d61a8c 100644 --- a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/atom/FeedFunctionalSpec.groovy +++ b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/atom/FeedFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/datamodel/DataModelSubscribedModelServiceIntegrationSpec.groovy b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/datamodel/DataModelSubscribedModelServiceIntegrationSpec.groovy index 215bfcda18..1864474bde 100644 --- a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/datamodel/DataModelSubscribedModelServiceIntegrationSpec.groovy +++ b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/datamodel/DataModelSubscribedModelServiceIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/publish/PublishFunctionalSpec.groovy b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/publish/PublishFunctionalSpec.groovy index 9fc9bf8f29..75668ae5b5 100644 --- a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/publish/PublishFunctionalSpec.groovy +++ b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/publish/PublishFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/referencedata/ReferenceDataModelSubscribedModelServiceIntegrationSpec.groovy b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/referencedata/ReferenceDataModelSubscribedModelServiceIntegrationSpec.groovy index 9b05407cd6..f735830e7e 100644 --- a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/referencedata/ReferenceDataModelSubscribedModelServiceIntegrationSpec.groovy +++ b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/referencedata/ReferenceDataModelSubscribedModelServiceIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/terminology/CodeSetSubscribedModelServiceIntegrationSpec.groovy b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/terminology/CodeSetSubscribedModelServiceIntegrationSpec.groovy index 7da6a1e2b9..fb85285787 100644 --- a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/terminology/CodeSetSubscribedModelServiceIntegrationSpec.groovy +++ b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/terminology/CodeSetSubscribedModelServiceIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/terminology/TerminologySubscribedModelServiceIntegrationSpec.groovy b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/terminology/TerminologySubscribedModelServiceIntegrationSpec.groovy index 1e25a1335d..1a5f595631 100644 --- a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/terminology/TerminologySubscribedModelServiceIntegrationSpec.groovy +++ b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/terminology/TerminologySubscribedModelServiceIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/test/BaseSubscribedCatalogueFunctionalSpec.groovy b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/test/BaseSubscribedCatalogueFunctionalSpec.groovy index da739d3646..fb76839ee8 100644 --- a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/test/BaseSubscribedCatalogueFunctionalSpec.groovy +++ b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/test/BaseSubscribedCatalogueFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/test/BaseSubscribedModelServiceIntegrationSpec.groovy b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/test/BaseSubscribedModelServiceIntegrationSpec.groovy index 45d2d41ac9..6d2043b628 100644 --- a/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/test/BaseSubscribedModelServiceIntegrationSpec.groovy +++ b/mdm-plugin-federation/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/federation/test/BaseSubscribedModelServiceIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/MdmPluginFederationGrailsPlugin.groovy b/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/MdmPluginFederationGrailsPlugin.groovy index 34c7dcb99f..727fc3e831 100644 --- a/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/MdmPluginFederationGrailsPlugin.groovy +++ b/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/MdmPluginFederationGrailsPlugin.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/PublishedModel.groovy b/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/PublishedModel.groovy index 8ed01366b5..6a767d76f1 100644 --- a/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/PublishedModel.groovy +++ b/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/PublishedModel.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogueType.groovy b/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogueType.groovy index 6df3d11360..368880cbd6 100644 --- a/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogueType.groovy +++ b/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/SubscribedCatalogueType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/authentication/SubscribedCatalogueAuthenticationType.groovy b/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/authentication/SubscribedCatalogueAuthenticationType.groovy index 8d76268294..2996848802 100644 --- a/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/authentication/SubscribedCatalogueAuthenticationType.groovy +++ b/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/authentication/SubscribedCatalogueAuthenticationType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/web/ApiKeyAuthenticatingFederationClient.groovy b/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/web/ApiKeyAuthenticatingFederationClient.groovy index 9966b2d31a..c06de9f2ec 100644 --- a/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/web/ApiKeyAuthenticatingFederationClient.groovy +++ b/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/web/ApiKeyAuthenticatingFederationClient.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/web/FederationClient.groovy b/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/web/FederationClient.groovy index f7837d0c69..d03aa19b8b 100644 --- a/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/web/FederationClient.groovy +++ b/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/web/FederationClient.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/web/OAuthAuthenticatingFederationClient.groovy b/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/web/OAuthAuthenticatingFederationClient.groovy index af0f4d3f2a..c68c793747 100644 --- a/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/web/OAuthAuthenticatingFederationClient.groovy +++ b/mdm-plugin-federation/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/federation/web/OAuthAuthenticatingFederationClient.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/profile/ProfileController.groovy b/mdm-plugin-profile/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/profile/ProfileController.groovy index 8cf09d1dd1..119c4dfd81 100644 --- a/mdm-plugin-profile/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/profile/ProfileController.groovy +++ b/mdm-plugin-profile/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/profile/ProfileController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/profile/ProfileInterceptor.groovy b/mdm-plugin-profile/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/profile/ProfileInterceptor.groovy index fe8b82fefd..abd6d24e40 100644 --- a/mdm-plugin-profile/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/profile/ProfileInterceptor.groovy +++ b/mdm-plugin-profile/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/profile/ProfileInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/profile/UrlMappings.groovy b/mdm-plugin-profile/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/profile/UrlMappings.groovy index a9bd108022..ec2a5a1e65 100644 --- a/mdm-plugin-profile/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/profile/UrlMappings.groovy +++ b/mdm-plugin-profile/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/profile/UrlMappings.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/grails-app/i18n/messages.properties b/mdm-plugin-profile/grails-app/i18n/messages.properties index 7ddc7627dc..543676b02a 100644 --- a/mdm-plugin-profile/grails-app/i18n/messages.properties +++ b/mdm-plugin-profile/grails-app/i18n/messages.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/grails-app/init/uk/ac/ox/softeng/maurodatamapper/profile/Application.groovy b/mdm-plugin-profile/grails-app/init/uk/ac/ox/softeng/maurodatamapper/profile/Application.groovy index e311324dfd..d367374b1f 100644 --- a/mdm-plugin-profile/grails-app/init/uk/ac/ox/softeng/maurodatamapper/profile/Application.groovy +++ b/mdm-plugin-profile/grails-app/init/uk/ac/ox/softeng/maurodatamapper/profile/Application.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/grails-app/init/uk/ac/ox/softeng/maurodatamapper/profile/BootStrap.groovy b/mdm-plugin-profile/grails-app/init/uk/ac/ox/softeng/maurodatamapper/profile/BootStrap.groovy index f1873f03c8..ce598148ad 100644 --- a/mdm-plugin-profile/grails-app/init/uk/ac/ox/softeng/maurodatamapper/profile/BootStrap.groovy +++ b/mdm-plugin-profile/grails-app/init/uk/ac/ox/softeng/maurodatamapper/profile/BootStrap.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/grails-app/services/uk/ac/ox/softeng/maurodatamapper/profile/ProfileService.groovy b/mdm-plugin-profile/grails-app/services/uk/ac/ox/softeng/maurodatamapper/profile/ProfileService.groovy index 2e42a4cbfc..0a0fdf16a9 100644 --- a/mdm-plugin-profile/grails-app/services/uk/ac/ox/softeng/maurodatamapper/profile/ProfileService.groovy +++ b/mdm-plugin-profile/grails-app/services/uk/ac/ox/softeng/maurodatamapper/profile/ProfileService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/grails-app/services/uk/ac/ox/softeng/maurodatamapper/profile/SearchService.groovy b/mdm-plugin-profile/grails-app/services/uk/ac/ox/softeng/maurodatamapper/profile/SearchService.groovy index f6b8163769..aa14423fdd 100644 --- a/mdm-plugin-profile/grails-app/services/uk/ac/ox/softeng/maurodatamapper/profile/SearchService.groovy +++ b/mdm-plugin-profile/grails-app/services/uk/ac/ox/softeng/maurodatamapper/profile/SearchService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ItemsProfilesDataBinding.groovy b/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ItemsProfilesDataBinding.groovy index 1dd2da97da..499d91abdc 100644 --- a/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ItemsProfilesDataBinding.groovy +++ b/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ItemsProfilesDataBinding.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/MultiFacetAwareItemDataBinding.groovy b/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/MultiFacetAwareItemDataBinding.groovy index 3e1ebc6e13..63d034da6b 100644 --- a/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/MultiFacetAwareItemDataBinding.groovy +++ b/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/MultiFacetAwareItemDataBinding.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfileProvided.groovy b/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfileProvided.groovy index 10628dfc54..81ab4690dc 100644 --- a/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfileProvided.groovy +++ b/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfileProvided.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfileProvidedCollection.groovy b/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfileProvidedCollection.groovy index b179e7abbd..5bc93cc397 100644 --- a/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfileProvidedCollection.groovy +++ b/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfileProvidedCollection.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfileProvidedDataBinding.groovy b/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfileProvidedDataBinding.groovy index d75eb0c5b8..51b16cb74d 100644 --- a/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfileProvidedDataBinding.groovy +++ b/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfileProvidedDataBinding.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfileProviderServiceDataBinding.groovy b/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfileProviderServiceDataBinding.groovy index 332a58bd7d..3a43fdd427 100644 --- a/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfileProviderServiceDataBinding.groovy +++ b/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfileProviderServiceDataBinding.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfiledCatalogueItem.groovy b/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfiledCatalogueItem.groovy index b5bc2b1539..5d3efd3124 100644 --- a/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfiledCatalogueItem.groovy +++ b/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/ProfiledCatalogueItem.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/search/searchparamfilter/ProfileFilter.groovy b/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/search/searchparamfilter/ProfileFilter.groovy index 9285b40b90..93745bcd73 100644 --- a/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/search/searchparamfilter/ProfileFilter.groovy +++ b/mdm-plugin-profile/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/profile/rest/transport/search/searchparamfilter/ProfileFilter.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/DynamicImportProfileFunctionalSpec.groovy b/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/DynamicImportProfileFunctionalSpec.groovy index 955cc4ee2a..3afb389431 100644 --- a/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/DynamicImportProfileFunctionalSpec.groovy +++ b/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/DynamicImportProfileFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/ProfileFunctionalSpec.groovy b/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/ProfileFunctionalSpec.groovy index 5bfc005e84..a022486aa7 100644 --- a/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/ProfileFunctionalSpec.groovy +++ b/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/ProfileFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/SearchFunctionalSpec.groovy b/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/SearchFunctionalSpec.groovy index 43b79664ce..22d1c9d3af 100644 --- a/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/SearchFunctionalSpec.groovy +++ b/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/SearchFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/UrlMappingsSpec.groovy b/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/UrlMappingsSpec.groovy index 8c3d8b276f..c2ce40fe74 100644 --- a/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/UrlMappingsSpec.groovy +++ b/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/UrlMappingsSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/object/JsonProfileSpec.groovy b/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/object/JsonProfileSpec.groovy index 6ada936415..84ecebf90e 100644 --- a/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/object/JsonProfileSpec.groovy +++ b/mdm-plugin-profile/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/profile/object/JsonProfileSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/MdmPluginProfileGrailsPlugin.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/MdmPluginProfileGrailsPlugin.groovy index f610075ea0..259153866e 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/MdmPluginProfileGrailsPlugin.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/MdmPluginProfileGrailsPlugin.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/custom/CustomActionResult.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/custom/CustomActionResult.groovy index ca3eec91db..5062c2be95 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/custom/CustomActionResult.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/custom/CustomActionResult.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/custom/JsonCustomActionResult.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/custom/JsonCustomActionResult.groovy index 823292fa91..4bbf87f7cf 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/custom/JsonCustomActionResult.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/custom/JsonCustomActionResult.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/domain/ConfigurableProfileFieldTypes.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/domain/ConfigurableProfileFieldTypes.groovy index 73e8ee40c7..b458601b61 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/domain/ConfigurableProfileFieldTypes.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/domain/ConfigurableProfileFieldTypes.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/domain/ProfileField.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/domain/ProfileField.groovy index 76b658e7e1..880cb13cfe 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/domain/ProfileField.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/domain/ProfileField.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/domain/ProfileFieldDataType.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/domain/ProfileFieldDataType.groovy index 83a369d595..537e215829 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/domain/ProfileFieldDataType.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/domain/ProfileFieldDataType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/domain/ProfileSection.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/domain/ProfileSection.groovy index bc3f0ceac7..323382bd51 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/domain/ProfileSection.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/domain/ProfileSection.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/object/JsonProfile.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/object/JsonProfile.groovy index 2a44cd3b87..fa247095df 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/object/JsonProfile.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/object/JsonProfile.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/object/Profile.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/object/Profile.groovy index 71b495db5c..487c07138c 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/object/Profile.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/object/Profile.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DataModelProfileProviderService.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DataModelProfileProviderService.groovy index c27838a8e3..00b8f6a790 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DataModelProfileProviderService.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DataModelProfileProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DefaultDynamicImportJsonProfileProviderService.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DefaultDynamicImportJsonProfileProviderService.groovy index 297d01f48d..baf79c51fb 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DefaultDynamicImportJsonProfileProviderService.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DefaultDynamicImportJsonProfileProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DefaultJsonProfileProviderService.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DefaultJsonProfileProviderService.groovy index 5a762cf58e..ad2aaeea84 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DefaultJsonProfileProviderService.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DefaultJsonProfileProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DynamicImportJsonProfileProviderService.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DynamicImportJsonProfileProviderService.groovy index 7f1299174a..9e875e710f 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DynamicImportJsonProfileProviderService.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DynamicImportJsonProfileProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DynamicJsonProfileProviderService.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DynamicJsonProfileProviderService.groovy index a09496bede..5981659461 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DynamicJsonProfileProviderService.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/DynamicJsonProfileProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/EmptyJsonProfileFactory.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/EmptyJsonProfileFactory.groovy index 8f6f282972..3d65270ee4 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/EmptyJsonProfileFactory.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/EmptyJsonProfileFactory.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/JsonProfileProviderService.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/JsonProfileProviderService.groovy index 701a37c217..fb2bf20fca 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/JsonProfileProviderService.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/JsonProfileProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/ProfileProviderService.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/ProfileProviderService.groovy index e46ec556f7..3f9f7ebaa8 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/ProfileProviderService.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/ProfileProviderService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/ProfileSpecificationDataTypeProvider.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/ProfileSpecificationDataTypeProvider.groovy index 093dc581be..d268bc1c67 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/ProfileSpecificationDataTypeProvider.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/provider/ProfileSpecificationDataTypeProvider.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/utils/Utils.groovy b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/utils/Utils.groovy index c92f2d1912..12918918ba 100644 --- a/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/utils/Utils.groovy +++ b/mdm-plugin-profile/src/main/groovy/uk/ac/ox/softeng/maurodatamapper/profile/utils/Utils.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelController.groovy b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelController.groovy index e79c10afb6..e9015b847f 100644 --- a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelController.groovy +++ b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelInterceptor.groovy b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelInterceptor.groovy index 0eb5eb3a92..487958ee5a 100644 --- a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelInterceptor.groovy +++ b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/UrlMappings.groovy b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/UrlMappings.groovy index 3fb5e610d8..06d5ed8f78 100644 --- a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/UrlMappings.groovy +++ b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/UrlMappings.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/ReferenceSummaryMetadataController.groovy b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/ReferenceSummaryMetadataController.groovy index df4f79d56d..b7a123435f 100644 --- a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/ReferenceSummaryMetadataController.groovy +++ b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/ReferenceSummaryMetadataController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/ReferenceSummaryMetadataInterceptor.groovy b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/ReferenceSummaryMetadataInterceptor.groovy index 489a42877e..c3edb77ff0 100644 --- a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/ReferenceSummaryMetadataInterceptor.groovy +++ b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/ReferenceSummaryMetadataInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceSummaryMetadataReportController.groovy b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceSummaryMetadataReportController.groovy index 7b4c9f80f5..b8b3c97313 100644 --- a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceSummaryMetadataReportController.groovy +++ b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceSummaryMetadataReportController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceSummaryMetadataReportInterceptor.groovy b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceSummaryMetadataReportInterceptor.groovy index 4a414d3357..ea69e20216 100644 --- a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceSummaryMetadataReportInterceptor.groovy +++ b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceSummaryMetadataReportInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementController.groovy b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementController.groovy index 497826cfe1..aa9ba1c776 100644 --- a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementController.groovy +++ b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementInterceptor.groovy b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementInterceptor.groovy index ed941df000..4565ec0544 100644 --- a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementInterceptor.groovy +++ b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValueController.groovy b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValueController.groovy index c8a46a7345..b18072bf6b 100644 --- a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValueController.groovy +++ b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValueController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValueInterceptor.groovy b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValueInterceptor.groovy index 7543439551..5160e207f7 100644 --- a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValueInterceptor.groovy +++ b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValueInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataTypeController.groovy b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataTypeController.groovy index a418de29fd..161095c98e 100644 --- a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataTypeController.groovy +++ b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataTypeController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataTypeInterceptor.groovy b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataTypeInterceptor.groovy index 696259bb46..bd6b321115 100644 --- a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataTypeInterceptor.groovy +++ b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataTypeInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValueController.groovy b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValueController.groovy index a5d95cfe4f..7ce47716a6 100644 --- a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValueController.groovy +++ b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValueController.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValueInterceptor.groovy b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValueInterceptor.groovy index ad8c996535..ab16de6cbf 100644 --- a/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValueInterceptor.groovy +++ b/mdm-plugin-referencedata/grails-app/controllers/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValueInterceptor.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModel.groovy b/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModel.groovy index 80a0f23ef0..37c2e19354 100644 --- a/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModel.groovy +++ b/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModel.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/ReferenceSummaryMetadata.groovy b/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/ReferenceSummaryMetadata.groovy index ce01c07703..293707b434 100644 --- a/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/ReferenceSummaryMetadata.groovy +++ b/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/ReferenceSummaryMetadata.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceSummaryMetadataReport.groovy b/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceSummaryMetadataReport.groovy index 45232d0d19..d6e3aeb382 100644 --- a/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceSummaryMetadataReport.groovy +++ b/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceSummaryMetadataReport.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElement.groovy b/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElement.groovy index 1e7bbf1384..4bc3ea771f 100644 --- a/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElement.groovy +++ b/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElement.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValue.groovy b/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValue.groovy index b2d9c74555..6c126ecc92 100644 --- a/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValue.groovy +++ b/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValue.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataType.groovy b/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataType.groovy index 781e667116..f725d48d6e 100644 --- a/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataType.groovy +++ b/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceEnumerationType.groovy b/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceEnumerationType.groovy index b77ca3d923..853de684fc 100644 --- a/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceEnumerationType.groovy +++ b/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceEnumerationType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferencePrimitiveType.groovy b/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferencePrimitiveType.groovy index ae8e902fdd..1be3806314 100644 --- a/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferencePrimitiveType.groovy +++ b/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferencePrimitiveType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValue.groovy b/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValue.groovy index 8a73b61152..4344fcb887 100644 --- a/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValue.groovy +++ b/mdm-plugin-referencedata/grails-app/domain/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValue.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/i18n/messages.properties b/mdm-plugin-referencedata/grails-app/i18n/messages.properties index aa14d3c275..153a0f273a 100644 --- a/mdm-plugin-referencedata/grails-app/i18n/messages.properties +++ b/mdm-plugin-referencedata/grails-app/i18n/messages.properties @@ -1,5 +1,5 @@ # -# Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital +# Copyright 2020-2023 University of Oxford and NHS England # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/init/uk/ac/ox/softeng/maurodatamapper/referencedata/Application.groovy b/mdm-plugin-referencedata/grails-app/init/uk/ac/ox/softeng/maurodatamapper/referencedata/Application.groovy index 41574fa4b0..e6634f960b 100644 --- a/mdm-plugin-referencedata/grails-app/init/uk/ac/ox/softeng/maurodatamapper/referencedata/Application.groovy +++ b/mdm-plugin-referencedata/grails-app/init/uk/ac/ox/softeng/maurodatamapper/referencedata/Application.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/init/uk/ac/ox/softeng/maurodatamapper/referencedata/BootStrap.groovy b/mdm-plugin-referencedata/grails-app/init/uk/ac/ox/softeng/maurodatamapper/referencedata/BootStrap.groovy index 541f9bde8e..bac0633034 100644 --- a/mdm-plugin-referencedata/grails-app/init/uk/ac/ox/softeng/maurodatamapper/referencedata/BootStrap.groovy +++ b/mdm-plugin-referencedata/grails-app/init/uk/ac/ox/softeng/maurodatamapper/referencedata/BootStrap.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelService.groovy b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelService.groovy index 7a6dcbcc8b..5306634edd 100644 --- a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelService.groovy +++ b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/SearchService.groovy b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/SearchService.groovy index 299ee069e3..adf8951c05 100644 --- a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/SearchService.groovy +++ b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/SearchService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/ReferenceSummaryMetadataService.groovy b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/ReferenceSummaryMetadataService.groovy index a35c461d8d..4f8f7a4635 100644 --- a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/ReferenceSummaryMetadataService.groovy +++ b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/ReferenceSummaryMetadataService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceSummaryMetadataReportService.groovy b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceSummaryMetadataReportService.groovy index 4f8474bd8e..8f37b24b96 100644 --- a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceSummaryMetadataReportService.groovy +++ b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceSummaryMetadataReportService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/hibernate/search/HibernateSearchIndexService.groovy b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/hibernate/search/HibernateSearchIndexService.groovy index 910309c857..b62fcbd637 100644 --- a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/hibernate/search/HibernateSearchIndexService.groovy +++ b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/hibernate/search/HibernateSearchIndexService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementService.groovy b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementService.groovy index 72e497cb7b..ba836d5459 100644 --- a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementService.groovy +++ b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValueService.groovy b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValueService.groovy index ee1fb6cc5d..05137a8d8e 100644 --- a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValueService.groovy +++ b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValueService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataTypeService.groovy b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataTypeService.groovy index 61f82b3338..43d8f24c50 100644 --- a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataTypeService.groovy +++ b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataTypeService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceEnumerationTypeService.groovy b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceEnumerationTypeService.groovy index 2ee2be0d92..d02855cf37 100644 --- a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceEnumerationTypeService.groovy +++ b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceEnumerationTypeService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferencePrimitiveTypeService.groovy b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferencePrimitiveTypeService.groovy index 0e726a9e43..6b6eeec4fa 100644 --- a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferencePrimitiveTypeService.groovy +++ b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferencePrimitiveTypeService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValueService.groovy b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValueService.groovy index e5ef6467b9..6330016b57 100644 --- a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValueService.groovy +++ b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValueService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/exporter/ReferenceDataJsonExporterService.groovy b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/exporter/ReferenceDataJsonExporterService.groovy index df975bb8b7..370e84ff33 100644 --- a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/exporter/ReferenceDataJsonExporterService.groovy +++ b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/exporter/ReferenceDataJsonExporterService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/exporter/ReferenceDataXmlExporterService.groovy b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/exporter/ReferenceDataXmlExporterService.groovy index 1f16f65896..043fa5d1e8 100644 --- a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/exporter/ReferenceDataXmlExporterService.groovy +++ b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/exporter/ReferenceDataXmlExporterService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/importer/ReferenceDataCsvImporterService.groovy b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/importer/ReferenceDataCsvImporterService.groovy index 4bbff907d7..01594ec116 100644 --- a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/importer/ReferenceDataCsvImporterService.groovy +++ b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/importer/ReferenceDataCsvImporterService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/importer/ReferenceDataJsonImporterService.groovy b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/importer/ReferenceDataJsonImporterService.groovy index e0216543c7..9384a9359a 100644 --- a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/importer/ReferenceDataJsonImporterService.groovy +++ b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/importer/ReferenceDataJsonImporterService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/importer/ReferenceDataXmlImporterService.groovy b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/importer/ReferenceDataXmlImporterService.groovy index 1b23f4fdb2..9ab4bb3c7d 100644 --- a/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/importer/ReferenceDataXmlImporterService.groovy +++ b/mdm-plugin-referencedata/grails-app/services/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/importer/ReferenceDataXmlImporterService.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/bootstrap/BootstrapModels.groovy b/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/bootstrap/BootstrapModels.groovy index b8d38dba8a..03e2e2d2a6 100644 --- a/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/bootstrap/BootstrapModels.groovy +++ b/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/bootstrap/BootstrapModels.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/gorm/mapping/MdmPluginReferenceDataSchemaMappingContext.groovy b/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/gorm/mapping/MdmPluginReferenceDataSchemaMappingContext.groovy index 8039c467c1..6ca56eeae5 100644 --- a/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/gorm/mapping/MdmPluginReferenceDataSchemaMappingContext.groovy +++ b/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/gorm/mapping/MdmPluginReferenceDataSchemaMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/gorm/mapping/ReferenceSummaryMetadataAwareMappingContext.groovy b/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/gorm/mapping/ReferenceSummaryMetadataAwareMappingContext.groovy index 16a79c9052..4a56de2d89 100644 --- a/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/gorm/mapping/ReferenceSummaryMetadataAwareMappingContext.groovy +++ b/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/gorm/mapping/ReferenceSummaryMetadataAwareMappingContext.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/hibernate/search/ReferenceDataModelSearch.groovy b/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/hibernate/search/ReferenceDataModelSearch.groovy index c57f422542..df03687b93 100644 --- a/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/hibernate/search/ReferenceDataModelSearch.groovy +++ b/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/hibernate/search/ReferenceDataModelSearch.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/rest/transport/DefaultReferenceDataType.groovy b/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/rest/transport/DefaultReferenceDataType.groovy index 5b4d8acd99..e7d9435383 100644 --- a/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/rest/transport/DefaultReferenceDataType.groovy +++ b/mdm-plugin-referencedata/grails-app/utils/uk/ac/ox/softeng/maurodatamapper/referencedata/rest/transport/DefaultReferenceDataType.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelFunctionalSpec.groovy index 4b61bee921..a3831f3f72 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelServiceIntegrationSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelServiceIntegrationSpec.groovy index b53cc5ce05..3ba7aeefe4 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelServiceIntegrationSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/ReferenceDataModelServiceIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/SearchServiceIntegrationSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/SearchServiceIntegrationSpec.groovy index 2374f04a8a..f591707ed8 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/SearchServiceIntegrationSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/SearchServiceIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/UrlMappingsSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/UrlMappingsSpec.groovy index b40582db8f..56314cfd45 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/UrlMappingsSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/UrlMappingsSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/annotation/ReferenceDataElementAnnotationFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/annotation/ReferenceDataElementAnnotationFunctionalSpec.groovy index c0eb21ece0..8fc1d0c5b6 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/annotation/ReferenceDataElementAnnotationFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/annotation/ReferenceDataElementAnnotationFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/annotation/ReferenceDataModelAnnotationFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/annotation/ReferenceDataModelAnnotationFunctionalSpec.groovy index 9d567d5b42..d19b44a1b5 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/annotation/ReferenceDataModelAnnotationFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/annotation/ReferenceDataModelAnnotationFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/annotation/ReferenceDataTypeAnnotationFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/annotation/ReferenceDataTypeAnnotationFunctionalSpec.groovy index 51617ef5cf..9530c13c89 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/annotation/ReferenceDataTypeAnnotationFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/annotation/ReferenceDataTypeAnnotationFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/metadata/ReferenceDataElementMetadataFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/metadata/ReferenceDataElementMetadataFunctionalSpec.groovy index f83657eab0..c0f766786e 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/metadata/ReferenceDataElementMetadataFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/metadata/ReferenceDataElementMetadataFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/metadata/ReferenceDataModelMetadataFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/metadata/ReferenceDataModelMetadataFunctionalSpec.groovy index ee896f80f4..9248ab18c1 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/metadata/ReferenceDataModelMetadataFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/metadata/ReferenceDataModelMetadataFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/metadata/ReferenceDataTypeMetadataFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/metadata/ReferenceDataTypeMetadataFunctionalSpec.groovy index 8773f0bc68..312fcfd955 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/metadata/ReferenceDataTypeMetadataFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/metadata/ReferenceDataTypeMetadataFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/referencefile/ReferenceDataElementReferenceFileFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/referencefile/ReferenceDataElementReferenceFileFunctionalSpec.groovy index c228ea8fe8..49164cafb3 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/referencefile/ReferenceDataElementReferenceFileFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/referencefile/ReferenceDataElementReferenceFileFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/referencefile/ReferenceDataModelReferenceFileFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/referencefile/ReferenceDataModelReferenceFileFunctionalSpec.groovy index 8fbebaaf33..92c07f2a7f 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/referencefile/ReferenceDataModelReferenceFileFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/referencefile/ReferenceDataModelReferenceFileFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/referencefile/ReferenceDataTypeReferenceFileFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/referencefile/ReferenceDataTypeReferenceFileFunctionalSpec.groovy index 08e55f146f..547d371f17 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/referencefile/ReferenceDataTypeReferenceFileFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/referencefile/ReferenceDataTypeReferenceFileFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/rule/ReferenceDataElementRuleFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/rule/ReferenceDataElementRuleFunctionalSpec.groovy index 0bf762f531..94fff1ff53 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/rule/ReferenceDataElementRuleFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/rule/ReferenceDataElementRuleFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/rule/ReferenceDataModelRuleFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/rule/ReferenceDataModelRuleFunctionalSpec.groovy index 1cb52656a7..173f7172b8 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/rule/ReferenceDataModelRuleFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/rule/ReferenceDataModelRuleFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/rule/ReferenceDataTypeRuleFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/rule/ReferenceDataTypeRuleFunctionalSpec.groovy index dc6c218642..83edfd92df 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/rule/ReferenceDataTypeRuleFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/rule/ReferenceDataTypeRuleFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/semanticlink/ReferenceDataElementSemanticLinkFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/semanticlink/ReferenceDataElementSemanticLinkFunctionalSpec.groovy index 912683a615..aa852cf0cf 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/semanticlink/ReferenceDataElementSemanticLinkFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/semanticlink/ReferenceDataElementSemanticLinkFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/semanticlink/ReferenceDataModelSemanticLinkFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/semanticlink/ReferenceDataModelSemanticLinkFunctionalSpec.groovy index 20f8d9a9ec..08f9120209 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/semanticlink/ReferenceDataModelSemanticLinkFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/semanticlink/ReferenceDataModelSemanticLinkFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/semanticlink/ReferenceDataTypeSemanticLinkFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/semanticlink/ReferenceDataTypeSemanticLinkFunctionalSpec.groovy index ad3151a35c..e8031a5dbf 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/semanticlink/ReferenceDataTypeSemanticLinkFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/semanticlink/ReferenceDataTypeSemanticLinkFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceDataElementReferenceSummaryMetadataFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceDataElementReferenceSummaryMetadataFunctionalSpec.groovy index 021767f286..258016ec10 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceDataElementReferenceSummaryMetadataFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceDataElementReferenceSummaryMetadataFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceDataModelReferenceSummaryMetadataFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceDataModelReferenceSummaryMetadataFunctionalSpec.groovy index 61f105d9f5..a0ae2d181d 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceDataModelReferenceSummaryMetadataFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceDataModelReferenceSummaryMetadataFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceDataTypeReferenceSummaryMetadataFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceDataTypeReferenceSummaryMetadataFunctionalSpec.groovy index 55c44ac018..761bfde1b0 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceDataTypeReferenceSummaryMetadataFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/ReferenceDataTypeReferenceSummaryMetadataFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/report/ReferenceDataElementReferenceSummaryMetadataReportFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/report/ReferenceDataElementReferenceSummaryMetadataReportFunctionalSpec.groovy index 019cee4299..39810c3d17 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/report/ReferenceDataElementReferenceSummaryMetadataReportFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/report/ReferenceDataElementReferenceSummaryMetadataReportFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/report/ReferenceDataModelReferenceSummaryMetadataReportFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/report/ReferenceDataModelReferenceSummaryMetadataReportFunctionalSpec.groovy index 848cdcdef1..264b59648e 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/report/ReferenceDataModelReferenceSummaryMetadataReportFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/report/ReferenceDataModelReferenceSummaryMetadataReportFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/report/ReferenceDataTypeReferenceSummaryMetadataReportFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/report/ReferenceDataTypeReferenceSummaryMetadataReportFunctionalSpec.groovy index cd6f882861..a2742b157a 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/report/ReferenceDataTypeReferenceSummaryMetadataReportFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/summarymetadata/report/ReferenceDataTypeReferenceSummaryMetadataReportFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/versionlink/ReferenceDataModelVersionLinkFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/versionlink/ReferenceDataModelVersionLinkFunctionalSpec.groovy index 0ab9ecddde..0de98b84b4 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/versionlink/ReferenceDataModelVersionLinkFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/facet/versionlink/ReferenceDataModelVersionLinkFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementFunctionalSpec.groovy index 723afe808c..5e6335cc72 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementServiceIntegrationSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementServiceIntegrationSpec.groovy index 241df22464..b521b92ef1 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementServiceIntegrationSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataElementServiceIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValueFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValueFunctionalSpec.groovy index 107b75a92f..30f92572f1 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValueFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/ReferenceDataValueFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataTypeFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataTypeFunctionalSpec.groovy index 628fd80d83..2ce733deaf 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataTypeFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/ReferenceDataTypeFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValueFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValueFunctionalSpec.groovy index 71bd2378c7..a82f1a671b 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValueFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/item/datatype/enumeration/ReferenceEnumerationValueFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/JsonReferenceDataImporterExporterServiceSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/JsonReferenceDataImporterExporterServiceSpec.groovy index c0974746cb..68cecf460c 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/JsonReferenceDataImporterExporterServiceSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/JsonReferenceDataImporterExporterServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/MauroDataMapperServiceProviderFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/MauroDataMapperServiceProviderFunctionalSpec.groovy index fbc20c8624..ba6bbfe607 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/MauroDataMapperServiceProviderFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/MauroDataMapperServiceProviderFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/ReferenceDataCsvImporterServiceSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/ReferenceDataCsvImporterServiceSpec.groovy index b52b81cd29..a164b9dad0 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/ReferenceDataCsvImporterServiceSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/ReferenceDataCsvImporterServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/XmlReferenceDataImporterExporterServiceSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/XmlReferenceDataImporterExporterServiceSpec.groovy index 9c1a6b115f..630ddfd104 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/XmlReferenceDataImporterExporterServiceSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/provider/XmlReferenceDataImporterExporterServiceSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/test/BaseReferenceDataModelIntegrationSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/test/BaseReferenceDataModelIntegrationSpec.groovy index 3e14a287e3..c5d0924d93 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/test/BaseReferenceDataModelIntegrationSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/test/BaseReferenceDataModelIntegrationSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/test/functional/CatalogueItemReferenceSummaryMetadataFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/test/functional/CatalogueItemReferenceSummaryMetadataFunctionalSpec.groovy index b7d69241a5..c026091922 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/test/functional/CatalogueItemReferenceSummaryMetadataFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/test/functional/CatalogueItemReferenceSummaryMetadataFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/test/functional/CatalogueItemReferenceSummaryMetadataReportFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/test/functional/CatalogueItemReferenceSummaryMetadataReportFunctionalSpec.groovy index d90534a9b6..3b5175b627 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/test/functional/CatalogueItemReferenceSummaryMetadataReportFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/test/functional/CatalogueItemReferenceSummaryMetadataReportFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/test/provider/BaseImporterExporterSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/test/provider/BaseImporterExporterSpec.groovy index c18965ffd5..9c307caed6 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/test/provider/BaseImporterExporterSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/test/provider/BaseImporterExporterSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/tree/TreeItemFunctionalSpec.groovy b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/tree/TreeItemFunctionalSpec.groovy index 7837075891..2266906ad2 100644 --- a/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/tree/TreeItemFunctionalSpec.groovy +++ b/mdm-plugin-referencedata/src/integration-test/groovy/uk/ac/ox/softeng/maurodatamapper/referencedata/tree/TreeItemFunctionalSpec.groovy @@ -1,5 +1,5 @@ /* - * Copyright 2020-2023 University of Oxford and Health and Social Care Information Centre, also known as NHS Digital + * Copyright 2020-2023 University of Oxford and NHS England * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mdm-plugin-referencedata/src/integration-test/resources/xml/importSimpleWithReferenceEnumerationValues.xml b/mdm-plugin-referencedata/src/integration-test/resources/xml/importSimpleWithReferenceEnumerationValues.xml index 64ebbf0ded..6ae112465f 100644 --- a/mdm-plugin-referencedata/src/integration-test/resources/xml/importSimpleWithReferenceEnumerationValues.xml +++ b/mdm-plugin-referencedata/src/integration-test/resources/xml/importSimpleWithReferenceEnumerationValues.xml @@ -1,6 +1,6 @@