From 5b1d58c5f61da1822437c790e0c9c4a6fec9f1a7 Mon Sep 17 00:00:00 2001 From: Dmitry Baev Date: Fri, 1 Mar 2024 14:23:42 +0000 Subject: [PATCH] update copyright --- LICENSE | 2 +- maven/quality-configs/spotless/header.java | 2 +- src/main/java/io/qameta/allure/maven/AllureBaseMojo.java | 2 +- src/main/java/io/qameta/allure/maven/AllureBulkMojo.java | 2 +- src/main/java/io/qameta/allure/maven/AllureCommandline.java | 2 +- src/main/java/io/qameta/allure/maven/AllureGenerateMojo.java | 2 +- src/main/java/io/qameta/allure/maven/AllureInstallMojo.java | 2 +- src/main/java/io/qameta/allure/maven/AllureReportMojo.java | 2 +- src/main/java/io/qameta/allure/maven/AllureServeMojo.java | 2 +- src/main/java/io/qameta/allure/maven/AlureAggregateMojo.java | 2 +- src/main/java/io/qameta/allure/maven/DownloadUtils.java | 2 +- src/main/java/io/qameta/allure/maven/ProxyUtils.java | 2 +- src/test/java/io/qameta/allure/maven/TestHelper.java | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/LICENSE b/LICENSE index 8365baa..3f551a1 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2017-2022 Dmitry Baev + Copyright 2017-2024 Qameta Software Inc 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/maven/quality-configs/spotless/header.java b/maven/quality-configs/spotless/header.java index c440359..a91c27d 100644 --- a/maven/quality-configs/spotless/header.java +++ b/maven/quality-configs/spotless/header.java @@ -1,5 +1,5 @@ /* - * Copyright $YEAR Qameta Software OÜ + * Copyright 2016-2024 Qameta Software Inc * * 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/java/io/qameta/allure/maven/AllureBaseMojo.java b/src/main/java/io/qameta/allure/maven/AllureBaseMojo.java index 8a04699..2eba53f 100644 --- a/src/main/java/io/qameta/allure/maven/AllureBaseMojo.java +++ b/src/main/java/io/qameta/allure/maven/AllureBaseMojo.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Qameta Software OÜ + * Copyright 2016-2024 Qameta Software Inc * * 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/java/io/qameta/allure/maven/AllureBulkMojo.java b/src/main/java/io/qameta/allure/maven/AllureBulkMojo.java index ed1cdcc..72bbf18 100644 --- a/src/main/java/io/qameta/allure/maven/AllureBulkMojo.java +++ b/src/main/java/io/qameta/allure/maven/AllureBulkMojo.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Qameta Software OÜ + * Copyright 2016-2024 Qameta Software Inc * * 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/java/io/qameta/allure/maven/AllureCommandline.java b/src/main/java/io/qameta/allure/maven/AllureCommandline.java index 5449e16..1f4a177 100644 --- a/src/main/java/io/qameta/allure/maven/AllureCommandline.java +++ b/src/main/java/io/qameta/allure/maven/AllureCommandline.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Qameta Software OÜ + * Copyright 2016-2024 Qameta Software Inc * * 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/java/io/qameta/allure/maven/AllureGenerateMojo.java b/src/main/java/io/qameta/allure/maven/AllureGenerateMojo.java index 54399c0..11e3e7f 100644 --- a/src/main/java/io/qameta/allure/maven/AllureGenerateMojo.java +++ b/src/main/java/io/qameta/allure/maven/AllureGenerateMojo.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Qameta Software OÜ + * Copyright 2016-2024 Qameta Software Inc * * 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/java/io/qameta/allure/maven/AllureInstallMojo.java b/src/main/java/io/qameta/allure/maven/AllureInstallMojo.java index 80ae336..eb51da4 100644 --- a/src/main/java/io/qameta/allure/maven/AllureInstallMojo.java +++ b/src/main/java/io/qameta/allure/maven/AllureInstallMojo.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Qameta Software OÜ + * Copyright 2016-2024 Qameta Software Inc * * 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/java/io/qameta/allure/maven/AllureReportMojo.java b/src/main/java/io/qameta/allure/maven/AllureReportMojo.java index fc5df0a..a62572e 100644 --- a/src/main/java/io/qameta/allure/maven/AllureReportMojo.java +++ b/src/main/java/io/qameta/allure/maven/AllureReportMojo.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Qameta Software OÜ + * Copyright 2016-2024 Qameta Software Inc * * 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/java/io/qameta/allure/maven/AllureServeMojo.java b/src/main/java/io/qameta/allure/maven/AllureServeMojo.java index aabcffe..a6cf103 100644 --- a/src/main/java/io/qameta/allure/maven/AllureServeMojo.java +++ b/src/main/java/io/qameta/allure/maven/AllureServeMojo.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Qameta Software OÜ + * Copyright 2016-2024 Qameta Software Inc * * 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/java/io/qameta/allure/maven/AlureAggregateMojo.java b/src/main/java/io/qameta/allure/maven/AlureAggregateMojo.java index 81cf5ca..ef347e3 100644 --- a/src/main/java/io/qameta/allure/maven/AlureAggregateMojo.java +++ b/src/main/java/io/qameta/allure/maven/AlureAggregateMojo.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Qameta Software OÜ + * Copyright 2016-2024 Qameta Software Inc * * 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/java/io/qameta/allure/maven/DownloadUtils.java b/src/main/java/io/qameta/allure/maven/DownloadUtils.java index 448a7f2..2dcf257 100644 --- a/src/main/java/io/qameta/allure/maven/DownloadUtils.java +++ b/src/main/java/io/qameta/allure/maven/DownloadUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Qameta Software OÜ + * Copyright 2016-2024 Qameta Software Inc * * 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/java/io/qameta/allure/maven/ProxyUtils.java b/src/main/java/io/qameta/allure/maven/ProxyUtils.java index 8e851ac..2b388e6 100644 --- a/src/main/java/io/qameta/allure/maven/ProxyUtils.java +++ b/src/main/java/io/qameta/allure/maven/ProxyUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Qameta Software OÜ + * Copyright 2016-2024 Qameta Software Inc * * 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/java/io/qameta/allure/maven/TestHelper.java b/src/test/java/io/qameta/allure/maven/TestHelper.java index 27c672a..99924cd 100644 --- a/src/test/java/io/qameta/allure/maven/TestHelper.java +++ b/src/test/java/io/qameta/allure/maven/TestHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 Qameta Software OÜ + * Copyright 2016-2024 Qameta Software Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.