Skip to content

Commit fc91c1a

Browse files
committed
Add SPDX copyright and license tags
1 parent 7a45ce7 commit fc91c1a

18 files changed

Lines changed: 54 additions & 16 deletions

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2019-2025 Sébastien Helleu <flashcode@flashtux.org>
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
15
name: CI
26

37
on:

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2022-2025 Sébastien Helleu <flashcode@flashtux.org>
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
15
name: "CodeQL"
26

37
on:

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#
2-
# Copyright (C) 2021-2024 Sébastien Helleu <flashcode@flashtux.org>
2+
# SPDX-FileCopyrightText: 2021-2025 Sébastien Helleu <flashcode@flashtux.org>
3+
#
4+
# SPDX-License-Identifier: GPL-3.0-or-later
35
#
46
# This file is part of msgcheck.
57
#

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ current value
9595

9696
## Copyright
9797

98-
Copyright © 2009-2024 [Sébastien Helleu](https://github.com/flashcode)
98+
Copyright © 2009-2025 [Sébastien Helleu](https://github.com/flashcode)
9999

100100
This program is free software; you can redistribute it and/or modify
101101
it under the terms of the GNU General Public License as published by

msgcheck/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright (C) 2009-2024 Sébastien Helleu <flashcode@flashtux.org>
3+
# SPDX-FileCopyrightText: 2009-2025 Sébastien Helleu <flashcode@flashtux.org>
4+
#
5+
# SPDX-License-Identifier: GPL-3.0-or-later
46
#
57
# This file is part of msgcheck.
68
#

msgcheck/msgcheck.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright (C) 2009-2024 Sébastien Helleu <flashcode@flashtux.org>
3+
# SPDX-FileCopyrightText: 2009-2025 Sébastien Helleu <flashcode@flashtux.org>
4+
#
5+
# SPDX-License-Identifier: GPL-3.0-or-later
46
#
57
# This file is part of msgcheck.
68
#

msgcheck/po.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright (C) 2009-2024 Sébastien Helleu <flashcode@flashtux.org>
3+
# SPDX-FileCopyrightText: 2009-2025 Sébastien Helleu <flashcode@flashtux.org>
4+
#
5+
# SPDX-License-Identifier: GPL-3.0-or-later
46
#
57
# This file is part of msgcheck.
68
#

msgcheck/utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright (C) 2009-2024 Sébastien Helleu <flashcode@flashtux.org>
3+
# SPDX-FileCopyrightText: 2009-2025 Sébastien Helleu <flashcode@flashtux.org>
4+
#
5+
# SPDX-License-Identifier: GPL-3.0-or-later
46
#
57
# This file is part of msgcheck.
68
#

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright (C) 2009-2024 Sébastien Helleu <flashcode@flashtux.org>
3+
# SPDX-FileCopyrightText: 2009-2025 Sébastien Helleu <flashcode@flashtux.org>
4+
#
5+
# SPDX-License-Identifier: GPL-3.0-or-later
46
#
57
# This file is part of msgcheck.
68
#

tests/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright (C) 2009-2024 Sébastien Helleu <flashcode@flashtux.org>
3+
# SPDX-FileCopyrightText: 2009-2025 Sébastien Helleu <flashcode@flashtux.org>
4+
#
5+
# SPDX-License-Identifier: GPL-3.0-or-later
46
#
57
# This file is part of msgcheck.
68
#

0 commit comments

Comments
 (0)