diff options
author | raveit65 <[email protected]> | 2021-06-26 20:37:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-06-26 20:37:55 +0200 |
commit | 3e5174ecdfbd936ec11656a536c3e0a3090d826c (patch) | |
tree | 0ff7df436bcdd41af66e6754a671523ee49133bb /plugins/snippets | |
parent | 3899aaff5ca1bc395b9cfeb6000b369b5f290909 (diff) | |
download | pluma-3e5174ecdfbd936ec11656a536c3e0a3090d826c.tar.bz2 pluma-3e5174ecdfbd936ec11656a536c3e0a3090d826c.tar.xz |
update copyright to 2021
Diffstat (limited to 'plugins/snippets')
-rw-r--r-- | plugins/snippets/snippets/Document.py | 1 | ||||
-rw-r--r-- | plugins/snippets/snippets/Helper.py | 1 | ||||
-rw-r--r-- | plugins/snippets/snippets/Library.py | 1 | ||||
-rw-r--r-- | plugins/snippets/snippets/Manager.py | 1 | ||||
-rw-r--r-- | plugins/snippets/snippets/Parser.py | 1 | ||||
-rw-r--r-- | plugins/snippets/snippets/Placeholder.py | 1 | ||||
-rw-r--r-- | plugins/snippets/snippets/Snippet.py | 1 | ||||
-rw-r--r-- | plugins/snippets/snippets/SubstitutionParser.py | 1 | ||||
-rw-r--r-- | plugins/snippets/snippets/WindowHelper.py | 1 | ||||
-rw-r--r-- | plugins/snippets/snippets/__init__.py | 1 | ||||
-rw-r--r-- | plugins/snippets/snippets/comment.py | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/plugins/snippets/snippets/Document.py b/plugins/snippets/snippets/Document.py index f40186b4..1c2960b1 100644 --- a/plugins/snippets/snippets/Document.py +++ b/plugins/snippets/snippets/Document.py @@ -1,5 +1,6 @@ # Pluma snippets plugin # Copyright (C) 2005-2006 Jesse van den Kieboom <[email protected]> +# Copyright (C) 2012-2021 MATE Developers # # 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/plugins/snippets/snippets/Helper.py b/plugins/snippets/snippets/Helper.py index c1f1c35d..6b509b07 100644 --- a/plugins/snippets/snippets/Helper.py +++ b/plugins/snippets/snippets/Helper.py @@ -1,5 +1,6 @@ # Pluma snippets plugin # Copyright (C) 2005-2006 Jesse van den Kieboom <[email protected]> +# Copyright (C) 2012-2021 MATE Developers # # 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/plugins/snippets/snippets/Library.py b/plugins/snippets/snippets/Library.py index d8ae219e..0b983680 100644 --- a/plugins/snippets/snippets/Library.py +++ b/plugins/snippets/snippets/Library.py @@ -1,5 +1,6 @@ # Pluma snippets plugin # Copyright (C) 2005-2006 Jesse van den Kieboom <[email protected]> +# Copyright (C) 2012-2021 MATE Developers # # 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/plugins/snippets/snippets/Manager.py b/plugins/snippets/snippets/Manager.py index 71ada38e..28b55df2 100644 --- a/plugins/snippets/snippets/Manager.py +++ b/plugins/snippets/snippets/Manager.py @@ -1,5 +1,6 @@ # Pluma snippets plugin # Copyright (C) 2005-2006 Jesse van den Kieboom <[email protected]> +# Copyright (C) 2012-2021 MATE Developers # # 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/plugins/snippets/snippets/Parser.py b/plugins/snippets/snippets/Parser.py index f2000438..5fa529c3 100644 --- a/plugins/snippets/snippets/Parser.py +++ b/plugins/snippets/snippets/Parser.py @@ -1,5 +1,6 @@ # Pluma snippets plugin # Copyright (C) 2006-2007 Jesse van den Kieboom <[email protected]> +# Copyright (C) 2012-2021 MATE Developers # # 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/plugins/snippets/snippets/Placeholder.py b/plugins/snippets/snippets/Placeholder.py index 050fda67..9e92efc4 100644 --- a/plugins/snippets/snippets/Placeholder.py +++ b/plugins/snippets/snippets/Placeholder.py @@ -1,5 +1,6 @@ # Pluma snippets plugin # Copyright (C) 2005-2006 Jesse van den Kieboom <[email protected]> +# Copyright (C) 2012-2021 MATE Developers # # 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/plugins/snippets/snippets/Snippet.py b/plugins/snippets/snippets/Snippet.py index 91e63803..765d3f42 100644 --- a/plugins/snippets/snippets/Snippet.py +++ b/plugins/snippets/snippets/Snippet.py @@ -1,5 +1,6 @@ # Pluma snippets plugin # Copyright (C) 2005-2006 Jesse van den Kieboom <[email protected]> +# Copyright (C) 2012-2021 MATE Developers # # 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/plugins/snippets/snippets/SubstitutionParser.py b/plugins/snippets/snippets/SubstitutionParser.py index 246f4da7..e6b4647b 100644 --- a/plugins/snippets/snippets/SubstitutionParser.py +++ b/plugins/snippets/snippets/SubstitutionParser.py @@ -1,5 +1,6 @@ # Pluma snippets plugin # Copyright (C) 2006-2007 Jesse van den Kieboom <[email protected]> +# Copyright (C) 2012-2021 MATE Developers # # 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/plugins/snippets/snippets/WindowHelper.py b/plugins/snippets/snippets/WindowHelper.py index 44ac558d..6ced8ebc 100644 --- a/plugins/snippets/snippets/WindowHelper.py +++ b/plugins/snippets/snippets/WindowHelper.py @@ -1,5 +1,6 @@ # Pluma snippets plugin # Copyright (C) 2005-2006 Jesse van den Kieboom <[email protected]> +# Copyright (C) 2012-2021 MATE Developers # # 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/plugins/snippets/snippets/__init__.py b/plugins/snippets/snippets/__init__.py index e5588018..f7535686 100644 --- a/plugins/snippets/snippets/__init__.py +++ b/plugins/snippets/snippets/__init__.py @@ -1,5 +1,6 @@ # Pluma snippets plugin # Copyright (C) 2005-2006 Jesse van den Kieboom <[email protected]> +# Copyright (C) 2012-2021 MATE Developers # # 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/plugins/snippets/snippets/comment.py b/plugins/snippets/snippets/comment.py index e8e457cc..3b0349fd 100644 --- a/plugins/snippets/snippets/comment.py +++ b/plugins/snippets/snippets/comment.py @@ -1,5 +1,6 @@ # Pluma comment functions # Copyright (C) 2019 Andrew Fowlie +# Copyright (C) 2012-2021 MATE Developers # # 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 |