From 049ed12d4320ab9e5d2a21b54f28c2b315b1377a Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 9 Jan 2016 21:09:27 +0100 Subject: [PATCH] Updated copyright --- doc/changelog.txt | 2 +- doc/patool.1 | 4 ++-- doc/patool.txt | 2 +- patoolib/__init__.py | 2 +- patoolib/util.py | 2 +- setup.py | 2 +- tests/archives/test_7z.py | 2 +- tests/archives/test_7za.py | 2 +- tests/archives/test_7zr.py | 2 +- tests/archives/test_bsdtar.py | 2 +- tests/archives/test_pytarfile.py | 2 +- tests/archives/test_pyzipfile.py | 2 +- tests/archives/test_rar.py | 2 +- tests/archives/test_star.py | 2 +- tests/archives/test_tar.py | 2 +- tests/archives/test_unace.py | 2 +- tests/archives/test_unzip.py | 2 +- tests/archives/test_zip.py | 2 +- tests/test_mime.py | 2 +- 19 files changed, 20 insertions(+), 20 deletions(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index 586f2df3..0756a7f5 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,4 +1,4 @@ -1.11 (released xx.xx.216) +1.11 (released 9.1.2016) * Fix 7z unpacking when only p7zip with /usr/bin/7zr is installed. * Support comic book archives: .cb7 for 7z, .cba for ACE, .cbr for RAR, diff --git a/doc/patool.1 b/doc/patool.1 index 4411050f..71215502 100644 --- a/doc/patool.1 +++ b/doc/patool.1 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.\" Copyright (C) 2010-2015 Bastian Kleineidam +.\" Copyright (C) 2010-2016 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 @@ -156,4 +156,4 @@ When running under a Unix shell the following aliases can be defined to save som .SH AUTHOR Bastian Kleineidam .SH COPYRIGHT -Copyright \(co 2010-2015 Bastian Kleineidam +Copyright \(co 2010-2016 Bastian Kleineidam diff --git a/doc/patool.txt b/doc/patool.txt index e5f56ab7..f10c64d3 100644 --- a/doc/patool.txt +++ b/doc/patool.txt @@ -165,7 +165,7 @@ AUTHOR Bastian Kleineidam COPYRIGHT - Copyright © 2010-2015 Bastian Kleineidam + Copyright © 2010-2016 Bastian Kleineidam diff --git a/patoolib/__init__.py b/patoolib/__init__.py index 4de17b68..89a9adda 100644 --- a/patoolib/__init__.py +++ b/patoolib/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 Bastian Kleineidam +# Copyright (C) 2010-2016 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/util.py b/patoolib/util.py index d9d033f7..9a98bca0 100644 --- a/patoolib/util.py +++ b/patoolib/util.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 Bastian Kleineidam +# Copyright (C) 2010-2016 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 d6115bd4..9b9457b8 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -*- coding: iso-8859-1 -*- -# Copyright (C) 2010-2015 Bastian Kleineidam +# Copyright (C) 2010-2016 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_7z.py b/tests/archives/test_7z.py index a21a19a2..318549a3 100644 --- a/tests/archives/test_7z.py +++ b/tests/archives/test_7z.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 Bastian Kleineidam +# Copyright (C) 2010-2016 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_7za.py b/tests/archives/test_7za.py index 1e7565c0..98cc8e9b 100644 --- a/tests/archives/test_7za.py +++ b/tests/archives/test_7za.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 Bastian Kleineidam +# Copyright (C) 2010-2016 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_7zr.py b/tests/archives/test_7zr.py index f76addab..b0f6598e 100644 --- a/tests/archives/test_7zr.py +++ b/tests/archives/test_7zr.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 Bastian Kleineidam +# Copyright (C) 2010-2016 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 0b827600..f319610b 100644 --- a/tests/archives/test_bsdtar.py +++ b/tests/archives/test_bsdtar.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 Bastian Kleineidam +# Copyright (C) 2010-2016 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_pytarfile.py b/tests/archives/test_pytarfile.py index d4ea580a..918ca551 100644 --- a/tests/archives/test_pytarfile.py +++ b/tests/archives/test_pytarfile.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 Bastian Kleineidam +# Copyright (C) 2010-2016 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_pyzipfile.py b/tests/archives/test_pyzipfile.py index 7d2b9120..2be701b7 100644 --- a/tests/archives/test_pyzipfile.py +++ b/tests/archives/test_pyzipfile.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 Bastian Kleineidam +# Copyright (C) 2010-2016 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_rar.py b/tests/archives/test_rar.py index 7a1e1883..e7c41c68 100644 --- a/tests/archives/test_rar.py +++ b/tests/archives/test_rar.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 Bastian Kleineidam +# Copyright (C) 2010-2016 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_star.py b/tests/archives/test_star.py index 3542fa97..e0c398c6 100644 --- a/tests/archives/test_star.py +++ b/tests/archives/test_star.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 Bastian Kleineidam +# Copyright (C) 2010-2016 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 5b4527bb..9de8d4b1 100644 --- a/tests/archives/test_tar.py +++ b/tests/archives/test_tar.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 Bastian Kleineidam +# Copyright (C) 2010-2016 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_unace.py b/tests/archives/test_unace.py index e197485e..3691d8d8 100644 --- a/tests/archives/test_unace.py +++ b/tests/archives/test_unace.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 Bastian Kleineidam +# Copyright (C) 2010-2016 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 deba97ea..a25885ae 100644 --- a/tests/archives/test_unzip.py +++ b/tests/archives/test_unzip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 Bastian Kleineidam +# Copyright (C) 2010-2016 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_zip.py b/tests/archives/test_zip.py index 3fade9b2..70d9b08b 100644 --- a/tests/archives/test_zip.py +++ b/tests/archives/test_zip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 Bastian Kleineidam +# Copyright (C) 2010-2016 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_mime.py b/tests/test_mime.py index 197c1306..c36d2d0b 100644 --- a/tests/test_mime.py +++ b/tests/test_mime.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 Bastian Kleineidam +# Copyright (C) 2010-2016 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