From 0dc9806df979c13221028d905ce022e352b0c596 Mon Sep 17 00:00:00 2001 From: Phillip Stockmann Date: Wed, 16 Oct 2024 12:40:08 +0200 Subject: [PATCH] chore: fix copyright notice after company rename --- .ci/check-license-comments.sh | 5 +++-- Dockerfile | 2 +- checkmate/Cargo.toml | 2 +- checkmate/src/cli.rs | 2 +- checkmate/src/config.rs | 2 +- checkmate/src/config/folders.rs | 2 +- checkmate/src/config/hosts.rs | 2 +- checkmate/src/config/rulesets.rs | 2 +- checkmate/src/de.rs | 2 +- checkmate/src/main.rs | 2 +- checkmk-client/Cargo.toml | 2 +- checkmk-client/src/changes.rs | 2 +- checkmk-client/src/folders.rs | 2 +- checkmk-client/src/hosts.rs | 2 +- checkmk-client/src/lib.rs | 2 +- checkmk-client/src/models.rs | 2 +- checkmk-client/src/rules.rs | 2 +- 17 files changed, 19 insertions(+), 18 deletions(-) diff --git a/.ci/check-license-comments.sh b/.ci/check-license-comments.sh index a0d8b3b..5c749eb 100755 --- a/.ci/check-license-comments.sh +++ b/.ci/check-license-comments.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2023 KAISER+KRAFT EUROPA GmbH +# Copyright 2024 TAKKT Industrial & Packaging GmbH # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ # # SPDX-License-Identifier: Apache-2.0 -PATTERN_COPYRIGHT='^(//|#) Copyright [[:digit:]]+ KAISER\+KRAFT EUROPA GmbH' +PATTERN_COPYRIGHT='^(//|#) Copyright [[:digit:]]+ TAKKT Industrial & Packaging GmbH' PATTERN_SPDX='^(//|#) SPDX-License-Identifier: Apache-2.0' ERRORS=0 @@ -33,6 +33,7 @@ done < <(\ git ls-files -z -- \ '*.rs' \ '*.sh' \ + 'Dockerfile' \ ) if [[ "$ERRORS" -gt 0 ]]; then diff --git a/Dockerfile b/Dockerfile index af5f0e7..0b20c4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2023 KAISER+KRAFT EUROPA GmbH +# Copyright 2024 TAKKT Industrial & Packaging GmbH # # 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/checkmate/Cargo.toml b/checkmate/Cargo.toml index db4e80a..d02f786 100644 --- a/checkmate/Cargo.toml +++ b/checkmate/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" authors = [ "Pit Kleyersburg ", - "KAISER+KRAFT EUROPA GmbH " + "TAKKT Industrial & Packaging GmbH " ] license = "Apache-2.0" diff --git a/checkmate/src/cli.rs b/checkmate/src/cli.rs index ac506cd..96d3d62 100644 --- a/checkmate/src/cli.rs +++ b/checkmate/src/cli.rs @@ -1,4 +1,4 @@ -// Copyright 2023 KAISER+KRAFT EUROPA GmbH +// Copyright 2024 TAKKT Industrial & Packaging GmbH // // 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/checkmate/src/config.rs b/checkmate/src/config.rs index df20e2b..d1c192a 100644 --- a/checkmate/src/config.rs +++ b/checkmate/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2023 KAISER+KRAFT EUROPA GmbH +// Copyright 2024 TAKKT Industrial & Packaging GmbH // // 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/checkmate/src/config/folders.rs b/checkmate/src/config/folders.rs index bf36be8..8e3755f 100644 --- a/checkmate/src/config/folders.rs +++ b/checkmate/src/config/folders.rs @@ -1,4 +1,4 @@ -// Copyright 2023 KAISER+KRAFT EUROPA GmbH +// Copyright 2024 TAKKT Industrial & Packaging GmbH // // 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/checkmate/src/config/hosts.rs b/checkmate/src/config/hosts.rs index 586b52b..b75d9b4 100644 --- a/checkmate/src/config/hosts.rs +++ b/checkmate/src/config/hosts.rs @@ -1,4 +1,4 @@ -// Copyright 2023 KAISER+KRAFT EUROPA GmbH +// Copyright 2024 TAKKT Industrial & Packaging GmbH // // 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/checkmate/src/config/rulesets.rs b/checkmate/src/config/rulesets.rs index cc477cc..8b14197 100644 --- a/checkmate/src/config/rulesets.rs +++ b/checkmate/src/config/rulesets.rs @@ -1,4 +1,4 @@ -// Copyright 2023 KAISER+KRAFT EUROPA GmbH +// Copyright 2024 TAKKT Industrial & Packaging GmbH // // 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/checkmate/src/de.rs b/checkmate/src/de.rs index 1b22ccb..f185264 100644 --- a/checkmate/src/de.rs +++ b/checkmate/src/de.rs @@ -1,4 +1,4 @@ -// Copyright 2023 KAISER+KRAFT EUROPA GmbH +// Copyright 2024 TAKKT Industrial & Packaging GmbH // // 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/checkmate/src/main.rs b/checkmate/src/main.rs index 3466211..1b63608 100644 --- a/checkmate/src/main.rs +++ b/checkmate/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2023 KAISER+KRAFT EUROPA GmbH +// Copyright 2024 TAKKT Industrial & Packaging GmbH // // 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/checkmk-client/Cargo.toml b/checkmk-client/Cargo.toml index 0c6edc7..108c481 100644 --- a/checkmk-client/Cargo.toml +++ b/checkmk-client/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" authors = [ "Pit Kleyersburg ", - "KAISER+KRAFT EUROPA GmbH " + "TAKKT Industrial & Packaging GmbH " ] license = "Apache-2.0" diff --git a/checkmk-client/src/changes.rs b/checkmk-client/src/changes.rs index a24ae8d..d636384 100644 --- a/checkmk-client/src/changes.rs +++ b/checkmk-client/src/changes.rs @@ -1,4 +1,4 @@ -// Copyright 2023 KAISER+KRAFT EUROPA GmbH +// Copyright 2024 TAKKT Industrial & Packaging GmbH // // 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/checkmk-client/src/folders.rs b/checkmk-client/src/folders.rs index 3c88566..a2075a9 100644 --- a/checkmk-client/src/folders.rs +++ b/checkmk-client/src/folders.rs @@ -1,4 +1,4 @@ -// Copyright 2023 KAISER+KRAFT EUROPA GmbH +// Copyright 2024 TAKKT Industrial & Packaging GmbH // // 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/checkmk-client/src/hosts.rs b/checkmk-client/src/hosts.rs index 089528d..d9568a0 100644 --- a/checkmk-client/src/hosts.rs +++ b/checkmk-client/src/hosts.rs @@ -1,4 +1,4 @@ -// Copyright 2023 KAISER+KRAFT EUROPA GmbH +// Copyright 2024 TAKKT Industrial & Packaging GmbH // // 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/checkmk-client/src/lib.rs b/checkmk-client/src/lib.rs index 9bec6db..6073f42 100644 --- a/checkmk-client/src/lib.rs +++ b/checkmk-client/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 KAISER+KRAFT EUROPA GmbH +// Copyright 2024 TAKKT Industrial & Packaging GmbH // // 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/checkmk-client/src/models.rs b/checkmk-client/src/models.rs index 18bab3e..946a667 100644 --- a/checkmk-client/src/models.rs +++ b/checkmk-client/src/models.rs @@ -1,4 +1,4 @@ -// Copyright 2023 KAISER+KRAFT EUROPA GmbH +// Copyright 2024 TAKKT Industrial & Packaging GmbH // // 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/checkmk-client/src/rules.rs b/checkmk-client/src/rules.rs index 63b7f63..c3f5478 100644 --- a/checkmk-client/src/rules.rs +++ b/checkmk-client/src/rules.rs @@ -1,4 +1,4 @@ -// Copyright 2023 KAISER+KRAFT EUROPA GmbH +// Copyright 2024 TAKKT Industrial & Packaging GmbH // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.