From c8cc1358ae35bf64925a8bd4af98c822f5a66053 Mon Sep 17 00:00:00 2001 From: Darren Walker Date: Thu, 3 Jan 2019 16:11:08 +0000 Subject: [PATCH] Updated copyright year to 2019. --- app/Module.scala | 2 +- app/uk/gov/hmrc/apisubscriptionfields/config/AppContext.scala | 2 +- .../hmrc/apisubscriptionfields/config/microserviceGlobal.scala | 2 +- .../apisubscriptionfields/controller/CommonController.scala | 2 +- .../controller/DocumentationController.scala | 2 +- .../controller/FieldsDefinitionController.scala | 2 +- .../controller/SubscriptionFieldsController.scala | 2 +- app/uk/gov/hmrc/apisubscriptionfields/model/APIDefinition.scala | 2 +- .../gov/hmrc/apisubscriptionfields/model/JsonFormatters.scala | 2 +- app/uk/gov/hmrc/apisubscriptionfields/model/Model.scala | 2 +- app/uk/gov/hmrc/apisubscriptionfields/model/Requests.scala | 2 +- app/uk/gov/hmrc/apisubscriptionfields/model/Responses.scala | 2 +- app/uk/gov/hmrc/apisubscriptionfields/model/package.scala | 2 +- .../apisubscriptionfields/repository/FieldsDefinition.scala | 2 +- .../repository/FieldsDefinitionRepository.scala | 2 +- .../hmrc/apisubscriptionfields/repository/MongoCrudHelper.scala | 2 +- app/uk/gov/hmrc/apisubscriptionfields/repository/MongoDb.scala | 2 +- .../apisubscriptionfields/repository/MongoErrorHandler.scala | 2 +- .../hmrc/apisubscriptionfields/repository/MongoFormatters.scala | 2 +- .../apisubscriptionfields/repository/MongoIndexCreator.scala | 2 +- .../apisubscriptionfields/repository/SubscriptionFields.scala | 2 +- .../repository/SubscriptionFieldsRepository.scala | 2 +- .../apisubscriptionfields/service/FieldsDefinitionService.scala | 2 +- .../service/SubscriptionFieldsService.scala | 2 +- conf/application.conf | 2 +- .../apisubscriptionfields/acceptance/AcceptanceTestSpec.scala | 2 +- .../acceptance/ApiSubscriptionFieldsHappySpec.scala | 2 +- .../acceptance/ApiSubscriptionFieldsUnhappySpec.scala | 2 +- .../acceptance/SubscriptionFieldDefinitionsHappySpec.scala | 2 +- .../acceptance/SubscriptionFieldDefinitionsUnhappySpec.scala | 2 +- .../integration/PlatformIntegrationSpec.scala | 2 +- .../controller/FieldsDefinitionControllerDeleteSpec.scala | 2 +- .../controller/FieldsDefinitionControllerGetSpec.scala | 2 +- .../controller/FieldsDefinitionControllerPutSpec.scala | 2 +- .../controller/SubscriptionFieldsControllerDeleteSpec.scala | 2 +- .../controller/SubscriptionFieldsControllerGetSpec.scala | 2 +- .../controller/SubscriptionFieldsControllerPutSpec.scala | 2 +- .../hmrc/apisubscriptionfields/model/JsonFormatterSpec.scala | 2 +- .../repository/FieldsDefinitionRepositorySpec.scala | 2 +- .../repository/MongoErrorHandlerSpec.scala | 2 +- .../apisubscriptionfields/repository/MongoFormattersSpec.scala | 2 +- .../repository/SubscriptionFieldsRepositorySpec.scala | 2 +- .../service/FieldsDefinitionServiceSpec.scala | 2 +- .../service/SubscriptionFieldsServiceSpec.scala | 2 +- .../gov/hmrc/apisubscriptionfields/util/ExternalServices.scala | 2 +- test/util/uk/gov/hmrc/apisubscriptionfields/util/TestData.scala | 2 +- .../uk/gov/hmrc/apisubscriptionfields/util/WireMockRunner.scala | 2 +- 47 files changed, 47 insertions(+), 47 deletions(-) diff --git a/app/Module.scala b/app/Module.scala index e60691a..6ab0cf8 100644 --- a/app/Module.scala +++ b/app/Module.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/config/AppContext.scala b/app/uk/gov/hmrc/apisubscriptionfields/config/AppContext.scala index c51318e..f06c943 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/config/AppContext.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/config/AppContext.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/config/microserviceGlobal.scala b/app/uk/gov/hmrc/apisubscriptionfields/config/microserviceGlobal.scala index 1926b2d..2c70363 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/config/microserviceGlobal.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/config/microserviceGlobal.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/controller/CommonController.scala b/app/uk/gov/hmrc/apisubscriptionfields/controller/CommonController.scala index bf0eb2a..f565aee 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/controller/CommonController.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/controller/CommonController.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/controller/DocumentationController.scala b/app/uk/gov/hmrc/apisubscriptionfields/controller/DocumentationController.scala index 4d09a57..445b713 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/controller/DocumentationController.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/controller/DocumentationController.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/controller/FieldsDefinitionController.scala b/app/uk/gov/hmrc/apisubscriptionfields/controller/FieldsDefinitionController.scala index 34773ad..aad0173 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/controller/FieldsDefinitionController.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/controller/FieldsDefinitionController.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/controller/SubscriptionFieldsController.scala b/app/uk/gov/hmrc/apisubscriptionfields/controller/SubscriptionFieldsController.scala index 389b523..2cc3c41 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/controller/SubscriptionFieldsController.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/controller/SubscriptionFieldsController.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/model/APIDefinition.scala b/app/uk/gov/hmrc/apisubscriptionfields/model/APIDefinition.scala index 747399a..c04b78b 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/model/APIDefinition.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/model/APIDefinition.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/model/JsonFormatters.scala b/app/uk/gov/hmrc/apisubscriptionfields/model/JsonFormatters.scala index fd125f4..5470818 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/model/JsonFormatters.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/model/JsonFormatters.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/model/Model.scala b/app/uk/gov/hmrc/apisubscriptionfields/model/Model.scala index 50ea2a6..c26a38a 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/model/Model.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/model/Model.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/model/Requests.scala b/app/uk/gov/hmrc/apisubscriptionfields/model/Requests.scala index acffb8a..1a126a5 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/model/Requests.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/model/Requests.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/model/Responses.scala b/app/uk/gov/hmrc/apisubscriptionfields/model/Responses.scala index 288e5be..29687c9 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/model/Responses.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/model/Responses.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/model/package.scala b/app/uk/gov/hmrc/apisubscriptionfields/model/package.scala index c9d953c..1c54a6b 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/model/package.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/model/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/repository/FieldsDefinition.scala b/app/uk/gov/hmrc/apisubscriptionfields/repository/FieldsDefinition.scala index 1f1bc9f..a99c470 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/repository/FieldsDefinition.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/repository/FieldsDefinition.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/repository/FieldsDefinitionRepository.scala b/app/uk/gov/hmrc/apisubscriptionfields/repository/FieldsDefinitionRepository.scala index 9788a6a..b1fe880 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/repository/FieldsDefinitionRepository.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/repository/FieldsDefinitionRepository.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/repository/MongoCrudHelper.scala b/app/uk/gov/hmrc/apisubscriptionfields/repository/MongoCrudHelper.scala index 45d0dbb..5e12f91 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/repository/MongoCrudHelper.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/repository/MongoCrudHelper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/repository/MongoDb.scala b/app/uk/gov/hmrc/apisubscriptionfields/repository/MongoDb.scala index 81454b6..22eef3f 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/repository/MongoDb.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/repository/MongoDb.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/repository/MongoErrorHandler.scala b/app/uk/gov/hmrc/apisubscriptionfields/repository/MongoErrorHandler.scala index 678adca..49b5191 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/repository/MongoErrorHandler.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/repository/MongoErrorHandler.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/repository/MongoFormatters.scala b/app/uk/gov/hmrc/apisubscriptionfields/repository/MongoFormatters.scala index 697c634..a33acbd 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/repository/MongoFormatters.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/repository/MongoFormatters.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/repository/MongoIndexCreator.scala b/app/uk/gov/hmrc/apisubscriptionfields/repository/MongoIndexCreator.scala index 4cc8a1f..c9b97d1 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/repository/MongoIndexCreator.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/repository/MongoIndexCreator.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/repository/SubscriptionFields.scala b/app/uk/gov/hmrc/apisubscriptionfields/repository/SubscriptionFields.scala index bd682f5..6fc2ff4 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/repository/SubscriptionFields.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/repository/SubscriptionFields.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/repository/SubscriptionFieldsRepository.scala b/app/uk/gov/hmrc/apisubscriptionfields/repository/SubscriptionFieldsRepository.scala index 306d4cf..45b5d07 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/repository/SubscriptionFieldsRepository.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/repository/SubscriptionFieldsRepository.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/service/FieldsDefinitionService.scala b/app/uk/gov/hmrc/apisubscriptionfields/service/FieldsDefinitionService.scala index 41eb054..2ef3e9f 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/service/FieldsDefinitionService.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/service/FieldsDefinitionService.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/apisubscriptionfields/service/SubscriptionFieldsService.scala b/app/uk/gov/hmrc/apisubscriptionfields/service/SubscriptionFieldsService.scala index 1169014..b8b75dc 100644 --- a/app/uk/gov/hmrc/apisubscriptionfields/service/SubscriptionFieldsService.scala +++ b/app/uk/gov/hmrc/apisubscriptionfields/service/SubscriptionFieldsService.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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 036ba84..10c4cca 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -1,4 +1,4 @@ -# Copyright 2018 HM Revenue & Customs +# Copyright 2019 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/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/AcceptanceTestSpec.scala b/test/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/AcceptanceTestSpec.scala index b88088e..3af2fe9 100644 --- a/test/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/AcceptanceTestSpec.scala +++ b/test/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/AcceptanceTestSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/ApiSubscriptionFieldsHappySpec.scala b/test/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/ApiSubscriptionFieldsHappySpec.scala index 17d6a9e..993ea76 100644 --- a/test/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/ApiSubscriptionFieldsHappySpec.scala +++ b/test/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/ApiSubscriptionFieldsHappySpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/ApiSubscriptionFieldsUnhappySpec.scala b/test/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/ApiSubscriptionFieldsUnhappySpec.scala index 7482cb2..aef3e47 100644 --- a/test/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/ApiSubscriptionFieldsUnhappySpec.scala +++ b/test/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/ApiSubscriptionFieldsUnhappySpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/SubscriptionFieldDefinitionsHappySpec.scala b/test/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/SubscriptionFieldDefinitionsHappySpec.scala index e3815ce..e9ca8d8 100644 --- a/test/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/SubscriptionFieldDefinitionsHappySpec.scala +++ b/test/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/SubscriptionFieldDefinitionsHappySpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/SubscriptionFieldDefinitionsUnhappySpec.scala b/test/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/SubscriptionFieldDefinitionsUnhappySpec.scala index 98b9a9c..6b8c20b 100644 --- a/test/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/SubscriptionFieldDefinitionsUnhappySpec.scala +++ b/test/acceptance/uk/gov/hmrc/apisubscriptionfields/acceptance/SubscriptionFieldDefinitionsUnhappySpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/it/uk/gov/hmrc/apisubscriptionfields/integration/PlatformIntegrationSpec.scala b/test/it/uk/gov/hmrc/apisubscriptionfields/integration/PlatformIntegrationSpec.scala index e8389c3..b45f839 100644 --- a/test/it/uk/gov/hmrc/apisubscriptionfields/integration/PlatformIntegrationSpec.scala +++ b/test/it/uk/gov/hmrc/apisubscriptionfields/integration/PlatformIntegrationSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/unit/uk/gov/hmrc/apisubscriptionfields/controller/FieldsDefinitionControllerDeleteSpec.scala b/test/unit/uk/gov/hmrc/apisubscriptionfields/controller/FieldsDefinitionControllerDeleteSpec.scala index c4549af..fba789d 100644 --- a/test/unit/uk/gov/hmrc/apisubscriptionfields/controller/FieldsDefinitionControllerDeleteSpec.scala +++ b/test/unit/uk/gov/hmrc/apisubscriptionfields/controller/FieldsDefinitionControllerDeleteSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/unit/uk/gov/hmrc/apisubscriptionfields/controller/FieldsDefinitionControllerGetSpec.scala b/test/unit/uk/gov/hmrc/apisubscriptionfields/controller/FieldsDefinitionControllerGetSpec.scala index 7681e14..22559ee 100644 --- a/test/unit/uk/gov/hmrc/apisubscriptionfields/controller/FieldsDefinitionControllerGetSpec.scala +++ b/test/unit/uk/gov/hmrc/apisubscriptionfields/controller/FieldsDefinitionControllerGetSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/unit/uk/gov/hmrc/apisubscriptionfields/controller/FieldsDefinitionControllerPutSpec.scala b/test/unit/uk/gov/hmrc/apisubscriptionfields/controller/FieldsDefinitionControllerPutSpec.scala index 5f8e04f..d0c3246 100644 --- a/test/unit/uk/gov/hmrc/apisubscriptionfields/controller/FieldsDefinitionControllerPutSpec.scala +++ b/test/unit/uk/gov/hmrc/apisubscriptionfields/controller/FieldsDefinitionControllerPutSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/unit/uk/gov/hmrc/apisubscriptionfields/controller/SubscriptionFieldsControllerDeleteSpec.scala b/test/unit/uk/gov/hmrc/apisubscriptionfields/controller/SubscriptionFieldsControllerDeleteSpec.scala index 3309d8b..c65585b 100644 --- a/test/unit/uk/gov/hmrc/apisubscriptionfields/controller/SubscriptionFieldsControllerDeleteSpec.scala +++ b/test/unit/uk/gov/hmrc/apisubscriptionfields/controller/SubscriptionFieldsControllerDeleteSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/unit/uk/gov/hmrc/apisubscriptionfields/controller/SubscriptionFieldsControllerGetSpec.scala b/test/unit/uk/gov/hmrc/apisubscriptionfields/controller/SubscriptionFieldsControllerGetSpec.scala index 513c35f..f0e61b8 100644 --- a/test/unit/uk/gov/hmrc/apisubscriptionfields/controller/SubscriptionFieldsControllerGetSpec.scala +++ b/test/unit/uk/gov/hmrc/apisubscriptionfields/controller/SubscriptionFieldsControllerGetSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/unit/uk/gov/hmrc/apisubscriptionfields/controller/SubscriptionFieldsControllerPutSpec.scala b/test/unit/uk/gov/hmrc/apisubscriptionfields/controller/SubscriptionFieldsControllerPutSpec.scala index 8734efb..550e6cf 100644 --- a/test/unit/uk/gov/hmrc/apisubscriptionfields/controller/SubscriptionFieldsControllerPutSpec.scala +++ b/test/unit/uk/gov/hmrc/apisubscriptionfields/controller/SubscriptionFieldsControllerPutSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/unit/uk/gov/hmrc/apisubscriptionfields/model/JsonFormatterSpec.scala b/test/unit/uk/gov/hmrc/apisubscriptionfields/model/JsonFormatterSpec.scala index 5e70b88..b3dde3d 100644 --- a/test/unit/uk/gov/hmrc/apisubscriptionfields/model/JsonFormatterSpec.scala +++ b/test/unit/uk/gov/hmrc/apisubscriptionfields/model/JsonFormatterSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/unit/uk/gov/hmrc/apisubscriptionfields/repository/FieldsDefinitionRepositorySpec.scala b/test/unit/uk/gov/hmrc/apisubscriptionfields/repository/FieldsDefinitionRepositorySpec.scala index cd36ef5..3d1496b 100644 --- a/test/unit/uk/gov/hmrc/apisubscriptionfields/repository/FieldsDefinitionRepositorySpec.scala +++ b/test/unit/uk/gov/hmrc/apisubscriptionfields/repository/FieldsDefinitionRepositorySpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/unit/uk/gov/hmrc/apisubscriptionfields/repository/MongoErrorHandlerSpec.scala b/test/unit/uk/gov/hmrc/apisubscriptionfields/repository/MongoErrorHandlerSpec.scala index e93ec0e..1a92336 100644 --- a/test/unit/uk/gov/hmrc/apisubscriptionfields/repository/MongoErrorHandlerSpec.scala +++ b/test/unit/uk/gov/hmrc/apisubscriptionfields/repository/MongoErrorHandlerSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/unit/uk/gov/hmrc/apisubscriptionfields/repository/MongoFormattersSpec.scala b/test/unit/uk/gov/hmrc/apisubscriptionfields/repository/MongoFormattersSpec.scala index 5dceca5..2b149a1 100644 --- a/test/unit/uk/gov/hmrc/apisubscriptionfields/repository/MongoFormattersSpec.scala +++ b/test/unit/uk/gov/hmrc/apisubscriptionfields/repository/MongoFormattersSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/unit/uk/gov/hmrc/apisubscriptionfields/repository/SubscriptionFieldsRepositorySpec.scala b/test/unit/uk/gov/hmrc/apisubscriptionfields/repository/SubscriptionFieldsRepositorySpec.scala index 2c47803..096a97b 100644 --- a/test/unit/uk/gov/hmrc/apisubscriptionfields/repository/SubscriptionFieldsRepositorySpec.scala +++ b/test/unit/uk/gov/hmrc/apisubscriptionfields/repository/SubscriptionFieldsRepositorySpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/unit/uk/gov/hmrc/apisubscriptionfields/service/FieldsDefinitionServiceSpec.scala b/test/unit/uk/gov/hmrc/apisubscriptionfields/service/FieldsDefinitionServiceSpec.scala index f61b019..a44f828 100644 --- a/test/unit/uk/gov/hmrc/apisubscriptionfields/service/FieldsDefinitionServiceSpec.scala +++ b/test/unit/uk/gov/hmrc/apisubscriptionfields/service/FieldsDefinitionServiceSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/unit/uk/gov/hmrc/apisubscriptionfields/service/SubscriptionFieldsServiceSpec.scala b/test/unit/uk/gov/hmrc/apisubscriptionfields/service/SubscriptionFieldsServiceSpec.scala index 29ea952..74e9d67 100644 --- a/test/unit/uk/gov/hmrc/apisubscriptionfields/service/SubscriptionFieldsServiceSpec.scala +++ b/test/unit/uk/gov/hmrc/apisubscriptionfields/service/SubscriptionFieldsServiceSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/util/uk/gov/hmrc/apisubscriptionfields/util/ExternalServices.scala b/test/util/uk/gov/hmrc/apisubscriptionfields/util/ExternalServices.scala index 519094b..9467ee3 100644 --- a/test/util/uk/gov/hmrc/apisubscriptionfields/util/ExternalServices.scala +++ b/test/util/uk/gov/hmrc/apisubscriptionfields/util/ExternalServices.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/util/uk/gov/hmrc/apisubscriptionfields/util/TestData.scala b/test/util/uk/gov/hmrc/apisubscriptionfields/util/TestData.scala index 5f6092d..b538fd3 100644 --- a/test/util/uk/gov/hmrc/apisubscriptionfields/util/TestData.scala +++ b/test/util/uk/gov/hmrc/apisubscriptionfields/util/TestData.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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/util/uk/gov/hmrc/apisubscriptionfields/util/WireMockRunner.scala b/test/util/uk/gov/hmrc/apisubscriptionfields/util/WireMockRunner.scala index 4752700..5d13d28 100644 --- a/test/util/uk/gov/hmrc/apisubscriptionfields/util/WireMockRunner.scala +++ b/test/util/uk/gov/hmrc/apisubscriptionfields/util/WireMockRunner.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 HM Revenue & Customs + * Copyright 2019 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.