summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/docinfo/pluma-docinfo-plugin.c1
-rw-r--r--plugins/docinfo/pluma-docinfo-plugin.h1
-rw-r--r--plugins/externaltools/data/search-recursive.tool.in1
-rw-r--r--plugins/externaltools/data/switch-c.tool.in2
-rwxr-xr-xplugins/externaltools/scripts/pluma-tool-merge.pl1
-rwxr-xr-xplugins/externaltools/tools/__init__.py1
-rwxr-xr-xplugins/externaltools/tools/capture.py1
-rwxr-xr-xplugins/externaltools/tools/filelookup.py1
-rwxr-xr-xplugins/externaltools/tools/functions.py1
-rwxr-xr-xplugins/externaltools/tools/library.py1
-rwxr-xr-xplugins/externaltools/tools/linkparsing.py1
-rwxr-xr-xplugins/externaltools/tools/manager.py1
-rwxr-xr-xplugins/externaltools/tools/outputpanel.py1
-rw-r--r--plugins/filebrowser/pluma-file-bookmarks-store.c1
-rw-r--r--plugins/filebrowser/pluma-file-bookmarks-store.h1
-rw-r--r--plugins/filebrowser/pluma-file-browser-error.h1
-rw-r--r--plugins/filebrowser/pluma-file-browser-messages.h1
-rw-r--r--plugins/filebrowser/pluma-file-browser-plugin.c1
-rw-r--r--plugins/filebrowser/pluma-file-browser-plugin.h1
-rw-r--r--plugins/filebrowser/pluma-file-browser-store.c1
-rw-r--r--plugins/filebrowser/pluma-file-browser-store.h1
-rw-r--r--plugins/filebrowser/pluma-file-browser-utils.c1
-rw-r--r--plugins/filebrowser/pluma-file-browser-view.c1
-rw-r--r--plugins/filebrowser/pluma-file-browser-view.h1
-rw-r--r--plugins/filebrowser/pluma-file-browser-widget.c1
-rw-r--r--plugins/filebrowser/pluma-file-browser-widget.h1
-rw-r--r--plugins/modelines/modeline-parser.c1
-rw-r--r--plugins/modelines/modeline-parser.h1
-rw-r--r--plugins/modelines/pluma-modeline-plugin.c1
-rw-r--r--plugins/modelines/pluma-modeline-plugin.h1
-rwxr-xr-xplugins/pythonconsole/pythonconsole/__init__.py1
-rwxr-xr-xplugins/pythonconsole/pythonconsole/config.py1
-rwxr-xr-xplugins/pythonconsole/pythonconsole/console.py1
-rw-r--r--plugins/quickopen/quickopen/__init__.py1
-rw-r--r--plugins/quickopen/quickopen/popup.py1
-rw-r--r--plugins/quickopen/quickopen/virtualdirs.py1
-rw-r--r--plugins/quickopen/quickopen/windowhelper.py1
-rw-r--r--plugins/snippets/snippets/Document.py1
-rw-r--r--plugins/snippets/snippets/Helper.py1
-rw-r--r--plugins/snippets/snippets/Library.py1
-rw-r--r--plugins/snippets/snippets/Manager.py1
-rw-r--r--plugins/snippets/snippets/Parser.py1
-rw-r--r--plugins/snippets/snippets/Placeholder.py1
-rw-r--r--plugins/snippets/snippets/Snippet.py1
-rw-r--r--plugins/snippets/snippets/SubstitutionParser.py1
-rw-r--r--plugins/snippets/snippets/WindowHelper.py1
-rw-r--r--plugins/snippets/snippets/__init__.py1
-rw-r--r--plugins/snippets/snippets/comment.py1
-rw-r--r--plugins/spell/pluma-automatic-spell-checker.c1
-rw-r--r--plugins/spell/pluma-automatic-spell-checker.h1
-rw-r--r--plugins/spell/pluma-spell-checker-dialog.c1
-rw-r--r--plugins/spell/pluma-spell-checker-dialog.h1
-rw-r--r--plugins/spell/pluma-spell-checker-language.c1
-rw-r--r--plugins/spell/pluma-spell-checker-language.h1
-rw-r--r--plugins/spell/pluma-spell-checker.c1
-rw-r--r--plugins/spell/pluma-spell-checker.h1
-rw-r--r--plugins/spell/pluma-spell-language-dialog.c1
-rw-r--r--plugins/spell/pluma-spell-language-dialog.h1
-rw-r--r--plugins/spell/pluma-spell-plugin.c1
-rw-r--r--plugins/spell/pluma-spell-plugin.h1
-rw-r--r--plugins/spell/pluma-spell-utils.c1
-rw-r--r--plugins/spell/pluma-spell-utils.h1
-rw-r--r--plugins/taglist/pluma-taglist-plugin-panel.c1
-rw-r--r--plugins/taglist/pluma-taglist-plugin-panel.h1
-rw-r--r--plugins/taglist/pluma-taglist-plugin-parser.c1
-rw-r--r--plugins/taglist/pluma-taglist-plugin-parser.h1
-rw-r--r--plugins/taglist/pluma-taglist-plugin.c1
-rw-r--r--plugins/taglist/pluma-taglist-plugin.h1
-rw-r--r--plugins/time/pluma-time-plugin.c1
-rw-r--r--plugins/time/pluma-time-plugin.h1
70 files changed, 70 insertions, 1 deletions
diff --git a/plugins/docinfo/pluma-docinfo-plugin.c b/plugins/docinfo/pluma-docinfo-plugin.c
index df98b348..8b08ad00 100644
--- a/plugins/docinfo/pluma-docinfo-plugin.c
+++ b/plugins/docinfo/pluma-docinfo-plugin.c
@@ -2,6 +2,7 @@
* pluma-docinfo-plugin.c
*
* Copyright (C) 2002-2005 Paolo Maggi
+ * 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/docinfo/pluma-docinfo-plugin.h b/plugins/docinfo/pluma-docinfo-plugin.h
index f9eaf9fc..d4ee747d 100644
--- a/plugins/docinfo/pluma-docinfo-plugin.h
+++ b/plugins/docinfo/pluma-docinfo-plugin.h
@@ -2,6 +2,7 @@
* pluma-docinfo-plugin.h
*
* Copyright (C) 2002-2005 Paolo Maggi
+ * 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/externaltools/data/search-recursive.tool.in b/plugins/externaltools/data/search-recursive.tool.in
index 8fc52f67..4c48ffa5 100644
--- a/plugins/externaltools/data/search-recursive.tool.in
+++ b/plugins/externaltools/data/search-recursive.tool.in
@@ -1,5 +1,6 @@
#!/usr/bin/sh
# Copyright © 2011 Perberos
+# 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 Lesser General Public License as published by the
diff --git a/plugins/externaltools/data/switch-c.tool.in b/plugins/externaltools/data/switch-c.tool.in
index 0f5c7b52..1ee3438f 100644
--- a/plugins/externaltools/data/switch-c.tool.in
+++ b/plugins/externaltools/data/switch-c.tool.in
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
# Copyright © 2011 Perberos
-# Copyright © 2012-2017 MATE developers
+# 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 Lesser General Public License as published by the
diff --git a/plugins/externaltools/scripts/pluma-tool-merge.pl b/plugins/externaltools/scripts/pluma-tool-merge.pl
index 37b752e7..6ecdfc84 100755
--- a/plugins/externaltools/scripts/pluma-tool-merge.pl
+++ b/plugins/externaltools/scripts/pluma-tool-merge.pl
@@ -4,6 +4,7 @@
# This file is part of pluma
#
# Copyright (C) 2006 - Steve Frécinaux <[email protected]>
+# Copyright (C) 2012-2021 MATE Developers
#
# pluma 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/externaltools/tools/__init__.py b/plugins/externaltools/tools/__init__.py
index c0fdb8b2..c97a2255 100755
--- a/plugins/externaltools/tools/__init__.py
+++ b/plugins/externaltools/tools/__init__.py
@@ -1,6 +1,7 @@
# -*- coding: UTF-8 -*-
# Pluma External Tools plugin
# Copyright (C) 2005-2006 Steve Frécinaux <[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/externaltools/tools/capture.py b/plugins/externaltools/tools/capture.py
index 67d12bfe..69094877 100755
--- a/plugins/externaltools/tools/capture.py
+++ b/plugins/externaltools/tools/capture.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Pluma External Tools plugin
# Copyright (C) 2005-2006 Steve Frécinaux <[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/externaltools/tools/filelookup.py b/plugins/externaltools/tools/filelookup.py
index aa5abf9b..913de939 100755
--- a/plugins/externaltools/tools/filelookup.py
+++ b/plugins/externaltools/tools/filelookup.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2009-2010 Per Arneng <[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/externaltools/tools/functions.py b/plugins/externaltools/tools/functions.py
index e76689bd..2d33d83c 100755
--- a/plugins/externaltools/tools/functions.py
+++ b/plugins/externaltools/tools/functions.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Pluma External Tools plugin
# Copyright (C) 2005-2006 Steve Frécinaux <[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/externaltools/tools/library.py b/plugins/externaltools/tools/library.py
index ff3fa9b7..ed66e268 100755
--- a/plugins/externaltools/tools/library.py
+++ b/plugins/externaltools/tools/library.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Pluma External Tools plugin
# Copyright (C) 2006 Steve Frécinaux <[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/externaltools/tools/linkparsing.py b/plugins/externaltools/tools/linkparsing.py
index 33ed6142..62b85180 100755
--- a/plugins/externaltools/tools/linkparsing.py
+++ b/plugins/externaltools/tools/linkparsing.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2009-2010 Per Arneng <[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/externaltools/tools/manager.py b/plugins/externaltools/tools/manager.py
index b8e143b0..a24c2a95 100755
--- a/plugins/externaltools/tools/manager.py
+++ b/plugins/externaltools/tools/manager.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Pluma External Tools plugin
# Copyright (C) 2005-2006 Steve Frécinaux <[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/externaltools/tools/outputpanel.py b/plugins/externaltools/tools/outputpanel.py
index 39fd99a4..701f6c98 100755
--- a/plugins/externaltools/tools/outputpanel.py
+++ b/plugins/externaltools/tools/outputpanel.py
@@ -2,6 +2,7 @@
# Pluma External Tools plugin
# Copyright (C) 2005-2006 Steve Frécinaux <[email protected]>
# Copyright (C) 2010 Per Arneng <[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/filebrowser/pluma-file-bookmarks-store.c b/plugins/filebrowser/pluma-file-bookmarks-store.c
index c8da938e..ed58f067 100644
--- a/plugins/filebrowser/pluma-file-bookmarks-store.c
+++ b/plugins/filebrowser/pluma-file-bookmarks-store.c
@@ -3,6 +3,7 @@
* from the sidepanel
*
* Copyright (C) 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/filebrowser/pluma-file-bookmarks-store.h b/plugins/filebrowser/pluma-file-bookmarks-store.h
index 94dcb1e7..226fe89f 100644
--- a/plugins/filebrowser/pluma-file-bookmarks-store.h
+++ b/plugins/filebrowser/pluma-file-bookmarks-store.h
@@ -3,6 +3,7 @@
* from the sidepanel
*
* Copyright (C) 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/filebrowser/pluma-file-browser-error.h b/plugins/filebrowser/pluma-file-browser-error.h
index 57f08292..62a5eee4 100644
--- a/plugins/filebrowser/pluma-file-browser-error.h
+++ b/plugins/filebrowser/pluma-file-browser-error.h
@@ -3,6 +3,7 @@
* from the sidepanel
*
* Copyright (C) 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/filebrowser/pluma-file-browser-messages.h b/plugins/filebrowser/pluma-file-browser-messages.h
index 89598446..7e78b13c 100644
--- a/plugins/filebrowser/pluma-file-browser-messages.h
+++ b/plugins/filebrowser/pluma-file-browser-messages.h
@@ -3,6 +3,7 @@
* from the sidepanel
*
* Copyright (C) 2008 - 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/filebrowser/pluma-file-browser-plugin.c b/plugins/filebrowser/pluma-file-browser-plugin.c
index 3672754b..5d744160 100644
--- a/plugins/filebrowser/pluma-file-browser-plugin.c
+++ b/plugins/filebrowser/pluma-file-browser-plugin.c
@@ -3,6 +3,7 @@
* from the sidepanel
*
* Copyright (C) 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/filebrowser/pluma-file-browser-plugin.h b/plugins/filebrowser/pluma-file-browser-plugin.h
index 2c5026fc..11fef592 100644
--- a/plugins/filebrowser/pluma-file-browser-plugin.h
+++ b/plugins/filebrowser/pluma-file-browser-plugin.h
@@ -3,6 +3,7 @@
* from the sidepanel
*
* Copyright (C) 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/filebrowser/pluma-file-browser-store.c b/plugins/filebrowser/pluma-file-browser-store.c
index 642f9e71..f2f9bcbf 100644
--- a/plugins/filebrowser/pluma-file-browser-store.c
+++ b/plugins/filebrowser/pluma-file-browser-store.c
@@ -3,6 +3,7 @@
* from the sidepanel
*
* Copyright (C) 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/filebrowser/pluma-file-browser-store.h b/plugins/filebrowser/pluma-file-browser-store.h
index 362df820..98b9f097 100644
--- a/plugins/filebrowser/pluma-file-browser-store.h
+++ b/plugins/filebrowser/pluma-file-browser-store.h
@@ -3,6 +3,7 @@
* from the sidepanel
*
* Copyright (C) 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/filebrowser/pluma-file-browser-utils.c b/plugins/filebrowser/pluma-file-browser-utils.c
index 1695a09a..2fdbf157 100644
--- a/plugins/filebrowser/pluma-file-browser-utils.c
+++ b/plugins/filebrowser/pluma-file-browser-utils.c
@@ -3,6 +3,7 @@
* from the sidepanel
*
* Copyright (C) 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/filebrowser/pluma-file-browser-view.c b/plugins/filebrowser/pluma-file-browser-view.c
index 7652d2be..14ea61be 100644
--- a/plugins/filebrowser/pluma-file-browser-view.c
+++ b/plugins/filebrowser/pluma-file-browser-view.c
@@ -3,6 +3,7 @@
* from the sidepanel
*
* Copyright (C) 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/filebrowser/pluma-file-browser-view.h b/plugins/filebrowser/pluma-file-browser-view.h
index 2e92a50f..4de848c2 100644
--- a/plugins/filebrowser/pluma-file-browser-view.h
+++ b/plugins/filebrowser/pluma-file-browser-view.h
@@ -3,6 +3,7 @@
* from the sidepanel
*
* Copyright (C) 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/filebrowser/pluma-file-browser-widget.c b/plugins/filebrowser/pluma-file-browser-widget.c
index fa9ebf01..dfe39458 100644
--- a/plugins/filebrowser/pluma-file-browser-widget.c
+++ b/plugins/filebrowser/pluma-file-browser-widget.c
@@ -3,6 +3,7 @@
* from the sidepanel
*
* Copyright (C) 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/filebrowser/pluma-file-browser-widget.h b/plugins/filebrowser/pluma-file-browser-widget.h
index 7bb8cc79..b0f5f699 100644
--- a/plugins/filebrowser/pluma-file-browser-widget.h
+++ b/plugins/filebrowser/pluma-file-browser-widget.h
@@ -3,6 +3,7 @@
* from the sidepanel
*
* Copyright (C) 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/modelines/modeline-parser.c b/plugins/modelines/modeline-parser.c
index c5ec0fe8..c86309e6 100644
--- a/plugins/modelines/modeline-parser.c
+++ b/plugins/modelines/modeline-parser.c
@@ -3,6 +3,7 @@
* Emacs, Kate and Vim-style modelines support for pluma.
*
* Copyright (C) 2005-2007 - Steve Frécinaux <[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/modelines/modeline-parser.h b/plugins/modelines/modeline-parser.h
index ce6429b4..0f8c0d64 100644
--- a/plugins/modelines/modeline-parser.h
+++ b/plugins/modelines/modeline-parser.h
@@ -3,6 +3,7 @@
* Emacs, Kate and Vim-style modelines support for pluma.
*
* Copyright (C) 2005-2007 - Steve Frécinaux <[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/modelines/pluma-modeline-plugin.c b/plugins/modelines/pluma-modeline-plugin.c
index a9b6f3ad..5bb14dcc 100644
--- a/plugins/modelines/pluma-modeline-plugin.c
+++ b/plugins/modelines/pluma-modeline-plugin.c
@@ -3,6 +3,7 @@
* Emacs, Kate and Vim-style modelines support for pluma.
*
* Copyright (C) 2005-2007 - Steve Frécinaux <[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/modelines/pluma-modeline-plugin.h b/plugins/modelines/pluma-modeline-plugin.h
index f952b2ba..ca53f68a 100644
--- a/plugins/modelines/pluma-modeline-plugin.h
+++ b/plugins/modelines/pluma-modeline-plugin.h
@@ -3,6 +3,7 @@
* Emacs, Kate and Vim-style modelines support for pluma.
*
* Copyright (C) 2005-2007 - Steve Frécinaux <[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/pythonconsole/pythonconsole/__init__.py b/plugins/pythonconsole/pythonconsole/__init__.py
index 0bab533d..16b8f647 100755
--- a/plugins/pythonconsole/pythonconsole/__init__.py
+++ b/plugins/pythonconsole/pythonconsole/__init__.py
@@ -3,6 +3,7 @@
# __init__.py -- plugin object
#
# Copyright (C) 2006 - Steve Frécinaux
+# 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/pythonconsole/pythonconsole/config.py b/plugins/pythonconsole/pythonconsole/config.py
index f973e387..499508df 100755
--- a/plugins/pythonconsole/pythonconsole/config.py
+++ b/plugins/pythonconsole/pythonconsole/config.py
@@ -3,6 +3,7 @@
# config.py -- Config dialog
#
# Copyright (C) 2008 - B. Clausius
+# 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/pythonconsole/pythonconsole/console.py b/plugins/pythonconsole/pythonconsole/console.py
index 0fd9c7c2..5aa96ace 100755
--- a/plugins/pythonconsole/pythonconsole/console.py
+++ b/plugins/pythonconsole/pythonconsole/console.py
@@ -3,6 +3,7 @@
# pythonconsole.py -- Console widget
#
# Copyright (C) 2006 - Steve Frécinaux
+# 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/quickopen/quickopen/__init__.py b/plugins/quickopen/quickopen/__init__.py
index 3e5cae44..f507ac68 100644
--- a/plugins/quickopen/quickopen/__init__.py
+++ b/plugins/quickopen/quickopen/__init__.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2009 - Jesse van den Kieboom
+# 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/quickopen/quickopen/popup.py b/plugins/quickopen/quickopen/popup.py
index be40509f..8372f8f2 100644
--- a/plugins/quickopen/quickopen/popup.py
+++ b/plugins/quickopen/quickopen/popup.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2009 - Jesse van den Kieboom
+# 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/quickopen/quickopen/virtualdirs.py b/plugins/quickopen/quickopen/virtualdirs.py
index 7bf66b8e..f75dde01 100644
--- a/plugins/quickopen/quickopen/virtualdirs.py
+++ b/plugins/quickopen/quickopen/virtualdirs.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2009 - Jesse van den Kieboom
+# 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/quickopen/quickopen/windowhelper.py b/plugins/quickopen/quickopen/windowhelper.py
index 7f9ab123..c905ac4c 100644
--- a/plugins/quickopen/quickopen/windowhelper.py
+++ b/plugins/quickopen/quickopen/windowhelper.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2009 - Jesse van den Kieboom
+# 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/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
diff --git a/plugins/spell/pluma-automatic-spell-checker.c b/plugins/spell/pluma-automatic-spell-checker.c
index 5b53e110..e978cbb4 100644
--- a/plugins/spell/pluma-automatic-spell-checker.c
+++ b/plugins/spell/pluma-automatic-spell-checker.c
@@ -4,6 +4,7 @@
* This file is part of pluma
*
* Copyright (C) 2002 Paolo Maggi
+ * 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/spell/pluma-automatic-spell-checker.h b/plugins/spell/pluma-automatic-spell-checker.h
index 7fbb75f0..5f6bcee4 100644
--- a/plugins/spell/pluma-automatic-spell-checker.h
+++ b/plugins/spell/pluma-automatic-spell-checker.h
@@ -4,6 +4,7 @@
* This file is part of pluma
*
* Copyright (C) 2002 Paolo Maggi
+ * 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/spell/pluma-spell-checker-dialog.c b/plugins/spell/pluma-spell-checker-dialog.c
index 61f83fdf..25dfd2af 100644
--- a/plugins/spell/pluma-spell-checker-dialog.c
+++ b/plugins/spell/pluma-spell-checker-dialog.c
@@ -4,6 +4,7 @@
* This file is part of pluma
*
* Copyright (C) 2002 Paolo Maggi
+ * 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/spell/pluma-spell-checker-dialog.h b/plugins/spell/pluma-spell-checker-dialog.h
index 6fadff8d..ec47f689 100644
--- a/plugins/spell/pluma-spell-checker-dialog.h
+++ b/plugins/spell/pluma-spell-checker-dialog.h
@@ -4,6 +4,7 @@
* This file is part of pluma
*
* Copyright (C) 2002 Paolo Maggi
+ * 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/spell/pluma-spell-checker-language.c b/plugins/spell/pluma-spell-checker-language.c
index f8e1dd19..7f5e7488 100644
--- a/plugins/spell/pluma-spell-checker-language.c
+++ b/plugins/spell/pluma-spell-checker-language.c
@@ -4,6 +4,7 @@
* This file is part of pluma
*
* Copyright (C) 2006 Paolo Maggi
+ * 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/spell/pluma-spell-checker-language.h b/plugins/spell/pluma-spell-checker-language.h
index 39764cd7..027ddc38 100644
--- a/plugins/spell/pluma-spell-checker-language.h
+++ b/plugins/spell/pluma-spell-checker-language.h
@@ -4,6 +4,7 @@
* This file is part of pluma
*
* Copyright (C) 2006 Paolo Maggi
+ * 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/spell/pluma-spell-checker.c b/plugins/spell/pluma-spell-checker.c
index 394c3bbf..4c60614c 100644
--- a/plugins/spell/pluma-spell-checker.c
+++ b/plugins/spell/pluma-spell-checker.c
@@ -4,6 +4,7 @@
* This file is part of pluma
*
* Copyright (C) 2002-2006 Paolo Maggi
+ * 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/spell/pluma-spell-checker.h b/plugins/spell/pluma-spell-checker.h
index 87ca966d..53d7f902 100644
--- a/plugins/spell/pluma-spell-checker.h
+++ b/plugins/spell/pluma-spell-checker.h
@@ -4,6 +4,7 @@
* This file is part of pluma
*
* Copyright (C) 2002-2006 Paolo Maggi
+ * 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/spell/pluma-spell-language-dialog.c b/plugins/spell/pluma-spell-language-dialog.c
index 363d11af..cbcb8e4b 100644
--- a/plugins/spell/pluma-spell-language-dialog.c
+++ b/plugins/spell/pluma-spell-language-dialog.c
@@ -4,6 +4,7 @@
* This file is part of pluma
*
* Copyright (C) 2002 Paolo Maggi
+ * 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/spell/pluma-spell-language-dialog.h b/plugins/spell/pluma-spell-language-dialog.h
index b2a59514..cd761640 100644
--- a/plugins/spell/pluma-spell-language-dialog.h
+++ b/plugins/spell/pluma-spell-language-dialog.h
@@ -4,6 +4,7 @@
* This file is part of pluma
*
* Copyright (C) 2002 Paolo Maggi
+ * 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/spell/pluma-spell-plugin.c b/plugins/spell/pluma-spell-plugin.c
index 5795d6bc..f811d2d8 100644
--- a/plugins/spell/pluma-spell-plugin.c
+++ b/plugins/spell/pluma-spell-plugin.c
@@ -2,6 +2,7 @@
* pluma-spell-plugin.c
*
* Copyright (C) 2002-2005 Paolo Maggi
+ * 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/spell/pluma-spell-plugin.h b/plugins/spell/pluma-spell-plugin.h
index cecde9ce..ed486c93 100644
--- a/plugins/spell/pluma-spell-plugin.h
+++ b/plugins/spell/pluma-spell-plugin.h
@@ -2,6 +2,7 @@
* pluma-spell-plugin.h
*
* Copyright (C) 2002-2005 Paolo Maggi
+ * 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/spell/pluma-spell-utils.c b/plugins/spell/pluma-spell-utils.c
index 6898fa34..03cd4b8b 100644
--- a/plugins/spell/pluma-spell-utils.c
+++ b/plugins/spell/pluma-spell-utils.c
@@ -3,6 +3,7 @@
* This file is part of pluma
*
* Copyright (C) 2010 - Jesse van den Kieboom
+ * 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/spell/pluma-spell-utils.h b/plugins/spell/pluma-spell-utils.h
index c0d5ffac..1ce467ec 100644
--- a/plugins/spell/pluma-spell-utils.h
+++ b/plugins/spell/pluma-spell-utils.h
@@ -3,6 +3,7 @@
* This file is part of pluma
*
* Copyright (C) 2010 - Jesse van den Kieboom
+ * 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/taglist/pluma-taglist-plugin-panel.c b/plugins/taglist/pluma-taglist-plugin-panel.c
index 1e41b635..70545910 100644
--- a/plugins/taglist/pluma-taglist-plugin-panel.c
+++ b/plugins/taglist/pluma-taglist-plugin-panel.c
@@ -3,6 +3,7 @@
* This file is part of pluma
*
* Copyright (C) 2005 - Paolo Maggi
+ * 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/taglist/pluma-taglist-plugin-panel.h b/plugins/taglist/pluma-taglist-plugin-panel.h
index 6d41180d..e21b57d1 100644
--- a/plugins/taglist/pluma-taglist-plugin-panel.h
+++ b/plugins/taglist/pluma-taglist-plugin-panel.h
@@ -3,6 +3,7 @@
* This file is part of pluma
*
* Copyright (C) 2005 - Paolo Maggi
+ * 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/taglist/pluma-taglist-plugin-parser.c b/plugins/taglist/pluma-taglist-plugin-parser.c
index b743c14b..74693290 100644
--- a/plugins/taglist/pluma-taglist-plugin-parser.c
+++ b/plugins/taglist/pluma-taglist-plugin-parser.c
@@ -3,6 +3,7 @@
* This file is part of pluma
*
* Copyright (C) 2002-2005 - Paolo Maggi
+ * 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/taglist/pluma-taglist-plugin-parser.h b/plugins/taglist/pluma-taglist-plugin-parser.h
index a98badb2..cf519490 100644
--- a/plugins/taglist/pluma-taglist-plugin-parser.h
+++ b/plugins/taglist/pluma-taglist-plugin-parser.h
@@ -3,6 +3,7 @@
* This file is part of pluma
*
* Copyright (C) 2002-2005 - Paolo Maggi
+ * 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/taglist/pluma-taglist-plugin.c b/plugins/taglist/pluma-taglist-plugin.c
index ee2f2e2f..7249421b 100644
--- a/plugins/taglist/pluma-taglist-plugin.c
+++ b/plugins/taglist/pluma-taglist-plugin.c
@@ -2,6 +2,7 @@
* pluma-taglist-plugin.h
*
* Copyright (C) 2002-2005 - Paolo Maggi
+ * 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/taglist/pluma-taglist-plugin.h b/plugins/taglist/pluma-taglist-plugin.h
index 4ed84477..db009c63 100644
--- a/plugins/taglist/pluma-taglist-plugin.h
+++ b/plugins/taglist/pluma-taglist-plugin.h
@@ -2,6 +2,7 @@
* pluma-taglist-plugin.h
*
* Copyright (C) 2002-2005 - Paolo Maggi
+ * 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/time/pluma-time-plugin.c b/plugins/time/pluma-time-plugin.c
index 7f734d9f..4f6e0da5 100644
--- a/plugins/time/pluma-time-plugin.c
+++ b/plugins/time/pluma-time-plugin.c
@@ -2,6 +2,7 @@
* pluma-time-plugin.c
*
* Copyright (C) 2002-2005 - Paolo Maggi
+ * 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/time/pluma-time-plugin.h b/plugins/time/pluma-time-plugin.h
index c57d535f..5ce9b937 100644
--- a/plugins/time/pluma-time-plugin.h
+++ b/plugins/time/pluma-time-plugin.h
@@ -2,6 +2,7 @@
* pluma-time-plugin.h
*
* Copyright (C) 2002-2005 - Paolo Maggi
+ * 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