From d01056e9795adad324682baf87b8608321155e73 Mon Sep 17 00:00:00 2001 From: Matthew Clark <36630558+mattclark-zerogravit@users.noreply.github.com> Date: Tue, 4 Jan 2022 11:11:45 +0000 Subject: [PATCH] copyright changes (#14) --- .../apiplatformxmlservices/config/ConfigurationModule.scala | 2 +- .../config/VendorIdServiceConfigProvider.scala | 2 +- .../hmrc/apiplatformxmlservices/controllers/ApiController.scala | 2 +- .../controllers/OrganisationController.scala | 2 +- .../apiplatformxmlservices/controllers/binders/package.scala | 2 +- app/uk/gov/hmrc/apiplatformxmlservices/models/ApiCategory.scala | 2 +- .../gov/hmrc/apiplatformxmlservices/models/JsonFormatters.scala | 2 +- app/uk/gov/hmrc/apiplatformxmlservices/models/models.scala | 2 +- .../apiplatformxmlservices/models/requestsAndResponses.scala | 2 +- .../apiplatformxmlservices/repository/MongoFormatters.scala | 2 +- .../repository/OrganisationRepository.scala | 2 +- .../apiplatformxmlservices/service/OrganisationService.scala | 2 +- .../gov/hmrc/apiplatformxmlservices/service/UuidService.scala | 2 +- .../hmrc/apiplatformxmlservices/service/VendorIdService.scala | 2 +- conf/application.conf | 2 +- .../apiplatformxmlservices/controllers/ApiControllerISpec.scala | 2 +- .../controllers/OrganisationControllerISpec.scala | 2 +- .../repository/OrganisationRepositoryISpec.scala | 2 +- .../hmrc/apiplatformxmlservices/support/AwaitTestSupport.scala | 2 +- it/uk/gov/hmrc/apiplatformxmlservices/support/BaseISpec.scala | 2 +- .../apiplatformxmlservices/support/MetricsTestSupport.scala | 2 +- it/uk/gov/hmrc/apiplatformxmlservices/support/MongoApp.scala | 2 +- it/uk/gov/hmrc/apiplatformxmlservices/support/PortHelper.scala | 2 +- .../hmrc/apiplatformxmlservices/support/ServerBaseISpec.scala | 2 +- .../hmrc/apiplatformxmlservices/support/TestApplication.scala | 2 +- .../hmrc/apiplatformxmlservices/support/WireMockSupport.scala | 2 +- .../controllers/OrganisationControllerSpec.scala | 2 +- .../service/OrganisationServiceSpec.scala | 2 +- .../apiplatformxmlservices/service/VendorIdServiceSpec.scala | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/app/uk/gov/hmrc/apiplatformxmlservices/config/ConfigurationModule.scala b/app/uk/gov/hmrc/apiplatformxmlservices/config/ConfigurationModule.scala index e5c558e..46245b0 100644 --- a/app/uk/gov/hmrc/apiplatformxmlservices/config/ConfigurationModule.scala +++ b/app/uk/gov/hmrc/apiplatformxmlservices/config/ConfigurationModule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/uk/gov/hmrc/apiplatformxmlservices/config/VendorIdServiceConfigProvider.scala b/app/uk/gov/hmrc/apiplatformxmlservices/config/VendorIdServiceConfigProvider.scala index a0afcca..469cfee 100644 --- a/app/uk/gov/hmrc/apiplatformxmlservices/config/VendorIdServiceConfigProvider.scala +++ b/app/uk/gov/hmrc/apiplatformxmlservices/config/VendorIdServiceConfigProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/uk/gov/hmrc/apiplatformxmlservices/controllers/ApiController.scala b/app/uk/gov/hmrc/apiplatformxmlservices/controllers/ApiController.scala index 68f293d..fc5b0a0 100644 --- a/app/uk/gov/hmrc/apiplatformxmlservices/controllers/ApiController.scala +++ b/app/uk/gov/hmrc/apiplatformxmlservices/controllers/ApiController.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/uk/gov/hmrc/apiplatformxmlservices/controllers/OrganisationController.scala b/app/uk/gov/hmrc/apiplatformxmlservices/controllers/OrganisationController.scala index 53ee40c..cbcb872 100644 --- a/app/uk/gov/hmrc/apiplatformxmlservices/controllers/OrganisationController.scala +++ b/app/uk/gov/hmrc/apiplatformxmlservices/controllers/OrganisationController.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/uk/gov/hmrc/apiplatformxmlservices/controllers/binders/package.scala b/app/uk/gov/hmrc/apiplatformxmlservices/controllers/binders/package.scala index fc00ea0..cfea698 100644 --- a/app/uk/gov/hmrc/apiplatformxmlservices/controllers/binders/package.scala +++ b/app/uk/gov/hmrc/apiplatformxmlservices/controllers/binders/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/uk/gov/hmrc/apiplatformxmlservices/models/ApiCategory.scala b/app/uk/gov/hmrc/apiplatformxmlservices/models/ApiCategory.scala index cda4f39..8ce9093 100644 --- a/app/uk/gov/hmrc/apiplatformxmlservices/models/ApiCategory.scala +++ b/app/uk/gov/hmrc/apiplatformxmlservices/models/ApiCategory.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/uk/gov/hmrc/apiplatformxmlservices/models/JsonFormatters.scala b/app/uk/gov/hmrc/apiplatformxmlservices/models/JsonFormatters.scala index bd46675..55a6ba6 100644 --- a/app/uk/gov/hmrc/apiplatformxmlservices/models/JsonFormatters.scala +++ b/app/uk/gov/hmrc/apiplatformxmlservices/models/JsonFormatters.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/uk/gov/hmrc/apiplatformxmlservices/models/models.scala b/app/uk/gov/hmrc/apiplatformxmlservices/models/models.scala index 85343c1..cccbd45 100644 --- a/app/uk/gov/hmrc/apiplatformxmlservices/models/models.scala +++ b/app/uk/gov/hmrc/apiplatformxmlservices/models/models.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/uk/gov/hmrc/apiplatformxmlservices/models/requestsAndResponses.scala b/app/uk/gov/hmrc/apiplatformxmlservices/models/requestsAndResponses.scala index f423886..3ba4706 100644 --- a/app/uk/gov/hmrc/apiplatformxmlservices/models/requestsAndResponses.scala +++ b/app/uk/gov/hmrc/apiplatformxmlservices/models/requestsAndResponses.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/uk/gov/hmrc/apiplatformxmlservices/repository/MongoFormatters.scala b/app/uk/gov/hmrc/apiplatformxmlservices/repository/MongoFormatters.scala index 52c0b17..99a4bce 100644 --- a/app/uk/gov/hmrc/apiplatformxmlservices/repository/MongoFormatters.scala +++ b/app/uk/gov/hmrc/apiplatformxmlservices/repository/MongoFormatters.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/uk/gov/hmrc/apiplatformxmlservices/repository/OrganisationRepository.scala b/app/uk/gov/hmrc/apiplatformxmlservices/repository/OrganisationRepository.scala index 81e271d..c7a368d 100644 --- a/app/uk/gov/hmrc/apiplatformxmlservices/repository/OrganisationRepository.scala +++ b/app/uk/gov/hmrc/apiplatformxmlservices/repository/OrganisationRepository.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/uk/gov/hmrc/apiplatformxmlservices/service/OrganisationService.scala b/app/uk/gov/hmrc/apiplatformxmlservices/service/OrganisationService.scala index 60aaedd..f8fe527 100644 --- a/app/uk/gov/hmrc/apiplatformxmlservices/service/OrganisationService.scala +++ b/app/uk/gov/hmrc/apiplatformxmlservices/service/OrganisationService.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/uk/gov/hmrc/apiplatformxmlservices/service/UuidService.scala b/app/uk/gov/hmrc/apiplatformxmlservices/service/UuidService.scala index e6e3587..541b133 100644 --- a/app/uk/gov/hmrc/apiplatformxmlservices/service/UuidService.scala +++ b/app/uk/gov/hmrc/apiplatformxmlservices/service/UuidService.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/app/uk/gov/hmrc/apiplatformxmlservices/service/VendorIdService.scala b/app/uk/gov/hmrc/apiplatformxmlservices/service/VendorIdService.scala index 0360b3d..115c956 100644 --- a/app/uk/gov/hmrc/apiplatformxmlservices/service/VendorIdService.scala +++ b/app/uk/gov/hmrc/apiplatformxmlservices/service/VendorIdService.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/conf/application.conf b/conf/application.conf index 080df30..9b7c2fc 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -1,4 +1,4 @@ -# Copyright 2021 HM Revenue & Customs +# Copyright 2022 HM Revenue & Customs # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/it/uk/gov/hmrc/apiplatformxmlservices/controllers/ApiControllerISpec.scala b/it/uk/gov/hmrc/apiplatformxmlservices/controllers/ApiControllerISpec.scala index 9b9b15d..8f9efd9 100644 --- a/it/uk/gov/hmrc/apiplatformxmlservices/controllers/ApiControllerISpec.scala +++ b/it/uk/gov/hmrc/apiplatformxmlservices/controllers/ApiControllerISpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/it/uk/gov/hmrc/apiplatformxmlservices/controllers/OrganisationControllerISpec.scala b/it/uk/gov/hmrc/apiplatformxmlservices/controllers/OrganisationControllerISpec.scala index b093eda..89bfebf 100644 --- a/it/uk/gov/hmrc/apiplatformxmlservices/controllers/OrganisationControllerISpec.scala +++ b/it/uk/gov/hmrc/apiplatformxmlservices/controllers/OrganisationControllerISpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/it/uk/gov/hmrc/apiplatformxmlservices/repository/OrganisationRepositoryISpec.scala b/it/uk/gov/hmrc/apiplatformxmlservices/repository/OrganisationRepositoryISpec.scala index b0e08fc..9df7ee5 100644 --- a/it/uk/gov/hmrc/apiplatformxmlservices/repository/OrganisationRepositoryISpec.scala +++ b/it/uk/gov/hmrc/apiplatformxmlservices/repository/OrganisationRepositoryISpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/it/uk/gov/hmrc/apiplatformxmlservices/support/AwaitTestSupport.scala b/it/uk/gov/hmrc/apiplatformxmlservices/support/AwaitTestSupport.scala index 7be1564..05eda9d 100644 --- a/it/uk/gov/hmrc/apiplatformxmlservices/support/AwaitTestSupport.scala +++ b/it/uk/gov/hmrc/apiplatformxmlservices/support/AwaitTestSupport.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/it/uk/gov/hmrc/apiplatformxmlservices/support/BaseISpec.scala b/it/uk/gov/hmrc/apiplatformxmlservices/support/BaseISpec.scala index 3fdbb66..7852573 100644 --- a/it/uk/gov/hmrc/apiplatformxmlservices/support/BaseISpec.scala +++ b/it/uk/gov/hmrc/apiplatformxmlservices/support/BaseISpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/it/uk/gov/hmrc/apiplatformxmlservices/support/MetricsTestSupport.scala b/it/uk/gov/hmrc/apiplatformxmlservices/support/MetricsTestSupport.scala index da9ae11..0b42fd9 100644 --- a/it/uk/gov/hmrc/apiplatformxmlservices/support/MetricsTestSupport.scala +++ b/it/uk/gov/hmrc/apiplatformxmlservices/support/MetricsTestSupport.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/it/uk/gov/hmrc/apiplatformxmlservices/support/MongoApp.scala b/it/uk/gov/hmrc/apiplatformxmlservices/support/MongoApp.scala index fa94443..b94f621 100644 --- a/it/uk/gov/hmrc/apiplatformxmlservices/support/MongoApp.scala +++ b/it/uk/gov/hmrc/apiplatformxmlservices/support/MongoApp.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/it/uk/gov/hmrc/apiplatformxmlservices/support/PortHelper.scala b/it/uk/gov/hmrc/apiplatformxmlservices/support/PortHelper.scala index 7cb5d9c..4d285a2 100644 --- a/it/uk/gov/hmrc/apiplatformxmlservices/support/PortHelper.scala +++ b/it/uk/gov/hmrc/apiplatformxmlservices/support/PortHelper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/it/uk/gov/hmrc/apiplatformxmlservices/support/ServerBaseISpec.scala b/it/uk/gov/hmrc/apiplatformxmlservices/support/ServerBaseISpec.scala index 30e244b..c604024 100644 --- a/it/uk/gov/hmrc/apiplatformxmlservices/support/ServerBaseISpec.scala +++ b/it/uk/gov/hmrc/apiplatformxmlservices/support/ServerBaseISpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/it/uk/gov/hmrc/apiplatformxmlservices/support/TestApplication.scala b/it/uk/gov/hmrc/apiplatformxmlservices/support/TestApplication.scala index cf4e4e2..23a91ac 100644 --- a/it/uk/gov/hmrc/apiplatformxmlservices/support/TestApplication.scala +++ b/it/uk/gov/hmrc/apiplatformxmlservices/support/TestApplication.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/it/uk/gov/hmrc/apiplatformxmlservices/support/WireMockSupport.scala b/it/uk/gov/hmrc/apiplatformxmlservices/support/WireMockSupport.scala index 4438d46..12aa5c6 100644 --- a/it/uk/gov/hmrc/apiplatformxmlservices/support/WireMockSupport.scala +++ b/it/uk/gov/hmrc/apiplatformxmlservices/support/WireMockSupport.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/uk/gov/hmrc/apiplatformxmlservices/controllers/OrganisationControllerSpec.scala b/test/uk/gov/hmrc/apiplatformxmlservices/controllers/OrganisationControllerSpec.scala index c7dbd17..a5539f0 100644 --- a/test/uk/gov/hmrc/apiplatformxmlservices/controllers/OrganisationControllerSpec.scala +++ b/test/uk/gov/hmrc/apiplatformxmlservices/controllers/OrganisationControllerSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/uk/gov/hmrc/apiplatformxmlservices/service/OrganisationServiceSpec.scala b/test/uk/gov/hmrc/apiplatformxmlservices/service/OrganisationServiceSpec.scala index d4cd15b..40f0490 100644 --- a/test/uk/gov/hmrc/apiplatformxmlservices/service/OrganisationServiceSpec.scala +++ b/test/uk/gov/hmrc/apiplatformxmlservices/service/OrganisationServiceSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/uk/gov/hmrc/apiplatformxmlservices/service/VendorIdServiceSpec.scala b/test/uk/gov/hmrc/apiplatformxmlservices/service/VendorIdServiceSpec.scala index baae481..94c002a 100644 --- a/test/uk/gov/hmrc/apiplatformxmlservices/service/VendorIdServiceSpec.scala +++ b/test/uk/gov/hmrc/apiplatformxmlservices/service/VendorIdServiceSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 HM Revenue & Customs + * Copyright 2022 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.