From d8688491d91d9e17fafaca26567ec7fd5058f486 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sun, 19 Jul 2015 19:29:01 +0200 Subject: [PATCH] Updated copyright --- patoolib/programs/__init__.py | 2 +- patoolib/programs/ar.py | 2 +- patoolib/programs/arc.py | 2 +- patoolib/programs/archmage.py | 2 +- patoolib/programs/arj.py | 2 +- patoolib/programs/cabextract.py | 2 +- patoolib/programs/chmlib.py | 2 +- patoolib/programs/compress.py | 2 +- patoolib/programs/cpio.py | 2 +- patoolib/programs/dpkg.py | 2 +- patoolib/programs/genisoimage.py | 2 +- patoolib/programs/isoinfo.py | 2 +- patoolib/programs/lcab.py | 2 +- patoolib/programs/lha.py | 2 +- patoolib/programs/lrzip.py | 2 +- patoolib/programs/lzop.py | 2 +- patoolib/programs/mac.py | 2 +- patoolib/programs/nomarch.py | 2 +- patoolib/programs/py_bz2.py | 2 +- patoolib/programs/py_echo.py | 2 +- patoolib/programs/py_gzip.py | 2 +- patoolib/programs/py_tarfile.py | 2 +- patoolib/programs/py_zipfile.py | 2 +- patoolib/programs/rpm.py | 2 +- patoolib/programs/rpm2cpio.py | 2 +- patoolib/programs/shar.py | 2 +- patoolib/programs/shorten.py | 2 +- patoolib/programs/star.py | 2 +- patoolib/programs/tar.py | 2 +- patoolib/programs/unace.py | 2 +- patoolib/programs/unadf.py | 2 +- patoolib/programs/unalz.py | 2 +- patoolib/programs/uncompress.py | 2 +- patoolib/programs/unrar.py | 2 +- patoolib/programs/unshar.py | 2 +- patoolib/programs/unzip.py | 2 +- patoolib/programs/xdms.py | 2 +- patoolib/programs/zoo.py | 2 +- patoolib/programs/zopfli.py | 2 +- patoolib/programs/zpaq.py | 2 +- setup.py | 2 +- tests/__init__.py | 2 +- tests/archives/__init__.py | 2 +- tests/archives/test_ar.py | 2 +- tests/archives/test_arc.py | 2 +- tests/archives/test_bsdtar.py | 2 +- tests/archives/test_bzip2.py | 2 +- tests/archives/test_clzip.py | 2 +- tests/archives/test_compress.py | 2 +- tests/archives/test_flac.py | 2 +- tests/archives/test_genisoimage.py | 2 +- tests/archives/test_gzip.py | 2 +- tests/archives/test_isoinfo.py | 2 +- tests/archives/test_lbzip2.py | 2 +- tests/archives/test_lha.py | 2 +- tests/archives/test_lrzip.py | 2 +- tests/archives/test_lzip.py | 2 +- tests/archives/test_lzma.py | 2 +- tests/archives/test_lzop.py | 2 +- tests/archives/test_mac.py | 2 +- tests/archives/test_nomarch.py | 2 +- tests/archives/test_pbzip2.py | 2 +- tests/archives/test_pdlzip.py | 2 +- tests/archives/test_pigz.py | 2 +- tests/archives/test_plzip.py | 2 +- tests/archives/test_pybz2.py | 2 +- tests/archives/test_pygzip.py | 2 +- tests/archives/test_pylzma.py | 2 +- tests/archives/test_rzip.py | 2 +- tests/archives/test_shar.py | 2 +- tests/archives/test_shorten.py | 2 +- tests/archives/test_tar.py | 2 +- tests/archives/test_unadf.py | 2 +- tests/archives/test_unzip.py | 2 +- tests/archives/test_xz.py | 2 +- tests/archives/test_zoo.py | 2 +- tests/archives/test_zopfli.py | 2 +- tests/archives/test_zpaq.py | 2 +- tests/test_create.py | 2 +- tests/test_diff.py | 2 +- tests/test_extract.py | 2 +- tests/test_formats.py | 2 +- tests/test_list.py | 2 +- tests/test_repack.py | 2 +- tests/test_search.py | 2 +- tests/test_test.py | 2 +- 86 files changed, 86 insertions(+), 86 deletions(-) diff --git a/patoolib/programs/__init__.py b/patoolib/programs/__init__.py index d74532f3..0f6011ed 100644 --- a/patoolib/programs/__init__.py +++ b/patoolib/programs/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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 26725eb6..5bd50d34 100644 --- a/patoolib/programs/ar.py +++ b/patoolib/programs/ar.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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 bb06af27..1647c3b2 100644 --- a/patoolib/programs/arc.py +++ b/patoolib/programs/arc.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archmage.py b/patoolib/programs/archmage.py index d252ea8c..75add873 100644 --- a/patoolib/programs/archmage.py +++ b/patoolib/programs/archmage.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 Bastian Kleineidam +# Copyright (C) 2012-2015 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 025db7f3..19543713 100644 --- a/patoolib/programs/arj.py +++ b/patoolib/programs/arj.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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 7c3eeaa9..3ecd0c4e 100644 --- a/patoolib/programs/cabextract.py +++ b/patoolib/programs/cabextract.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/chmlib.py b/patoolib/programs/chmlib.py index dd32c7c8..f81104da 100644 --- a/patoolib/programs/chmlib.py +++ b/patoolib/programs/chmlib.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 Bastian Kleineidam +# Copyright (C) 2012-2015 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 10d62b6d..f2ce9a53 100644 --- a/patoolib/programs/compress.py +++ b/patoolib/programs/compress.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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 cc002021..52d48d48 100644 --- a/patoolib/programs/cpio.py +++ b/patoolib/programs/cpio.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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 35b65b91..e4362a09 100644 --- a/patoolib/programs/dpkg.py +++ b/patoolib/programs/dpkg.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/genisoimage.py b/patoolib/programs/genisoimage.py index 82589fc6..d54ce969 100644 --- a/patoolib/programs/genisoimage.py +++ b/patoolib/programs/genisoimage.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2013-2014 Bastian Kleineidam +# Copyright (C) 2013-2015 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/isoinfo.py b/patoolib/programs/isoinfo.py index 65353bb2..46f6b44c 100644 --- a/patoolib/programs/isoinfo.py +++ b/patoolib/programs/isoinfo.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2013-2014 Bastian Kleineidam +# Copyright (C) 2013-2015 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/lcab.py b/patoolib/programs/lcab.py index 75972a36..00352224 100644 --- a/patoolib/programs/lcab.py +++ b/patoolib/programs/lcab.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 Bastian Kleineidam +# Copyright (C) 2012-2015 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 d510e0ec..32811dc4 100644 --- a/patoolib/programs/lha.py +++ b/patoolib/programs/lha.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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 87af7a78..0457605f 100644 --- a/patoolib/programs/lrzip.py +++ b/patoolib/programs/lrzip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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 ecce441a..9fa49709 100644 --- a/patoolib/programs/lzop.py +++ b/patoolib/programs/lzop.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/mac.py b/patoolib/programs/mac.py index 45218476..f23dcce2 100644 --- a/patoolib/programs/mac.py +++ b/patoolib/programs/mac.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 Bastian Kleineidam +# Copyright (C) 2012-2015 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 e4d61115..e2dfb0a4 100644 --- a/patoolib/programs/nomarch.py +++ b/patoolib/programs/nomarch.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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_bz2.py b/patoolib/programs/py_bz2.py index db3bbcf8..0a444fcd 100644 --- a/patoolib/programs/py_bz2.py +++ b/patoolib/programs/py_bz2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 Bastian Kleineidam +# Copyright (C) 2012-2015 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 c9bd5b2d..12e2b805 100644 --- a/patoolib/programs/py_echo.py +++ b/patoolib/programs/py_echo.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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_gzip.py b/patoolib/programs/py_gzip.py index 5b169320..b1827815 100644 --- a/patoolib/programs/py_gzip.py +++ b/patoolib/programs/py_gzip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 Bastian Kleineidam +# Copyright (C) 2012-2015 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_tarfile.py b/patoolib/programs/py_tarfile.py index 16778f60..53c4d3b1 100644 --- a/patoolib/programs/py_tarfile.py +++ b/patoolib/programs/py_tarfile.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 Bastian Kleineidam +# Copyright (C) 2012-2015 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_zipfile.py b/patoolib/programs/py_zipfile.py index f5dbb172..684dc22a 100644 --- a/patoolib/programs/py_zipfile.py +++ b/patoolib/programs/py_zipfile.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 Bastian Kleineidam +# Copyright (C) 2012-2015 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 de2ce0b3..244e5d27 100644 --- a/patoolib/programs/rpm.py +++ b/patoolib/programs/rpm.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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 4b01018a..806ea307 100644 --- a/patoolib/programs/rpm2cpio.py +++ b/patoolib/programs/rpm2cpio.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/shar.py b/patoolib/programs/shar.py index 5d25d25e..50aab904 100644 --- a/patoolib/programs/shar.py +++ b/patoolib/programs/shar.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 Bastian Kleineidam +# Copyright (C) 2012-2015 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/shorten.py b/patoolib/programs/shorten.py index 9744032c..7ba86c36 100644 --- a/patoolib/programs/shorten.py +++ b/patoolib/programs/shorten.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 Bastian Kleineidam +# Copyright (C) 2012-2015 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 c9de15b7..b5bbd7aa 100644 --- a/patoolib/programs/star.py +++ b/patoolib/programs/star.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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 a8b2e15d..0e3ba255 100644 --- a/patoolib/programs/tar.py +++ b/patoolib/programs/tar.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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 628be69b..abca30a8 100644 --- a/patoolib/programs/unace.py +++ b/patoolib/programs/unace.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/unadf.py b/patoolib/programs/unadf.py index 127e71f9..91ace82e 100644 --- a/patoolib/programs/unadf.py +++ b/patoolib/programs/unadf.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 Bastian Kleineidam +# Copyright (C) 2012-2015 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 334091cc..92649c11 100644 --- a/patoolib/programs/unalz.py +++ b/patoolib/programs/unalz.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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 2638090c..464f0b21 100644 --- a/patoolib/programs/uncompress.py +++ b/patoolib/programs/uncompress.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/unrar.py b/patoolib/programs/unrar.py index 1cc502d1..490bbbe7 100644 --- a/patoolib/programs/unrar.py +++ b/patoolib/programs/unrar.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/unshar.py b/patoolib/programs/unshar.py index 6dc028d9..e9ef2bce 100644 --- a/patoolib/programs/unshar.py +++ b/patoolib/programs/unshar.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014 Bastian Kleineidam +# Copyright (C) 2012-2015 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 bf1266cf..48175dec 100644 --- a/patoolib/programs/unzip.py +++ b/patoolib/programs/unzip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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 0b1e2c36..60f540d2 100644 --- a/patoolib/programs/xdms.py +++ b/patoolib/programs/xdms.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2011-2014 Bastian Kleineidam +# Copyright (C) 2011-2015 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 740a25ae..78ec4431 100644 --- a/patoolib/programs/zoo.py +++ b/patoolib/programs/zoo.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/zopfli.py b/patoolib/programs/zopfli.py index 6199a71c..14e82e8f 100644 --- a/patoolib/programs/zopfli.py +++ b/patoolib/programs/zopfli.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2013-2014 Bastian Kleineidam +# Copyright (C) 2013-2015 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/zpaq.py b/patoolib/programs/zpaq.py index 99be870c..60e30f18 100644 --- a/patoolib/programs/zpaq.py +++ b/patoolib/programs/zpaq.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2014 Bastian Kleineidam +# Copyright (C) 2014-2015 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/setup.py b/setup.py index cd91cac7..5329ee2f 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -*- coding: iso-8859-1 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/__init__.py b/tests/__init__.py index e8982a43..a806764f 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/__init__.py b/tests/archives/__init__.py index 6b50c2c5..60043bf1 100644 --- a/tests/archives/__init__.py +++ b/tests/archives/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_ar.py b/tests/archives/test_ar.py index 5981d16c..e107ccb4 100644 --- a/tests/archives/test_ar.py +++ b/tests/archives/test_ar.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_arc.py b/tests/archives/test_arc.py index 0759476f..a4ff8476 100644 --- a/tests/archives/test_arc.py +++ b/tests/archives/test_arc.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_bsdtar.py b/tests/archives/test_bsdtar.py index 46b4535f..028a6588 100644 --- a/tests/archives/test_bsdtar.py +++ b/tests/archives/test_bsdtar.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_bzip2.py b/tests/archives/test_bzip2.py index 4a14ddcf..35f9fc89 100644 --- a/tests/archives/test_bzip2.py +++ b/tests/archives/test_bzip2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_clzip.py b/tests/archives/test_clzip.py index 00d9e0aa..12f9572b 100644 --- a/tests/archives/test_clzip.py +++ b/tests/archives/test_clzip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_compress.py b/tests/archives/test_compress.py index b4992853..57e3874c 100644 --- a/tests/archives/test_compress.py +++ b/tests/archives/test_compress.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_flac.py b/tests/archives/test_flac.py index 3fea27ab..fea80b7c 100644 --- a/tests/archives/test_flac.py +++ b/tests/archives/test_flac.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_genisoimage.py b/tests/archives/test_genisoimage.py index bbdc7e14..931ed7c3 100644 --- a/tests/archives/test_genisoimage.py +++ b/tests/archives/test_genisoimage.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2013-2014 Bastian Kleineidam +# Copyright (C) 2013-2015 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/archives/test_gzip.py b/tests/archives/test_gzip.py index c68b106a..fd509db6 100644 --- a/tests/archives/test_gzip.py +++ b/tests/archives/test_gzip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_isoinfo.py b/tests/archives/test_isoinfo.py index 0f633e3f..e73a84ce 100644 --- a/tests/archives/test_isoinfo.py +++ b/tests/archives/test_isoinfo.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2013-2014 Bastian Kleineidam +# Copyright (C) 2013-2015 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/archives/test_lbzip2.py b/tests/archives/test_lbzip2.py index 79f54d5c..ac776fdf 100644 --- a/tests/archives/test_lbzip2.py +++ b/tests/archives/test_lbzip2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_lha.py b/tests/archives/test_lha.py index 600346f5..ec1b4728 100644 --- a/tests/archives/test_lha.py +++ b/tests/archives/test_lha.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_lrzip.py b/tests/archives/test_lrzip.py index 783eed27..d9b72464 100644 --- a/tests/archives/test_lrzip.py +++ b/tests/archives/test_lrzip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_lzip.py b/tests/archives/test_lzip.py index f6d607ca..c4c2e021 100644 --- a/tests/archives/test_lzip.py +++ b/tests/archives/test_lzip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_lzma.py b/tests/archives/test_lzma.py index 20a97356..917bab82 100644 --- a/tests/archives/test_lzma.py +++ b/tests/archives/test_lzma.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_lzop.py b/tests/archives/test_lzop.py index 7080f56e..2fabe4ed 100644 --- a/tests/archives/test_lzop.py +++ b/tests/archives/test_lzop.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_mac.py b/tests/archives/test_mac.py index 859ecd6a..bdb6580b 100644 --- a/tests/archives/test_mac.py +++ b/tests/archives/test_mac.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_nomarch.py b/tests/archives/test_nomarch.py index 692bf971..8bf86ba6 100644 --- a/tests/archives/test_nomarch.py +++ b/tests/archives/test_nomarch.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_pbzip2.py b/tests/archives/test_pbzip2.py index 329f3ad8..9ac05f4f 100644 --- a/tests/archives/test_pbzip2.py +++ b/tests/archives/test_pbzip2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_pdlzip.py b/tests/archives/test_pdlzip.py index c205c50f..51487b05 100644 --- a/tests/archives/test_pdlzip.py +++ b/tests/archives/test_pdlzip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_pigz.py b/tests/archives/test_pigz.py index f818ee8c..2cbd0287 100644 --- a/tests/archives/test_pigz.py +++ b/tests/archives/test_pigz.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_plzip.py b/tests/archives/test_plzip.py index 0e889279..2774e733 100644 --- a/tests/archives/test_plzip.py +++ b/tests/archives/test_plzip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_pybz2.py b/tests/archives/test_pybz2.py index dc0b56b7..8479d7bb 100644 --- a/tests/archives/test_pybz2.py +++ b/tests/archives/test_pybz2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_pygzip.py b/tests/archives/test_pygzip.py index 240bec97..be1c142d 100644 --- a/tests/archives/test_pygzip.py +++ b/tests/archives/test_pygzip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_pylzma.py b/tests/archives/test_pylzma.py index f93b1388..e3bcc381 100644 --- a/tests/archives/test_pylzma.py +++ b/tests/archives/test_pylzma.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2013-2014 Bastian Kleineidam +# Copyright (C) 2013-2015 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/archives/test_rzip.py b/tests/archives/test_rzip.py index 6e5b7f3c..123992fe 100644 --- a/tests/archives/test_rzip.py +++ b/tests/archives/test_rzip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_shar.py b/tests/archives/test_shar.py index 5acb9cf0..b649e714 100644 --- a/tests/archives/test_shar.py +++ b/tests/archives/test_shar.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_shorten.py b/tests/archives/test_shorten.py index 9eb3e7b8..e9b9d856 100644 --- a/tests/archives/test_shorten.py +++ b/tests/archives/test_shorten.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_tar.py b/tests/archives/test_tar.py index c039de14..57462557 100644 --- a/tests/archives/test_tar.py +++ b/tests/archives/test_tar.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_unadf.py b/tests/archives/test_unadf.py index 46121956..2b407c75 100644 --- a/tests/archives/test_unadf.py +++ b/tests/archives/test_unadf.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_unzip.py b/tests/archives/test_unzip.py index 64f0c531..87709b71 100644 --- a/tests/archives/test_unzip.py +++ b/tests/archives/test_unzip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_xz.py b/tests/archives/test_xz.py index 204e9241..45a80e3f 100644 --- a/tests/archives/test_xz.py +++ b/tests/archives/test_xz.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_zoo.py b/tests/archives/test_zoo.py index 27a9eef3..2c8ec381 100644 --- a/tests/archives/test_zoo.py +++ b/tests/archives/test_zoo.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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/archives/test_zopfli.py b/tests/archives/test_zopfli.py index 2bd6e76b..e2a6cb7f 100644 --- a/tests/archives/test_zopfli.py +++ b/tests/archives/test_zopfli.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2013-2014 Bastian Kleineidam +# Copyright (C) 2013-2015 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/archives/test_zpaq.py b/tests/archives/test_zpaq.py index 471623b2..834adf4a 100644 --- a/tests/archives/test_zpaq.py +++ b/tests/archives/test_zpaq.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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_create.py b/tests/test_create.py index 8215a994..433d9d47 100644 --- a/tests/test_create.py +++ b/tests/test_create.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2013-2014 Bastian Kleineidam +# Copyright (C) 2013-2015 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_diff.py b/tests/test_diff.py index b7fa3b7e..a13f12a7 100644 --- a/tests/test_diff.py +++ b/tests/test_diff.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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_extract.py b/tests/test_extract.py index 79d9e80f..c570162f 100644 --- a/tests/test_extract.py +++ b/tests/test_extract.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2013-2014 Bastian Kleineidam +# Copyright (C) 2013-2015 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_formats.py b/tests/test_formats.py index eeb39654..da37ac43 100644 --- a/tests/test_formats.py +++ b/tests/test_formats.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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_list.py b/tests/test_list.py index da3eb130..edcbca9a 100644 --- a/tests/test_list.py +++ b/tests/test_list.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2013-2014 Bastian Kleineidam +# Copyright (C) 2013-2015 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_repack.py b/tests/test_repack.py index 41cd59f3..9c2eaf6c 100644 --- a/tests/test_repack.py +++ b/tests/test_repack.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2014 Bastian Kleineidam +# Copyright (C) 2010-2015 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_search.py b/tests/test_search.py index e1c9e3a2..00e56679 100644 --- a/tests/test_search.py +++ b/tests/test_search.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2013-2014 Bastian Kleineidam +# Copyright (C) 2013-2015 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_test.py b/tests/test_test.py index 173152dc..98ba01f6 100644 --- a/tests/test_test.py +++ b/tests/test_test.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2013-2014 Bastian Kleineidam +# Copyright (C) 2013-2015 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