From 8ed583bbf79d6948350ab26e347e716efcd02e11 Mon Sep 17 00:00:00 2001 From: Andrii Banias <99885612+abanias@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:51:43 +0200 Subject: [PATCH] MINOR: update license year (#12) Signed-off-by: banias --- LICENSE | 2 +- README.md | 2 +- plugin/src/main/scala/com/here/bom/Bom.scala | 2 +- plugin/src/main/scala/com/here/bom/internal/BomReader.scala | 2 +- .../scala/com/here/bom/internal/DependencyResolutionProxy.scala | 2 +- plugin/src/main/scala/com/here/bom/internal/IvyPomLocator.scala | 2 +- .../main/scala/com/here/bom/internal/NormalizedArtifact.scala | 2 +- plugin/src/sbt-test/psv/simple_1.3.0/project/Dependencies.scala | 2 +- plugin/src/sbt-test/psv/simple_1.3.0/src/main/scala/Demo.scala | 2 +- plugin/src/sbt-test/psv/simple_1.6.1/project/Dependencies.scala | 2 +- plugin/src/sbt-test/psv/simple_1.6.1/src/main/scala/Demo.scala | 2 +- .../sv/password-protected-repo_1.6.1/project/Dependencies.scala | 2 +- .../sv/password-protected-repo_1.6.1/src/main/scala/Demo.scala | 2 +- plugin/src/test/scala/com/here/bom/BomSpec.scala | 2 +- plugin/src/test/scala/com/here/bom/internal/BomReaderSpec.scala | 2 +- .../test/scala/com/here/bom/internal/IvyPomLocatorSpec.scala | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/LICENSE b/LICENSE index 709e05b..9e6c818 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2019-2023 HERE Europe B.V. +Copyright (C) 2019-2024 HERE Europe B.V. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 8d46517..5c21cf6 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,6 @@ The credentials can be supplied through these methods, with the following preced - Dmitry Abramov (https://github.com/dmitriy-abramov) ## License -Copyright (C) 2019-2023 HERE Europe B.V. +Copyright (C) 2019-2024 HERE Europe B.V. Unless otherwise noted in `LICENSE` files for specific files or directories, the [LICENSE](LICENSE) in the root applies to all content in this repository. diff --git a/plugin/src/main/scala/com/here/bom/Bom.scala b/plugin/src/main/scala/com/here/bom/Bom.scala index 7c9ca62..26ded1e 100644 --- a/plugin/src/main/scala/com/here/bom/Bom.scala +++ b/plugin/src/main/scala/com/here/bom/Bom.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2023 HERE Europe B.V. + * Copyright (C) 2019-2024 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugin/src/main/scala/com/here/bom/internal/BomReader.scala b/plugin/src/main/scala/com/here/bom/internal/BomReader.scala index b643168..25c354c 100644 --- a/plugin/src/main/scala/com/here/bom/internal/BomReader.scala +++ b/plugin/src/main/scala/com/here/bom/internal/BomReader.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2023 HERE Europe B.V. + * Copyright (C) 2019-2024 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugin/src/main/scala/com/here/bom/internal/DependencyResolutionProxy.scala b/plugin/src/main/scala/com/here/bom/internal/DependencyResolutionProxy.scala index b60f658..55fc1b9 100644 --- a/plugin/src/main/scala/com/here/bom/internal/DependencyResolutionProxy.scala +++ b/plugin/src/main/scala/com/here/bom/internal/DependencyResolutionProxy.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2023 HERE Europe B.V. + * Copyright (C) 2019-2024 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugin/src/main/scala/com/here/bom/internal/IvyPomLocator.scala b/plugin/src/main/scala/com/here/bom/internal/IvyPomLocator.scala index 721e024..066affd 100644 --- a/plugin/src/main/scala/com/here/bom/internal/IvyPomLocator.scala +++ b/plugin/src/main/scala/com/here/bom/internal/IvyPomLocator.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2023 HERE Europe B.V. + * Copyright (C) 2019-2024 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugin/src/main/scala/com/here/bom/internal/NormalizedArtifact.scala b/plugin/src/main/scala/com/here/bom/internal/NormalizedArtifact.scala index d06ce6d..c757613 100644 --- a/plugin/src/main/scala/com/here/bom/internal/NormalizedArtifact.scala +++ b/plugin/src/main/scala/com/here/bom/internal/NormalizedArtifact.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2023 HERE Europe B.V. + * Copyright (C) 2019-2024 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugin/src/sbt-test/psv/simple_1.3.0/project/Dependencies.scala b/plugin/src/sbt-test/psv/simple_1.3.0/project/Dependencies.scala index 3118d15..eb45e13 100644 --- a/plugin/src/sbt-test/psv/simple_1.3.0/project/Dependencies.scala +++ b/plugin/src/sbt-test/psv/simple_1.3.0/project/Dependencies.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2023 HERE Europe B.V. + * Copyright (C) 2019-2024 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugin/src/sbt-test/psv/simple_1.3.0/src/main/scala/Demo.scala b/plugin/src/sbt-test/psv/simple_1.3.0/src/main/scala/Demo.scala index dc7948d..b260e00 100644 --- a/plugin/src/sbt-test/psv/simple_1.3.0/src/main/scala/Demo.scala +++ b/plugin/src/sbt-test/psv/simple_1.3.0/src/main/scala/Demo.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2023 HERE Europe B.V. + * Copyright (C) 2019-2024 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugin/src/sbt-test/psv/simple_1.6.1/project/Dependencies.scala b/plugin/src/sbt-test/psv/simple_1.6.1/project/Dependencies.scala index 3118d15..eb45e13 100644 --- a/plugin/src/sbt-test/psv/simple_1.6.1/project/Dependencies.scala +++ b/plugin/src/sbt-test/psv/simple_1.6.1/project/Dependencies.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2023 HERE Europe B.V. + * Copyright (C) 2019-2024 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugin/src/sbt-test/psv/simple_1.6.1/src/main/scala/Demo.scala b/plugin/src/sbt-test/psv/simple_1.6.1/src/main/scala/Demo.scala index de24462..6a16e7b 100644 --- a/plugin/src/sbt-test/psv/simple_1.6.1/src/main/scala/Demo.scala +++ b/plugin/src/sbt-test/psv/simple_1.6.1/src/main/scala/Demo.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2023 HERE Europe B.V. + * Copyright (C) 2019-2024 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugin/src/sbt-test/sv/password-protected-repo_1.6.1/project/Dependencies.scala b/plugin/src/sbt-test/sv/password-protected-repo_1.6.1/project/Dependencies.scala index 673eb6e..215ef46 100644 --- a/plugin/src/sbt-test/sv/password-protected-repo_1.6.1/project/Dependencies.scala +++ b/plugin/src/sbt-test/sv/password-protected-repo_1.6.1/project/Dependencies.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2023 HERE Europe B.V. + * Copyright (C) 2019-2024 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugin/src/sbt-test/sv/password-protected-repo_1.6.1/src/main/scala/Demo.scala b/plugin/src/sbt-test/sv/password-protected-repo_1.6.1/src/main/scala/Demo.scala index d938b7c..916514b 100644 --- a/plugin/src/sbt-test/sv/password-protected-repo_1.6.1/src/main/scala/Demo.scala +++ b/plugin/src/sbt-test/sv/password-protected-repo_1.6.1/src/main/scala/Demo.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2023 HERE Europe B.V. + * Copyright (C) 2019-2024 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugin/src/test/scala/com/here/bom/BomSpec.scala b/plugin/src/test/scala/com/here/bom/BomSpec.scala index d960a00..89b3884 100644 --- a/plugin/src/test/scala/com/here/bom/BomSpec.scala +++ b/plugin/src/test/scala/com/here/bom/BomSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2023 HERE Europe B.V. + * Copyright (C) 2019-2024 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugin/src/test/scala/com/here/bom/internal/BomReaderSpec.scala b/plugin/src/test/scala/com/here/bom/internal/BomReaderSpec.scala index fcf41d7..790bda3 100644 --- a/plugin/src/test/scala/com/here/bom/internal/BomReaderSpec.scala +++ b/plugin/src/test/scala/com/here/bom/internal/BomReaderSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2023 HERE Europe B.V. + * Copyright (C) 2019-2024 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/plugin/src/test/scala/com/here/bom/internal/IvyPomLocatorSpec.scala b/plugin/src/test/scala/com/here/bom/internal/IvyPomLocatorSpec.scala index b2b4056..8624f0b 100644 --- a/plugin/src/test/scala/com/here/bom/internal/IvyPomLocatorSpec.scala +++ b/plugin/src/test/scala/com/here/bom/internal/IvyPomLocatorSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2023 HERE Europe B.V. + * Copyright (C) 2019-2024 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.