Skip to content

Commit 16e2ba9

Browse files
committed
Bump copyright years
1 parent b93479a commit 16e2ba9

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

ReText/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim: ts=8:sts=8:sw=8:noexpandtab
22

33
# This file is part of ReText
4-
# Copyright: 2012-2017 Dmitry Shachnev
4+
# Copyright: 2012-2020 Dmitry Shachnev
55
#
66
# This program is free software; you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

ReText/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# vim: ts=8:sts=8:sw=8:noexpandtab
33

44
# ReText
5-
# Copyright 2011-2017 Dmitry Shachnev
5+
# Copyright 2011-2019 Dmitry Shachnev
66
#
77
# This program is free software; you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

ReText/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of ReText
2-
# Copyright: 2013-2017 Dmitry Shachnev
2+
# Copyright: 2013-2020 Dmitry Shachnev
33
#
44
# This program is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by

ReText/dialogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of ReText
2-
# Copyright: 2012-2015 Dmitry Shachnev
2+
# Copyright: 2012-2016 Dmitry Shachnev
33
#
44
# This program is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by

ReText/editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim: ts=8:sts=8:sw=8:noexpandtab
22
#
33
# This file is part of ReText
4-
# Copyright: 2012-2017 Dmitry Shachnev
4+
# Copyright: 2012-2020 Dmitry Shachnev
55
#
66
# This program is free software; you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

ReText/highlighter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of ReText
2-
# Copyright: 2012-2015 Dmitry Shachnev
2+
# Copyright: 2012-2018 Dmitry Shachnev
33
#
44
# This program is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by

ReText/preview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim: ts=8:sts=8:sw=8:noexpandtab
22
#
33
# This file is part of ReText
4-
# Copyright: 2017 Dmitry Shachnev
4+
# Copyright: 2017-2020 Dmitry Shachnev
55
#
66
# This program is free software; you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

ReText/tab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim: ts=8:sts=8:sw=8:noexpandtab
22
#
33
# This file is part of ReText
4-
# Copyright: 2015-2017 Dmitry Shachnev
4+
# Copyright: 2015-2020 Dmitry Shachnev
55
#
66
# This program is free software; you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

ReText/webenginepreview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim: ts=4:sw=4:expandtab
22

33
# This file is part of ReText
4-
# Copyright: 2017 Dmitry Shachnev
4+
# Copyright: 2017-2020 Dmitry Shachnev
55
#
66
# This program is free software; you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

ReText/webkitpreview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim: ts=8:sts=8:sw=8:noexpandtab
22
#
33
# This file is part of ReText
4-
# Copyright: 2015-2017 Dmitry Shachnev
4+
# Copyright: 2015-2019 Dmitry Shachnev
55
#
66
# This program is free software; you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)