From 0b9c8003cf80e84c5cc5f22c1ab65ac75e2cc207 Mon Sep 17 00:00:00 2001 From: AntwortEinesLebens Date: Sun, 3 Nov 2024 15:05:59 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A7=B9=20Update=20copyrights?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/audit.yaml | 2 +- .github/workflows/build.yaml | 2 +- .github/workflows/format.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/release.yaml | 2 +- .gitignore | 2 +- .markdownlint-cli2.yaml | 2 +- .yamllint.yaml | 2 +- AUTHORS.md | 2 +- Cargo.lock.license | 2 +- Cargo.toml | 2 +- README.md | 2 +- build.rs | 2 +- cliff.toml | 2 +- deny.toml | 2 +- media/logo.svg.license | 2 +- media/wag.ico.license | 2 +- mtg-manifest.rc | 2 +- mtg.exe.manifest | 2 +- rustfmt.toml | 2 +- src/actions.rs | 2 +- src/actions/drivers.rs | 2 +- src/actions/drivers/byovd.rs | 2 +- src/actions/processes.rs | 2 +- src/actions/processes/spoofing.rs | 2 +- src/cli.rs | 2 +- src/main.rs | 2 +- src/windows.rs | 2 +- src/windows/processes.rs | 2 +- src/windows/users.rs | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index e219153..3d8d43f 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -1,5 +1,5 @@ --- -# SPDX-FileCopyrightText: 2023 The WAG development team +# SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team # # SPDX-License-Identifier: CC0-1.0 name: Audit the project diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e43ebaf..332d691 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,5 +1,5 @@ --- -# SPDX-FileCopyrightText: 2023 The WAG development team +# SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team # # SPDX-License-Identifier: CC0-1.0 name: Build and test the project diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 10864b8..8b0f37a 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -1,5 +1,5 @@ --- -# SPDX-FileCopyrightText: 2023 The WAG development team +# SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team # # SPDX-License-Identifier: CC0-1.0 name: Check formatting of the project diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index f16a3f7..7c3fc8e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -1,5 +1,5 @@ --- -# SPDX-FileCopyrightText: 2023 The WAG development team +# SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team # # SPDX-License-Identifier: CC0-1.0 name: Lint the project diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8e18019..c457533 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,5 +1,5 @@ --- -# SPDX-FileCopyrightText: 2023 The WAG development team +# SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team # # SPDX-License-Identifier: CC0-1.0 name: Create new release diff --git a/.gitignore b/.gitignore index 31674ac..2b56f65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 The WAG development team +# SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team # # SPDX-License-Identifier: CC0-1.0 diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 43cb7e6..b43acb2 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -1,5 +1,5 @@ --- -# SPDX-FileCopyrightText: 2023 The WAG development team +# SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team # # SPDX-License-Identifier: CC0-1.0 config: diff --git a/.yamllint.yaml b/.yamllint.yaml index 1719a12..c7d09d8 100644 --- a/.yamllint.yaml +++ b/.yamllint.yaml @@ -1,5 +1,5 @@ --- -# SPDX-FileCopyrightText: 2023 The WAG development team +# SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team # # SPDX-License-Identifier: CC0-1.0 extends: default diff --git a/AUTHORS.md b/AUTHORS.md index 419dbb2..1d600f9 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,5 +1,5 @@ diff --git a/Cargo.lock.license b/Cargo.lock.license index e30412b..357c02c 100644 --- a/Cargo.lock.license +++ b/Cargo.lock.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2023 The WAG development team +SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team SPDX-License-Identifier: CC0-1.0 diff --git a/Cargo.toml b/Cargo.toml index 1b16195..9adc939 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 The WAG development team +# SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team # # SPDX-License-Identifier: CC0-1.0 diff --git a/README.md b/README.md index ed70f11..0b11b86 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ diff --git a/build.rs b/build.rs index 6700ad2..5b11351 100644 --- a/build.rs +++ b/build.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The WAG development team +// SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/cliff.toml b/cliff.toml index c351cc1..4c5adec 100644 --- a/cliff.toml +++ b/cliff.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 The WAG development team +# SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team # SPDX-FileCopyrightText: 2023 The git-cliff development team # # SPDX-License-Identifier: CC0-1.0 diff --git a/deny.toml b/deny.toml index d4f50ab..2fba265 100644 --- a/deny.toml +++ b/deny.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 The WAG development team +# SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team # # SPDX-License-Identifier: CC0-1.0 diff --git a/media/logo.svg.license b/media/logo.svg.license index d631391..76e03c1 100644 --- a/media/logo.svg.license +++ b/media/logo.svg.license @@ -1,6 +1,6 @@ SPDX-FileCopyrightText: 2023 Agbama Ulimhuka SPDX-FileCopyrightText: 2023 Tailwind Labs, Inc -SPDX-FileCopyrightText: 2023 The WAG development team +SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team SPDX-License-Identifier: GPL-3.0-or-later SPDX-License-Identifier: MIT diff --git a/media/wag.ico.license b/media/wag.ico.license index 0280446..7de8049 100644 --- a/media/wag.ico.license +++ b/media/wag.ico.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2023 The WAG development team +SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team SPDX-License-Identifier: GPL-3.0-or-later diff --git a/mtg-manifest.rc b/mtg-manifest.rc index c1a3cdf..f7ee031 100644 --- a/mtg-manifest.rc +++ b/mtg-manifest.rc @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The WAG development team +// SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team // // SPDX-License-Identifier: CC0-1.0 diff --git a/mtg.exe.manifest b/mtg.exe.manifest index 26daf2c..176efe2 100644 --- a/mtg.exe.manifest +++ b/mtg.exe.manifest @@ -1,7 +1,7 @@ diff --git a/rustfmt.toml b/rustfmt.toml index ae47de8..921bdd8 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 The WAG development team +# SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/actions.rs b/src/actions.rs index 0f613c2..35e8bca 100644 --- a/src/actions.rs +++ b/src/actions.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The WAG development team +// SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/actions/drivers.rs b/src/actions/drivers.rs index e168a21..c25312f 100644 --- a/src/actions/drivers.rs +++ b/src/actions/drivers.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The WAG development team +// SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/actions/drivers/byovd.rs b/src/actions/drivers/byovd.rs index 2895ad8..b5ce606 100644 --- a/src/actions/drivers/byovd.rs +++ b/src/actions/drivers/byovd.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The WAG development team +// SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/actions/processes.rs b/src/actions/processes.rs index 0cbdf3d..ac5b4a1 100644 --- a/src/actions/processes.rs +++ b/src/actions/processes.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The WAG development team +// SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/actions/processes/spoofing.rs b/src/actions/processes/spoofing.rs index 26b1ad8..5a87902 100644 --- a/src/actions/processes/spoofing.rs +++ b/src/actions/processes/spoofing.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The WAG development team +// SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/cli.rs b/src/cli.rs index e10dd76..2435314 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The WAG development team +// SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/main.rs b/src/main.rs index 44b7aa0..1269fe8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The WAG development team +// SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/windows.rs b/src/windows.rs index 3a99ec0..36568b5 100644 --- a/src/windows.rs +++ b/src/windows.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The WAG development team +// SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/windows/processes.rs b/src/windows/processes.rs index 2509a6f..8017dd9 100644 --- a/src/windows/processes.rs +++ b/src/windows/processes.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The WAG development team +// SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team // // SPDX-License-Identifier: GPL-3.0-or-later diff --git a/src/windows/users.rs b/src/windows/users.rs index 0a008fb..36dd513 100644 --- a/src/windows/users.rs +++ b/src/windows/users.rs @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The WAG development team +// SPDX-FileCopyrightText: 2023 The MalwareTracesGenerator development team // // SPDX-License-Identifier: GPL-3.0-or-later