diff options
Diffstat (limited to 'plugins/pythonconsole')
-rwxr-xr-x | plugins/pythonconsole/pythonconsole/__init__.py | 1 | ||||
-rwxr-xr-x | plugins/pythonconsole/pythonconsole/config.py | 1 | ||||
-rwxr-xr-x | plugins/pythonconsole/pythonconsole/console.py | 1 |
3 files changed, 3 insertions, 0 deletions
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 |