Skip to content

Commit

Permalink
Merge pull request #23 from takkt-ag/feature/change-copyright-notice
Browse files Browse the repository at this point in the history
chore: fix copyright notice after company rename
  • Loading branch information
pitkley authored Oct 25, 2024
2 parents 6d2233e + 0dc9806 commit 88b5485
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 18 deletions.
5 changes: 3 additions & 2 deletions .ci/check-license-comments.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand All @@ -33,6 +33,7 @@ done < <(\
git ls-files -z -- \
'*.rs' \
'*.sh' \
'Dockerfile' \
)

if [[ "$ERRORS" -gt 0 ]]; then
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion checkmate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
authors = [
"Pit Kleyersburg <[email protected]>",
"KAISER+KRAFT EUROPA GmbH <[email protected]>"
"TAKKT Industrial & Packaging GmbH <[email protected]>"
]
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion checkmate/src/cli.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion checkmate/src/config.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion checkmate/src/config/folders.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion checkmate/src/config/hosts.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion checkmate/src/config/rulesets.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion checkmate/src/de.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion checkmate/src/main.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion checkmk-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
authors = [
"Pit Kleyersburg <[email protected]>",
"KAISER+KRAFT EUROPA GmbH <[email protected]>"
"TAKKT Industrial & Packaging GmbH <[email protected]>"
]
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion checkmk-client/src/changes.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion checkmk-client/src/folders.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion checkmk-client/src/hosts.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion checkmk-client/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion checkmk-client/src/models.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion checkmk-client/src/rules.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 88b5485

Please sign in to comment.