summaryrefslogtreecommitdiff
path: root/plugins/externaltools/tools
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-06-26 20:37:55 +0200
committerraveit65 <[email protected]>2021-06-26 20:37:55 +0200
commit3e5174ecdfbd936ec11656a536c3e0a3090d826c (patch)
tree0ff7df436bcdd41af66e6754a671523ee49133bb /plugins/externaltools/tools
parent3899aaff5ca1bc395b9cfeb6000b369b5f290909 (diff)
downloadpluma-3e5174ecdfbd936ec11656a536c3e0a3090d826c.tar.bz2
pluma-3e5174ecdfbd936ec11656a536c3e0a3090d826c.tar.xz
update copyright to 2021
Diffstat (limited to 'plugins/externaltools/tools')
-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
8 files changed, 8 insertions, 0 deletions
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