From 3e5174ecdfbd936ec11656a536c3e0a3090d826c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 26 Jun 2021 20:37:55 +0200 Subject: update copyright to 2021 --- plugins/pythonconsole/pythonconsole/__init__.py | 1 + plugins/pythonconsole/pythonconsole/config.py | 1 + plugins/pythonconsole/pythonconsole/console.py | 1 + 3 files changed, 3 insertions(+) (limited to 'plugins/pythonconsole') 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 -- cgit v1.2.1