Skip to content

Commit d105664

Browse files
committed
Update copyright dates
1 parent 8390da9 commit d105664

15 files changed

Lines changed: 21 additions & 21 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2021-2023 Sébastien Helleu <flashcode@flashtux.org>
2+
# Copyright (C) 2021-2024 Sébastien Helleu <flashcode@flashtux.org>
33
#
44
# This file is part of msgcheck.
55
#

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-2023 [Sébastien Helleu](https://github.com/flashcode)
98+
Copyright © 2009-2024 [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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright (C) 2009-2023 Sébastien Helleu <flashcode@flashtux.org>
3+
# Copyright (C) 2009-2024 Sébastien Helleu <flashcode@flashtux.org>
44
#
55
# This file is part of msgcheck.
66
#

msgcheck/msgcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright (C) 2009-2023 Sébastien Helleu <flashcode@flashtux.org>
3+
# Copyright (C) 2009-2024 Sébastien Helleu <flashcode@flashtux.org>
44
#
55
# This file is part of msgcheck.
66
#

msgcheck/po.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright (C) 2009-2023 Sébastien Helleu <flashcode@flashtux.org>
3+
# Copyright (C) 2009-2024 Sébastien Helleu <flashcode@flashtux.org>
44
#
55
# This file is part of msgcheck.
66
#

msgcheck/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright (C) 2009-2023 Sébastien Helleu <flashcode@flashtux.org>
3+
# Copyright (C) 2009-2024 Sébastien Helleu <flashcode@flashtux.org>
44
#
55
# This file is part of msgcheck.
66
#

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright (C) 2009-2023 Sébastien Helleu <flashcode@flashtux.org>
3+
# Copyright (C) 2009-2024 Sébastien Helleu <flashcode@flashtux.org>
44
#
55
# This file is part of msgcheck.
66
#

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright (C) 2009-2023 Sébastien Helleu <flashcode@flashtux.org>
3+
# Copyright (C) 2009-2024 Sébastien Helleu <flashcode@flashtux.org>
44
#
55
# This file is part of msgcheck.
66
#

tests/fr.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2009-2023 Sébastien Helleu <flashcode@flashtux.org>
2+
# Copyright (C) 2009-2024 Sébastien Helleu <flashcode@flashtux.org>
33
#
44
# This file is part of msgcheck.
55
#
@@ -26,7 +26,7 @@ msgstr ""
2626
"Project-Id-Version: msgcheck\n"
2727
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
2828
"POT-Creation-Date: 2014-05-03 12:00+0200\n"
29-
"PO-Revision-Date: 2023-01-01 15:07+0100\n"
29+
"PO-Revision-Date: 2024-05-24 09:39+0200\n"
3030
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
3131
"Language-Team: flashcode@flashtux.org\n"
3232
"Language: fr\n"

tests/fr_compile.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2009-2023 Sébastien Helleu <flashcode@flashtux.org>
2+
# Copyright (C) 2009-2024 Sébastien Helleu <flashcode@flashtux.org>
33
#
44
# This file is part of msgcheck.
55
#
@@ -26,7 +26,7 @@ msgstr ""
2626
"Project-Id-Version: msgcheck\n"
2727
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
2828
"POT-Creation-Date: 2014-05-03 12:00+0200\n"
29-
"PO-Revision-Date: 2023-01-01 15:07+0100\n"
29+
"PO-Revision-Date: 2024-05-24 09:39+0200\n"
3030
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
3131
"Language-Team: flashcode@flashtux.org\n"
3232
"Language: fr\n"

0 commit comments

Comments
 (0)