From 14641f8ea3f9a7b27cd26cf85cfe9998d5844b3b Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Tue, 25 Jan 2011 06:57:30 -0600 Subject: [PATCH] Updated copyright. --- doc/patool.1 | 4 ++-- patoolib/__init__.py | 2 +- patoolib/programs/__init__.py | 2 +- patoolib/programs/bzip2.py | 2 +- patoolib/programs/compress.py | 2 +- patoolib/programs/cpio.py | 2 +- patoolib/programs/orange.py | 2 +- patoolib/programs/p7azip.py | 2 +- patoolib/programs/p7zip.py | 2 +- patoolib/programs/rpm2cpio.py | 2 +- patoolib/programs/uncompress.py | 2 +- patoolib/programs/xdms.py | 2 +- patoolib/util.py | 2 +- tests/test_archives.py | 2 +- tests/test_foo_archives.py | 2 +- tests/test_mime.py | 2 +- tests/test_repack.py | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/doc/patool.1 b/doc/patool.1 index 6eee495..04f1d69 100644 --- a/doc/patool.1 +++ b/doc/patool.1 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.\" Copyright (C) 2010 Bastian Kleineidam +.\" Copyright (C) 2010-2011 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 @@ -102,4 +102,4 @@ For example: .SH AUTHOR Bastian Kleineidam .SH COPYRIGHT -Copyright \(co 2010 Bastian Kleineidam +Copyright \(co 2010-2011 Bastian Kleineidam diff --git a/patoolib/__init__.py b/patoolib/__init__.py index caf06f4..4cd4377 100644 --- a/patoolib/__init__.py +++ b/patoolib/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2011 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/__init__.py b/patoolib/programs/__init__.py index 5f14cd0..31cc0fc 100644 --- a/patoolib/programs/__init__.py +++ b/patoolib/programs/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2011 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 bbeb1ec..9d3bed7 100644 --- a/patoolib/programs/bzip2.py +++ b/patoolib/programs/bzip2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2011 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 5414eaa..f22d94a 100644 --- a/patoolib/programs/compress.py +++ b/patoolib/programs/compress.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2011 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 5c3c41d..086aca4 100644 --- a/patoolib/programs/cpio.py +++ b/patoolib/programs/cpio.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2011 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 8285734..294f1a7 100644 --- a/patoolib/programs/orange.py +++ b/patoolib/programs/orange.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2011 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/p7azip.py b/patoolib/programs/p7azip.py index 26e2a75..600db42 100644 --- a/patoolib/programs/p7azip.py +++ b/patoolib/programs/p7azip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2011 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 89a684a..ce949d9 100644 --- a/patoolib/programs/p7zip.py +++ b/patoolib/programs/p7zip.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2011 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 a1eab31..cd00e78 100644 --- a/patoolib/programs/rpm2cpio.py +++ b/patoolib/programs/rpm2cpio.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2011 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 3670158..6a3ffd0 100644 --- a/patoolib/programs/uncompress.py +++ b/patoolib/programs/uncompress.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2011 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 fe0c36a..ec7d2af 100644 --- a/patoolib/programs/xdms.py +++ b/patoolib/programs/xdms.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2011 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 61774ca..f7b378f 100644 --- a/patoolib/util.py +++ b/patoolib/util.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2011 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_archives.py b/tests/test_archives.py index 65a0351..9b0c71e 100644 --- a/tests/test_archives.py +++ b/tests/test_archives.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2011 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_foo_archives.py b/tests/test_foo_archives.py index d047fef..8cce1ce 100644 --- a/tests/test_foo_archives.py +++ b/tests/test_foo_archives.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2011 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 9163be7..dc67795 100644 --- a/tests/test_mime.py +++ b/tests/test_mime.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2011 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 ac0ff50..50f0eea 100644 --- a/tests/test_repack.py +++ b/tests/test_repack.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010 Bastian Kleineidam +# Copyright (C) 2010-2011 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