From dbe683e259551aaca75347eab0550553a240fc8f Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Mon, 4 Jan 2010 23:56:28 +0000 Subject: [PATCH] hey look it's 2010 already --- terminator | 2 +- terminatorlib/__init__.py | 2 +- terminatorlib/config.py | 2 +- terminatorlib/encoding.py | 2 +- terminatorlib/keybindings.py | 2 +- terminatorlib/optionparse.py | 2 +- terminatorlib/translation.py | 2 +- terminatorlib/util.py | 2 +- terminatorlib/version.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/terminator b/terminator index e39464c1..a52f56fc 100755 --- a/terminator +++ b/terminator @@ -1,6 +1,6 @@ #!/usr/bin/env python # Terminator - multiple gnome terminals in one window -# Copyright (C) 2006-2008 cmsj@tenshu.net +# Copyright (C) 2006-2010 cmsj@tenshu.net # # 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/terminatorlib/__init__.py b/terminatorlib/__init__.py index cdcfd509..bb2dee20 100644 --- a/terminatorlib/__init__.py +++ b/terminatorlib/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/python # Terminator - multiple gnome terminals in one window -# Copyright (C) 2006-2008 cmsj@tenshu.net +# Copyright (C) 2006-2010 cmsj@tenshu.net # # 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/terminatorlib/config.py b/terminatorlib/config.py index c81470f9..75d514ce 100755 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -1,6 +1,6 @@ #!/usr/bin/python # TerminatorConfig - layered config classes -# Copyright (C) 2006-2008 cmsj@tenshu.net +# Copyright (C) 2006-2010 cmsj@tenshu.net # # 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/terminatorlib/encoding.py b/terminatorlib/encoding.py index f2f7920e..b0a5ec20 100644 --- a/terminatorlib/encoding.py +++ b/terminatorlib/encoding.py @@ -1,6 +1,6 @@ #!/usr/bin/python # TerminatorEncoding - charset encoding classes -# Copyright (C) 2006-2008 chantra@debuntu.org +# Copyright (C) 2006-2010 chantra@debuntu.org # # 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/terminatorlib/keybindings.py b/terminatorlib/keybindings.py index 019e7f11..4cc1b870 100644 --- a/terminatorlib/keybindings.py +++ b/terminatorlib/keybindings.py @@ -1,6 +1,6 @@ #!/usr/bin/python # Terminator - multiple gnome terminals in one window -# Copyright (C) 2006-2008 cmsj@tenshu.net +# Copyright (C) 2006-2010 cmsj@tenshu.net # # 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/terminatorlib/optionparse.py b/terminatorlib/optionparse.py index f3981d2f..3f213545 100755 --- a/terminatorlib/optionparse.py +++ b/terminatorlib/optionparse.py @@ -1,6 +1,6 @@ #!/usr/bin/python # Terminator.optionparse - Parse commandline options -# Copyright (C) 2006-2008 cmsj@tenshu.net +# Copyright (C) 2006-2010 cmsj@tenshu.net # # 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/terminatorlib/translation.py b/terminatorlib/translation.py index 6262d0b4..ff8bafef 100644 --- a/terminatorlib/translation.py +++ b/terminatorlib/translation.py @@ -1,6 +1,6 @@ #!/usr/bin/python # Terminator - multiple gnome terminals in one window -# Copyright (C) 2006-2008 cmsj@tenshu.net +# Copyright (C) 2006-2010 cmsj@tenshu.net # # 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/terminatorlib/util.py b/terminatorlib/util.py index 0baaa52b..920bd997 100755 --- a/terminatorlib/util.py +++ b/terminatorlib/util.py @@ -1,6 +1,6 @@ #!/usr/bin/python # Terminator.util - misc utility functions -# Copyright (C) 2006-2008 cmsj@tenshu.net +# Copyright (C) 2006-2010 cmsj@tenshu.net # # 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/terminatorlib/version.py b/terminatorlib/version.py index f3f3f33a..a0e9e3a6 100644 --- a/terminatorlib/version.py +++ b/terminatorlib/version.py @@ -1,6 +1,6 @@ #!/usr/bin/python # TerminatorVersion - version number -# Copyright (C) 2008 cmsj@tenshu.net +# Copyright (C) 2010 cmsj@tenshu.net # # 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