From dbeda5175177c360a2e13129ad070df4d44fc4fa Mon Sep 17 00:00:00 2001 From: JoPintoPaul Date: Tue, 3 Jan 2023 11:12:22 +0000 Subject: [PATCH] NOJIRA: Auto-update of copyright headers to 2023 --- app/uk/gov/hmrc/helpfrontend/config/AppConfig.scala | 2 +- app/uk/gov/hmrc/helpfrontend/config/ErrorHandler.scala | 2 +- app/uk/gov/hmrc/helpfrontend/controllers/HelpController.scala | 2 +- app/uk/gov/hmrc/helpfrontend/viewmodels/Cookie.scala | 2 +- app/uk/gov/hmrc/helpfrontend/views/CookiesPage.scala.html | 2 +- app/uk/gov/hmrc/helpfrontend/views/CookiesTable.scala.html | 2 +- app/uk/gov/hmrc/helpfrontend/views/ErrorTemplate.scala.html | 2 +- app/uk/gov/hmrc/helpfrontend/views/Layout.scala.html | 2 +- app/uk/gov/hmrc/helpfrontend/views/NewTabLink.scala.html | 2 +- .../hmrc/helpfrontend/views/OnlineServicesTermsPage.scala.html | 2 +- .../hmrc/helpfrontend/views/TermsAndConditionsPage.scala.html | 2 +- conf/application.conf | 2 +- test/acceptance/AcceptanceTestServer.scala | 2 +- test/acceptance/conf/TestConfiguration.scala | 2 +- test/acceptance/driver/BrowserDriver.scala | 2 +- test/acceptance/pages/BasePage.scala | 2 +- test/acceptance/pages/CookiesPage.scala | 2 +- test/acceptance/pages/OnlineServicesTermsPage.scala | 2 +- test/acceptance/pages/TermsAndConditionsPage.scala | 2 +- test/acceptance/specs/BaseSpec.scala | 2 +- test/acceptance/specs/HelpFeature.scala | 2 +- test/acceptance/specs/LanguageSwitchingFeature.scala | 2 +- test/it/OnlineServicesTermsSpec.scala | 2 +- test/it/RedirectIntegrationSpec.scala | 2 +- test/resources/application.conf | 2 +- test/unit/Fixture.scala | 2 +- test/unit/MessagesSpec.scala | 2 +- test/unit/controllers/HelpControllerSpec.scala | 2 +- test/unit/helpers/JsoupHelpers.scala | 2 +- test/unit/views/CookiesSpec.scala | 2 +- test/unit/views/OnlineServicesTermsPageSpec.scala | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/app/uk/gov/hmrc/helpfrontend/config/AppConfig.scala b/app/uk/gov/hmrc/helpfrontend/config/AppConfig.scala index cae8f99..e89142a 100644 --- a/app/uk/gov/hmrc/helpfrontend/config/AppConfig.scala +++ b/app/uk/gov/hmrc/helpfrontend/config/AppConfig.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/helpfrontend/config/ErrorHandler.scala b/app/uk/gov/hmrc/helpfrontend/config/ErrorHandler.scala index a279e48..215ff17 100644 --- a/app/uk/gov/hmrc/helpfrontend/config/ErrorHandler.scala +++ b/app/uk/gov/hmrc/helpfrontend/config/ErrorHandler.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/helpfrontend/controllers/HelpController.scala b/app/uk/gov/hmrc/helpfrontend/controllers/HelpController.scala index 5722a24..5e57e7f 100644 --- a/app/uk/gov/hmrc/helpfrontend/controllers/HelpController.scala +++ b/app/uk/gov/hmrc/helpfrontend/controllers/HelpController.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/helpfrontend/viewmodels/Cookie.scala b/app/uk/gov/hmrc/helpfrontend/viewmodels/Cookie.scala index 20f6453..caad059 100644 --- a/app/uk/gov/hmrc/helpfrontend/viewmodels/Cookie.scala +++ b/app/uk/gov/hmrc/helpfrontend/viewmodels/Cookie.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/helpfrontend/views/CookiesPage.scala.html b/app/uk/gov/hmrc/helpfrontend/views/CookiesPage.scala.html index 53ed8d9..8357c04 100644 --- a/app/uk/gov/hmrc/helpfrontend/views/CookiesPage.scala.html +++ b/app/uk/gov/hmrc/helpfrontend/views/CookiesPage.scala.html @@ -1,5 +1,5 @@ @* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/helpfrontend/views/CookiesTable.scala.html b/app/uk/gov/hmrc/helpfrontend/views/CookiesTable.scala.html index a580225..fbae0f8 100644 --- a/app/uk/gov/hmrc/helpfrontend/views/CookiesTable.scala.html +++ b/app/uk/gov/hmrc/helpfrontend/views/CookiesTable.scala.html @@ -1,5 +1,5 @@ @* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/helpfrontend/views/ErrorTemplate.scala.html b/app/uk/gov/hmrc/helpfrontend/views/ErrorTemplate.scala.html index a5d8152..cfd3d6f 100644 --- a/app/uk/gov/hmrc/helpfrontend/views/ErrorTemplate.scala.html +++ b/app/uk/gov/hmrc/helpfrontend/views/ErrorTemplate.scala.html @@ -1,5 +1,5 @@ @* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/helpfrontend/views/Layout.scala.html b/app/uk/gov/hmrc/helpfrontend/views/Layout.scala.html index 7995110..af18682 100644 --- a/app/uk/gov/hmrc/helpfrontend/views/Layout.scala.html +++ b/app/uk/gov/hmrc/helpfrontend/views/Layout.scala.html @@ -1,5 +1,5 @@ @* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/helpfrontend/views/NewTabLink.scala.html b/app/uk/gov/hmrc/helpfrontend/views/NewTabLink.scala.html index 1e3c17b..19b936d 100644 --- a/app/uk/gov/hmrc/helpfrontend/views/NewTabLink.scala.html +++ b/app/uk/gov/hmrc/helpfrontend/views/NewTabLink.scala.html @@ -1,5 +1,5 @@ @* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/helpfrontend/views/OnlineServicesTermsPage.scala.html b/app/uk/gov/hmrc/helpfrontend/views/OnlineServicesTermsPage.scala.html index af6ca2b..ab05573 100644 --- a/app/uk/gov/hmrc/helpfrontend/views/OnlineServicesTermsPage.scala.html +++ b/app/uk/gov/hmrc/helpfrontend/views/OnlineServicesTermsPage.scala.html @@ -1,5 +1,5 @@ @* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/helpfrontend/views/TermsAndConditionsPage.scala.html b/app/uk/gov/hmrc/helpfrontend/views/TermsAndConditionsPage.scala.html index 0e69e69..b8afa7e 100644 --- a/app/uk/gov/hmrc/helpfrontend/views/TermsAndConditionsPage.scala.html +++ b/app/uk/gov/hmrc/helpfrontend/views/TermsAndConditionsPage.scala.html @@ -1,5 +1,5 @@ @* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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 0182cb0..08e91b5 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -1,4 +1,4 @@ -# Copyright 2022 HM Revenue & Customs +# Copyright 2023 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/AcceptanceTestServer.scala b/test/acceptance/AcceptanceTestServer.scala index 386155b..aa3352b 100644 --- a/test/acceptance/AcceptanceTestServer.scala +++ b/test/acceptance/AcceptanceTestServer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/conf/TestConfiguration.scala b/test/acceptance/conf/TestConfiguration.scala index 584a485..aa55f95 100644 --- a/test/acceptance/conf/TestConfiguration.scala +++ b/test/acceptance/conf/TestConfiguration.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/driver/BrowserDriver.scala b/test/acceptance/driver/BrowserDriver.scala index 54ed362..e89f365 100644 --- a/test/acceptance/driver/BrowserDriver.scala +++ b/test/acceptance/driver/BrowserDriver.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/pages/BasePage.scala b/test/acceptance/pages/BasePage.scala index 4f35230..a1a5667 100644 --- a/test/acceptance/pages/BasePage.scala +++ b/test/acceptance/pages/BasePage.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/pages/CookiesPage.scala b/test/acceptance/pages/CookiesPage.scala index f65efba..5429609 100644 --- a/test/acceptance/pages/CookiesPage.scala +++ b/test/acceptance/pages/CookiesPage.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/pages/OnlineServicesTermsPage.scala b/test/acceptance/pages/OnlineServicesTermsPage.scala index ed55869..449392d 100644 --- a/test/acceptance/pages/OnlineServicesTermsPage.scala +++ b/test/acceptance/pages/OnlineServicesTermsPage.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/pages/TermsAndConditionsPage.scala b/test/acceptance/pages/TermsAndConditionsPage.scala index 0d05a09..28353c9 100644 --- a/test/acceptance/pages/TermsAndConditionsPage.scala +++ b/test/acceptance/pages/TermsAndConditionsPage.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/specs/BaseSpec.scala b/test/acceptance/specs/BaseSpec.scala index 9019b7e..0493cb4 100644 --- a/test/acceptance/specs/BaseSpec.scala +++ b/test/acceptance/specs/BaseSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/specs/HelpFeature.scala b/test/acceptance/specs/HelpFeature.scala index 0f18983..93a93e7 100644 --- a/test/acceptance/specs/HelpFeature.scala +++ b/test/acceptance/specs/HelpFeature.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/specs/LanguageSwitchingFeature.scala b/test/acceptance/specs/LanguageSwitchingFeature.scala index 8a0ab5a..6ac65d7 100644 --- a/test/acceptance/specs/LanguageSwitchingFeature.scala +++ b/test/acceptance/specs/LanguageSwitchingFeature.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/OnlineServicesTermsSpec.scala b/test/it/OnlineServicesTermsSpec.scala index b183303..9836d0b 100644 --- a/test/it/OnlineServicesTermsSpec.scala +++ b/test/it/OnlineServicesTermsSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/RedirectIntegrationSpec.scala b/test/it/RedirectIntegrationSpec.scala index 68f94f9..ef3026d 100644 --- a/test/it/RedirectIntegrationSpec.scala +++ b/test/it/RedirectIntegrationSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/resources/application.conf b/test/resources/application.conf index 72199fc..60283e4 100755 --- a/test/resources/application.conf +++ b/test/resources/application.conf @@ -1,4 +1,4 @@ -# Copyright 2022 HM Revenue & Customs +# Copyright 2023 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/Fixture.scala b/test/unit/Fixture.scala index 8ac57e9..e63b689 100644 --- a/test/unit/Fixture.scala +++ b/test/unit/Fixture.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/MessagesSpec.scala b/test/unit/MessagesSpec.scala index b471942..dfdc33d 100644 --- a/test/unit/MessagesSpec.scala +++ b/test/unit/MessagesSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/controllers/HelpControllerSpec.scala b/test/unit/controllers/HelpControllerSpec.scala index db56090..f52cc94 100644 --- a/test/unit/controllers/HelpControllerSpec.scala +++ b/test/unit/controllers/HelpControllerSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/helpers/JsoupHelpers.scala b/test/unit/helpers/JsoupHelpers.scala index 88c64c0..089efea 100644 --- a/test/unit/helpers/JsoupHelpers.scala +++ b/test/unit/helpers/JsoupHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/views/CookiesSpec.scala b/test/unit/views/CookiesSpec.scala index 6e564f6..a4dbd41 100644 --- a/test/unit/views/CookiesSpec.scala +++ b/test/unit/views/CookiesSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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/views/OnlineServicesTermsPageSpec.scala b/test/unit/views/OnlineServicesTermsPageSpec.scala index a40ef8c..89ae441 100644 --- a/test/unit/views/OnlineServicesTermsPageSpec.scala +++ b/test/unit/views/OnlineServicesTermsPageSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 HM Revenue & Customs + * Copyright 2023 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.