Skip to content

Commit 67791b8

Browse files
committed
Update copyright dates
1 parent c49e895 commit 67791b8

15 files changed

Lines changed: 15 additions & 15 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 Sébastien Helleu <flashcode@flashtux.org>
2+
# Copyright (C) 2021-2022 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
@@ -94,7 +94,7 @@ current value
9494

9595
## Copyright
9696

97-
Copyright © 2009-2021 [Sébastien Helleu](https://github.com/flashcode)
97+
Copyright © 2009-2022 [Sébastien Helleu](https://github.com/flashcode)
9898

9999
This program is free software; you can redistribute it and/or modify
100100
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-2021 Sébastien Helleu <flashcode@flashtux.org>
3+
# Copyright (C) 2009-2022 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-2021 Sébastien Helleu <flashcode@flashtux.org>
3+
# Copyright (C) 2009-2022 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-2021 Sébastien Helleu <flashcode@flashtux.org>
3+
# Copyright (C) 2009-2022 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-2021 Sébastien Helleu <flashcode@flashtux.org>
3+
# Copyright (C) 2009-2022 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-2021 Sébastien Helleu <flashcode@flashtux.org>
3+
# Copyright (C) 2009-2022 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-2021 Sébastien Helleu <flashcode@flashtux.org>
3+
# Copyright (C) 2009-2022 Sébastien Helleu <flashcode@flashtux.org>
44
#
55
# This file is part of msgcheck.
66
#

tests/fr.po

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

tests/fr_compile.po

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

0 commit comments

Comments
 (0)