From d987325ae5c052a6cb825182b34b9f6aa9d9797d Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 12 May 2012 13:38:52 +0200 Subject: [PATCH] Updated copyright. --- patoolib/programs/__init__.py | 2 +- patoolib/programs/ar.py | 2 +- patoolib/programs/arc.py | 2 +- patoolib/programs/arj.py | 2 +- patoolib/programs/bzip2.py | 2 +- patoolib/programs/cabextract.py | 2 +- patoolib/programs/compress.py | 2 +- patoolib/programs/cpio.py | 2 +- patoolib/programs/dpkg.py | 2 +- patoolib/programs/gzip.py | 2 +- patoolib/programs/lha.py | 2 +- patoolib/programs/lrzip.py | 2 +- patoolib/programs/lzop.py | 2 +- patoolib/programs/nomarch.py | 2 +- patoolib/programs/orange.py | 2 +- patoolib/programs/p7zip.py | 2 +- patoolib/programs/py_echo.py | 2 +- patoolib/programs/rpm.py | 2 +- patoolib/programs/rpm2cpio.py | 2 +- patoolib/programs/rzip.py | 2 +- patoolib/programs/star.py | 2 +- patoolib/programs/tar.py | 2 +- patoolib/programs/unace.py | 2 +- patoolib/programs/unalz.py | 2 +- patoolib/programs/uncompress.py | 2 +- patoolib/programs/unzip.py | 2 +- patoolib/programs/xdms.py | 2 +- patoolib/programs/zip.py | 2 +- patoolib/programs/zoo.py | 2 +- tests/test_config.py | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/patoolib/programs/__init__.py b/patoolib/programs/__init__.py index 479b57f..b497d4d 100644 --- a/patoolib/programs/__init__.py +++ b/patoolib/programs/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2011 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/ar.py b/patoolib/programs/ar.py index 7e942df..5410550 100644 --- a/patoolib/programs/ar.py +++ b/patoolib/programs/ar.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/arc.py b/patoolib/programs/arc.py index b2d87d8..6edc620 100644 --- a/patoolib/programs/arc.py +++ b/patoolib/programs/arc.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/arj.py b/patoolib/programs/arj.py index 99bcfbd..9b94cd4 100644 --- a/patoolib/programs/arj.py +++ b/patoolib/programs/arj.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/bzip2.py b/patoolib/programs/bzip2.py index 263ead5..b8ec5ef 100644 --- a/patoolib/programs/bzip2.py +++ b/patoolib/programs/bzip2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2011 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/cabextract.py b/patoolib/programs/cabextract.py index 52dd2a4..334f661 100644 --- a/patoolib/programs/cabextract.py +++ b/patoolib/programs/cabextract.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/compress.py b/patoolib/programs/compress.py index ac8b96c..7ea0d6f 100644 --- a/patoolib/programs/compress.py +++ b/patoolib/programs/compress.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2011 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/cpio.py b/patoolib/programs/cpio.py index a697bc4..939840c 100644 --- a/patoolib/programs/cpio.py +++ b/patoolib/programs/cpio.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2011 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/dpkg.py b/patoolib/programs/dpkg.py index ce8d110..51a12b9 100644 --- a/patoolib/programs/dpkg.py +++ b/patoolib/programs/dpkg.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/gzip.py b/patoolib/programs/gzip.py index 781f0e1..af910bf 100644 --- a/patoolib/programs/gzip.py +++ b/patoolib/programs/gzip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/lha.py b/patoolib/programs/lha.py index 247471a..f158752 100644 --- a/patoolib/programs/lha.py +++ b/patoolib/programs/lha.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/lrzip.py b/patoolib/programs/lrzip.py index da72bd2..ba0cea4 100644 --- a/patoolib/programs/lrzip.py +++ b/patoolib/programs/lrzip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/lzop.py b/patoolib/programs/lzop.py index ed4c34e..ea16ebb 100644 --- a/patoolib/programs/lzop.py +++ b/patoolib/programs/lzop.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/nomarch.py b/patoolib/programs/nomarch.py index 40ced0b..bbdf198 100644 --- a/patoolib/programs/nomarch.py +++ b/patoolib/programs/nomarch.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/orange.py b/patoolib/programs/orange.py index f0e833b..b85609f 100644 --- a/patoolib/programs/orange.py +++ b/patoolib/programs/orange.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2011 Bastian Kleineidam +# Copyright (C) 2011-2012 Bastian Kleineidam # # 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/patoolib/programs/p7zip.py b/patoolib/programs/p7zip.py index 1a38380..5abecd9 100644 --- a/patoolib/programs/p7zip.py +++ b/patoolib/programs/p7zip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2011 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/py_echo.py b/patoolib/programs/py_echo.py index 678b692..0fdb9dc 100644 --- a/patoolib/programs/py_echo.py +++ b/patoolib/programs/py_echo.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/rpm.py b/patoolib/programs/rpm.py index a87f157..bd22dfc 100644 --- a/patoolib/programs/rpm.py +++ b/patoolib/programs/rpm.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/rpm2cpio.py b/patoolib/programs/rpm2cpio.py index 054339b..f31521a 100644 --- a/patoolib/programs/rpm2cpio.py +++ b/patoolib/programs/rpm2cpio.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2011 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/rzip.py b/patoolib/programs/rzip.py index 8ee56f8..d70ca5b 100644 --- a/patoolib/programs/rzip.py +++ b/patoolib/programs/rzip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/star.py b/patoolib/programs/star.py index 7e0915a..384ff73 100644 --- a/patoolib/programs/star.py +++ b/patoolib/programs/star.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/tar.py b/patoolib/programs/tar.py index 462c8c3..2a775a9 100644 --- a/patoolib/programs/tar.py +++ b/patoolib/programs/tar.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/unace.py b/patoolib/programs/unace.py index 74b2473..5d68e92 100644 --- a/patoolib/programs/unace.py +++ b/patoolib/programs/unace.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/unalz.py b/patoolib/programs/unalz.py index c230b1b..61dbb79 100644 --- a/patoolib/programs/unalz.py +++ b/patoolib/programs/unalz.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/uncompress.py b/patoolib/programs/uncompress.py index 2b535ed..210a542 100644 --- a/patoolib/programs/uncompress.py +++ b/patoolib/programs/uncompress.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2011 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/unzip.py b/patoolib/programs/unzip.py index b634b97..0d8b440 100644 --- a/patoolib/programs/unzip.py +++ b/patoolib/programs/unzip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/xdms.py b/patoolib/programs/xdms.py index e736dc5..f3300ec 100644 --- a/patoolib/programs/xdms.py +++ b/patoolib/programs/xdms.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2011 Bastian Kleineidam +# Copyright (C) 2011-2012 Bastian Kleineidam # # 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/patoolib/programs/zip.py b/patoolib/programs/zip.py index 432f73e..fbbaadf 100644 --- a/patoolib/programs/zip.py +++ b/patoolib/programs/zip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/patoolib/programs/zoo.py b/patoolib/programs/zoo.py index 97b4ab4..9761e1c 100644 --- a/patoolib/programs/zoo.py +++ b/patoolib/programs/zoo.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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/tests/test_config.py b/tests/test_config.py index 13b41df..dd19f91 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2012 Bastian Kleineidam # # 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