From 37b1d9a377245aa47d23ded7f77bb2de7ed5e9fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= Date: Thu, 3 Jun 2010 10:35:07 +0000 Subject: [PATCH] actionsapi: Update copyright dates --- pisi/actionsapi/__init__.py | 2 +- pisi/actionsapi/autotools.py | 2 +- pisi/actionsapi/coreutils.py | 2 +- pisi/actionsapi/kde.py | 2 +- pisi/actionsapi/kerneltools.py | 2 +- pisi/actionsapi/libtools.py | 2 +- pisi/actionsapi/perlmodules.py | 2 +- pisi/actionsapi/pisitools.py | 2 +- pisi/actionsapi/pisitoolsfunctions.py | 2 +- pisi/actionsapi/shelltools.py | 2 +- pisi/actionsapi/texlivemodules.py | 2 +- pisi/actionsapi/variables.py | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pisi/actionsapi/__init__.py b/pisi/actionsapi/__init__.py index 362ca288..cc3c14f6 100644 --- a/pisi/actionsapi/__init__.py +++ b/pisi/actionsapi/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2005 - 2007, TUBITAK/UEKAE +# Copyright (C) 2005-2010 TUBITAK/UEKAE # # 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 the Free diff --git a/pisi/actionsapi/autotools.py b/pisi/actionsapi/autotools.py index 23509ff8..31c6c366 100644 --- a/pisi/actionsapi/autotools.py +++ b/pisi/actionsapi/autotools.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2005 - 2007, TUBITAK/UEKAE +# Copyright (C) 2005-2010 TUBITAK/UEKAE # # 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 the Free diff --git a/pisi/actionsapi/coreutils.py b/pisi/actionsapi/coreutils.py index 381e80bf..0d470e5b 100644 --- a/pisi/actionsapi/coreutils.py +++ b/pisi/actionsapi/coreutils.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- # -# Copyright (C) 2005 - 2007, TUBITAK/UEKAE +# Copyright (C) 2005-2010 TUBITAK/UEKAE # # 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 the Free diff --git a/pisi/actionsapi/kde.py b/pisi/actionsapi/kde.py index b0330a5f..21dc2293 100644 --- a/pisi/actionsapi/kde.py +++ b/pisi/actionsapi/kde.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2005 - 2007, TUBITAK/UEKAE +# Copyright (C) 2005-2010 TUBITAK/UEKAE # # 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 the Free diff --git a/pisi/actionsapi/kerneltools.py b/pisi/actionsapi/kerneltools.py index 306d6e77..56d31401 100644 --- a/pisi/actionsapi/kerneltools.py +++ b/pisi/actionsapi/kerneltools.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2009 TUBITAK/UEKAE +# Copyright (C) 2009-2010 TUBITAK/UEKAE # # 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 the Free diff --git a/pisi/actionsapi/libtools.py b/pisi/actionsapi/libtools.py index a70fe2e8..f8385cbf 100644 --- a/pisi/actionsapi/libtools.py +++ b/pisi/actionsapi/libtools.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2005 - 2007, TUBITAK/UEKAE +# Copyright (C) 2005-2010 TUBITAK/UEKAE # # 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 the Free diff --git a/pisi/actionsapi/perlmodules.py b/pisi/actionsapi/perlmodules.py index c7cf91db..2ddf52a8 100644 --- a/pisi/actionsapi/perlmodules.py +++ b/pisi/actionsapi/perlmodules.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2005 - 2007, TUBITAK/UEKAE +# Copyright (C) 2005-2010 TUBITAK/UEKAE # # 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 the Free diff --git a/pisi/actionsapi/pisitools.py b/pisi/actionsapi/pisitools.py index 49e62ce8..d69e3f94 100644 --- a/pisi/actionsapi/pisitools.py +++ b/pisi/actionsapi/pisitools.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- # -# Copyright (C) 2005 - 2007, TUBITAK/UEKAE +# Copyright (C) 2005-2010 TUBITAK/UEKAE # # 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 the Free diff --git a/pisi/actionsapi/pisitoolsfunctions.py b/pisi/actionsapi/pisitoolsfunctions.py index 22a983ef..44b88984 100644 --- a/pisi/actionsapi/pisitoolsfunctions.py +++ b/pisi/actionsapi/pisitoolsfunctions.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- # -# Copyright (C) 2005 - 2007, TUBITAK/UEKAE +# Copyright (C) 2005-2010 TUBITAK/UEKAE # # 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 the Free diff --git a/pisi/actionsapi/shelltools.py b/pisi/actionsapi/shelltools.py index f32fedb3..9700990c 100644 --- a/pisi/actionsapi/shelltools.py +++ b/pisi/actionsapi/shelltools.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- # -# Copyright (C) 2005 - 2007, TUBITAK/UEKAE +# Copyright (C) 2005-2010 TUBITAK/UEKAE # # 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 the Free diff --git a/pisi/actionsapi/texlivemodules.py b/pisi/actionsapi/texlivemodules.py index a14c743e..651388af 100644 --- a/pisi/actionsapi/texlivemodules.py +++ b/pisi/actionsapi/texlivemodules.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2009, TUBITAK/UEKAE +# Copyright (C) 2009-2010 TUBITAK/UEKAE # # 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 the Free diff --git a/pisi/actionsapi/variables.py b/pisi/actionsapi/variables.py index e36145ad..8bd18697 100644 --- a/pisi/actionsapi/variables.py +++ b/pisi/actionsapi/variables.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2005 - 2007, TUBITAK/UEKAE +# Copyright (C) 2005-2010 TUBITAK/UEKAE # # 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 the Free