diff --git a/src/imaginer.in b/src/imaginer.in index a853f34..5f862c8 100755 --- a/src/imaginer.in +++ b/src/imaginer.in @@ -2,7 +2,7 @@ # imaginer.in # -# Copyright 2023 Me +# SPDX-FileCopyrightText: 2023 0xMRTT # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/main.py b/src/main.py index e2aa85f..6aa2ccc 100644 --- a/src/main.py +++ b/src/main.py @@ -1,6 +1,6 @@ # main.py # -# Copyright 2023 Me +# SPDX-FileCopyrightText: 2023 0xMRTT # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/window.py b/src/window.py index f0f5cab..577b1a8 100644 --- a/src/window.py +++ b/src/window.py @@ -1,6 +1,6 @@ # window.py # -# Copyright 2023 Me +# SPDX-FileCopyrightText: 2023 0xMRTT # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by