diff options
Diffstat (limited to 'plugins/externaltools')
-rw-r--r-- | plugins/externaltools/data/search-recursive.tool.in | 1 | ||||
-rw-r--r-- | plugins/externaltools/data/switch-c.tool.in | 2 | ||||
-rwxr-xr-x | plugins/externaltools/scripts/pluma-tool-merge.pl | 1 | ||||
-rwxr-xr-x | plugins/externaltools/tools/__init__.py | 1 | ||||
-rwxr-xr-x | plugins/externaltools/tools/capture.py | 1 | ||||
-rwxr-xr-x | plugins/externaltools/tools/filelookup.py | 1 | ||||
-rwxr-xr-x | plugins/externaltools/tools/functions.py | 1 | ||||
-rwxr-xr-x | plugins/externaltools/tools/library.py | 1 | ||||
-rwxr-xr-x | plugins/externaltools/tools/linkparsing.py | 1 | ||||
-rwxr-xr-x | plugins/externaltools/tools/manager.py | 1 | ||||
-rwxr-xr-x | plugins/externaltools/tools/outputpanel.py | 1 |
11 files changed, 11 insertions, 1 deletions
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 |