diff --git a/README.md b/README.md index 7d12ad0..5ce8a4b 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,6 @@ export JAVA_OPTS="-Dhttp.proxyHost=PROXY_HOST -Dhttp.proxyPort=PROXY_PORT -Dhttp ``` ## 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/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactResolverPlugin.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactResolverPlugin.scala index bf9383a..4be5642 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactResolverPlugin.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactResolverPlugin.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2020 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/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactURLHandler.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactURLHandler.scala index ed0c82d..28ed5fe 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactURLHandler.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactURLHandler.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2020 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/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactURLResolver.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactURLResolver.scala index c3977b8..42ef6f3 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactURLResolver.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactURLResolver.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2020 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/src/main/scala/com/here/platform/artifact/sbt/resolver/XRateLimitServiceUnavailableRetryStrategy.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/XRateLimitServiceUnavailableRetryStrategy.scala index aafcb84..d0b012c 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/XRateLimitServiceUnavailableRetryStrategy.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/XRateLimitServiceUnavailableRetryStrategy.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2022 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/src/main/scala/com/here/platform/artifact/sbt/resolver/auth/Credentials.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/auth/Credentials.scala index 368a86a..663f1f5 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/auth/Credentials.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/auth/Credentials.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2020 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/src/main/scala/com/here/platform/artifact/sbt/resolver/auth/HereAuth.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/auth/HereAuth.scala index 8e572c9..3c150c4 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/auth/HereAuth.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/auth/HereAuth.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2020 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/src/main/scala/com/here/platform/artifact/sbt/resolver/connection/ArtifactURLConnection.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/connection/ArtifactURLConnection.scala index 94e9b14..bb6beae 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/connection/ArtifactURLConnection.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/connection/ArtifactURLConnection.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2020 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/src/main/scala/com/here/platform/artifact/sbt/resolver/connection/Handler.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/connection/Handler.scala index b567fff..a264734 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/connection/Handler.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/connection/Handler.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2020 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/src/main/scala/com/here/platform/artifact/sbt/resolver/error/ArtifactNotFoundException.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/error/ArtifactNotFoundException.scala index 195f036..dddc90a 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/error/ArtifactNotFoundException.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/error/ArtifactNotFoundException.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2020 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/src/main/scala/com/here/platform/artifact/sbt/resolver/error/RegisterException.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/error/RegisterException.scala index 1bafded..867e595 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/error/RegisterException.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/error/RegisterException.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2020 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/src/main/scala/com/here/platform/artifact/sbt/resolver/utils/ArtifactPropertiesResolver.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/utils/ArtifactPropertiesResolver.scala index f33aee3..8084c8d 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/utils/ArtifactPropertiesResolver.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/utils/ArtifactPropertiesResolver.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2020 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/src/main/scala/com/here/platform/artifact/sbt/resolver/utils/HttpUtils.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/utils/HttpUtils.scala index b4156c1..883d242 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/utils/HttpUtils.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/utils/HttpUtils.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2020 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/src/test/scala/com/here/platform/artifact/sbt/resolver/UnitSpec.scala b/src/test/scala/com/here/platform/artifact/sbt/resolver/UnitSpec.scala index a31319a..522468c 100644 --- a/src/test/scala/com/here/platform/artifact/sbt/resolver/UnitSpec.scala +++ b/src/test/scala/com/here/platform/artifact/sbt/resolver/UnitSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2020 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/src/test/scala/com/here/platform/artifact/sbt/resolver/XRateLimitServiceUnavailableRetryStrategyTest.scala b/src/test/scala/com/here/platform/artifact/sbt/resolver/XRateLimitServiceUnavailableRetryStrategyTest.scala index 411bfcd..ffc7d25 100644 --- a/src/test/scala/com/here/platform/artifact/sbt/resolver/XRateLimitServiceUnavailableRetryStrategyTest.scala +++ b/src/test/scala/com/here/platform/artifact/sbt/resolver/XRateLimitServiceUnavailableRetryStrategyTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2022 HERE Europe B.V. + * Copyright (C) 2018-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/src/test/scala/com/here/platform/artifact/sbt/resolver/utils/ArtifactPropertiesResolverTest.scala b/src/test/scala/com/here/platform/artifact/sbt/resolver/utils/ArtifactPropertiesResolverTest.scala index 5a0c0a4..2c53e98 100644 --- a/src/test/scala/com/here/platform/artifact/sbt/resolver/utils/ArtifactPropertiesResolverTest.scala +++ b/src/test/scala/com/here/platform/artifact/sbt/resolver/utils/ArtifactPropertiesResolverTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2020 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/src/test/scala/com/here/platform/artifact/sbt/resolver/utils/HttpUtilsTest.scala b/src/test/scala/com/here/platform/artifact/sbt/resolver/utils/HttpUtilsTest.scala index 909f300..2e2960d 100644 --- a/src/test/scala/com/here/platform/artifact/sbt/resolver/utils/HttpUtilsTest.scala +++ b/src/test/scala/com/here/platform/artifact/sbt/resolver/utils/HttpUtilsTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2020 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.