diff --git a/doc/changelog.txt b/doc/changelog.txt index 586f2df..0756a7f 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 4411050..7121550 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 e5f56ab..f10c64d 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 4de17b6..89a9add 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 d9d033f..9a98bca 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 d6115bd..9b9457b 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 a21a19a..318549a 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 1e7565c..98cc8e9 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 f76adda..b0f6598 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 0b82760..f319610 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 d4ea580..918ca55 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 7d2b912..2be701b 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 7a1e188..e7c41c6 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 3542fa9..e0c398c 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 5b4527b..9de8d4b 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 e197485..3691d8d 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 deba97e..a25885a 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 3fade9b..70d9b08 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 197c130..c36d2d0 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