summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-04-03 16:54:59 +0300
committerLars Wirzenius <liw@liw.fi>2015-04-03 16:54:59 +0300
commit99995ec8afed78a161df52211aa7a5a0985605f2 (patch)
treea88cd1251d107f1777df7789022d71fe998444dd
parent7f7ef94397821bfa8d7d24a0b9b324bcc823d70d (diff)
downloadobnam-99995ec8afed78a161df52211aa7a5a0985605f2.tar.gz
Update copyright years
-rwxr-xr-xfind-all-obnam-errors2
-rw-r--r--manual/Makefile2
-rwxr-xr-xmetadata-speed2
-rwxr-xr-xobnam-benchmark2
-rw-r--r--obnamlib/encryption.py2
-rw-r--r--obnamlib/encryption_tests.py2
-rw-r--r--obnamlib/fmt_6/chunklist.py2
-rw-r--r--obnamlib/fmt_6/clientmetadatatree.py2
-rw-r--r--obnamlib/fmt_6/clientmetadatatree_tests.py2
-rw-r--r--obnamlib/fmt_6/metadata_codec.py2
-rw-r--r--obnamlib/fmt_6/repo_tree.py2
-rw-r--r--obnamlib/metadata_tests.py2
-rw-r--r--obnamlib/pluginbase.py2
-rw-r--r--obnamlib/plugins/compression_plugin.py2
-rw-r--r--obnamlib/plugins/force_lock_plugin.py2
-rw-r--r--obnamlib/plugins/fsck_plugin.py2
-rw-r--r--obnamlib/plugins/fuse_plugin.py2
-rw-r--r--obnamlib/plugins/sftp_plugin.py2
-rw-r--r--obnamlib/plugins/show_plugin.py2
-rw-r--r--obnamlib/plugins/verify_plugin.py2
-rw-r--r--obnamlib/plugins/vfs_local_plugin.py2
-rw-r--r--obnamlib/repo_factory.py2
-rw-r--r--obnamlib/repo_factory_tests.py2
-rw-r--r--obnamlib/structurederror.py2
-rw-r--r--obnamlib/structurederror_tests.py2
-rw-r--r--obnamlib/vfs.py2
-rw-r--r--obnamlib/vfs_local.py2
-rw-r--r--obnamlib/vfs_local_tests.py2
28 files changed, 28 insertions, 28 deletions
diff --git a/find-all-obnam-errors b/find-all-obnam-errors
index 711f1f8c..d739499a 100755
--- a/find-all-obnam-errors
+++ b/find-all-obnam-errors
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2014 Lars Wirzenius
+# Copyright 2014-2015 Lars Wirzenius
#
# 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/manual/Makefile b/manual/Makefile
index 81205eec..3d84270f 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2014 Lars Wirzenius
+# Copyright 2014-2015 Lars Wirzenius
#
# 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/metadata-speed b/metadata-speed
index b183a4b9..6a112a42 100755
--- a/metadata-speed
+++ b/metadata-speed
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2010-2014 Lars Wirzenius
+# Copyright 2010-2015 Lars Wirzenius
#
# 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/obnam-benchmark b/obnam-benchmark
index 05e62b3b..9a700867 100755
--- a/obnam-benchmark
+++ b/obnam-benchmark
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright 2014 Lars Wirzenius
+# Copyright 2014-2015 Lars Wirzenius
#
# 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/obnamlib/encryption.py b/obnamlib/encryption.py
index ddd50fd7..6218a7d4 100644
--- a/obnamlib/encryption.py
+++ b/obnamlib/encryption.py
@@ -1,4 +1,4 @@
-# Copyright 2011-2014 Lars Wirzenius
+# Copyright 2011-2015 Lars Wirzenius
#
# 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/obnamlib/encryption_tests.py b/obnamlib/encryption_tests.py
index 7781be43..689ce2ea 100644
--- a/obnamlib/encryption_tests.py
+++ b/obnamlib/encryption_tests.py
@@ -1,4 +1,4 @@
-# Copyright 2011-2014 Lars Wirzenius
+# Copyright 2011-2015 Lars Wirzenius
#
# 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/obnamlib/fmt_6/chunklist.py b/obnamlib/fmt_6/chunklist.py
index f94d83cf..4f72506c 100644
--- a/obnamlib/fmt_6/chunklist.py
+++ b/obnamlib/fmt_6/chunklist.py
@@ -1,4 +1,4 @@
-# Copyright 2010-2014 Lars Wirzenius
+# Copyright 2010-2015 Lars Wirzenius
#
# 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/obnamlib/fmt_6/clientmetadatatree.py b/obnamlib/fmt_6/clientmetadatatree.py
index ac977504..81b31364 100644
--- a/obnamlib/fmt_6/clientmetadatatree.py
+++ b/obnamlib/fmt_6/clientmetadatatree.py
@@ -1,4 +1,4 @@
-# Copyright 2010-2014 Lars Wirzenius
+# Copyright 2010-2015 Lars Wirzenius
#
# 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/obnamlib/fmt_6/clientmetadatatree_tests.py b/obnamlib/fmt_6/clientmetadatatree_tests.py
index 32913204..21a0534f 100644
--- a/obnamlib/fmt_6/clientmetadatatree_tests.py
+++ b/obnamlib/fmt_6/clientmetadatatree_tests.py
@@ -1,4 +1,4 @@
-# Copyright 2010-2014 Lars Wirzenius
+# Copyright 2010-2015 Lars Wirzenius
#
# 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/obnamlib/fmt_6/metadata_codec.py b/obnamlib/fmt_6/metadata_codec.py
index 55405d55..9e17f919 100644
--- a/obnamlib/fmt_6/metadata_codec.py
+++ b/obnamlib/fmt_6/metadata_codec.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2014 Lars Wirzenius
+# Copyright (C) 2009-2015 Lars Wirzenius
#
# 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/obnamlib/fmt_6/repo_tree.py b/obnamlib/fmt_6/repo_tree.py
index bd755074..d9067f61 100644
--- a/obnamlib/fmt_6/repo_tree.py
+++ b/obnamlib/fmt_6/repo_tree.py
@@ -1,4 +1,4 @@
-# Copyright 2010-2014 Lars Wirzenius
+# Copyright 2010-2015 Lars Wirzenius
#
# 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/obnamlib/metadata_tests.py b/obnamlib/metadata_tests.py
index 34afe602..cc56d389 100644
--- a/obnamlib/metadata_tests.py
+++ b/obnamlib/metadata_tests.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2014 Lars Wirzenius
+# Copyright (C) 2009-2015 Lars Wirzenius
#
# 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/obnamlib/pluginbase.py b/obnamlib/pluginbase.py
index 0e8916f5..ddb5abb4 100644
--- a/obnamlib/pluginbase.py
+++ b/obnamlib/pluginbase.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2014 Lars Wirzenius
+# Copyright (C) 2009-2015 Lars Wirzenius
#
# 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/obnamlib/plugins/compression_plugin.py b/obnamlib/plugins/compression_plugin.py
index 9f0d8b68..82b6c6e2 100644
--- a/obnamlib/plugins/compression_plugin.py
+++ b/obnamlib/plugins/compression_plugin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2014 Lars Wirzenius
+# Copyright (C) 2011-2015 Lars Wirzenius
#
# 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/obnamlib/plugins/force_lock_plugin.py b/obnamlib/plugins/force_lock_plugin.py
index 5eaf7be3..e688043d 100644
--- a/obnamlib/plugins/force_lock_plugin.py
+++ b/obnamlib/plugins/force_lock_plugin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2014 Lars Wirzenius
+# Copyright (C) 2009-2015 Lars Wirzenius
#
# 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/obnamlib/plugins/fsck_plugin.py b/obnamlib/plugins/fsck_plugin.py
index 5b9c4a64..cba6a70e 100644
--- a/obnamlib/plugins/fsck_plugin.py
+++ b/obnamlib/plugins/fsck_plugin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2014 Lars Wirzenius
+# Copyright (C) 2010-2015 Lars Wirzenius
#
# 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/obnamlib/plugins/fuse_plugin.py b/obnamlib/plugins/fuse_plugin.py
index f438feb7..8f84c648 100644
--- a/obnamlib/plugins/fuse_plugin.py
+++ b/obnamlib/plugins/fuse_plugin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014 Valery Yundin
+# Copyright (C) 2013-2015 Valery Yundin
#
# 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/obnamlib/plugins/sftp_plugin.py b/obnamlib/plugins/sftp_plugin.py
index a0061b45..c996358c 100644
--- a/obnamlib/plugins/sftp_plugin.py
+++ b/obnamlib/plugins/sftp_plugin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2014 Lars Wirzenius <liw@liw.fi>
+# Copyright (C) 2009-2015 Lars Wirzenius <liw@liw.fi>
#
# 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/obnamlib/plugins/show_plugin.py b/obnamlib/plugins/show_plugin.py
index a15c10a5..3a2d72b7 100644
--- a/obnamlib/plugins/show_plugin.py
+++ b/obnamlib/plugins/show_plugin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2014 Lars Wirzenius
+# Copyright (C) 2009-2015 Lars Wirzenius
#
# 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/obnamlib/plugins/verify_plugin.py b/obnamlib/plugins/verify_plugin.py
index fc5236af..c2c56838 100644
--- a/obnamlib/plugins/verify_plugin.py
+++ b/obnamlib/plugins/verify_plugin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2014 Lars Wirzenius
+# Copyright (C) 2010-2015 Lars Wirzenius
#
# 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/obnamlib/plugins/vfs_local_plugin.py b/obnamlib/plugins/vfs_local_plugin.py
index d72ac91a..c0b00540 100644
--- a/obnamlib/plugins/vfs_local_plugin.py
+++ b/obnamlib/plugins/vfs_local_plugin.py
@@ -1,4 +1,4 @@
-# Copyright 2010-2014 Lars Wirzenius
+# Copyright 2010-2015 Lars Wirzenius
#
# 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/obnamlib/repo_factory.py b/obnamlib/repo_factory.py
index bcb3619f..634895ef 100644
--- a/obnamlib/repo_factory.py
+++ b/obnamlib/repo_factory.py
@@ -1,4 +1,4 @@
-# Copyright 2013-2014 Lars Wirzenius
+# Copyright 2013-2015 Lars Wirzenius
#
# 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/obnamlib/repo_factory_tests.py b/obnamlib/repo_factory_tests.py
index a899ef19..e4411541 100644
--- a/obnamlib/repo_factory_tests.py
+++ b/obnamlib/repo_factory_tests.py
@@ -1,4 +1,4 @@
-# Copyright 2013 Lars Wirzenius
+# Copyright 2013,2015 Lars Wirzenius
#
# 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/obnamlib/structurederror.py b/obnamlib/structurederror.py
index 16051743..ceddbb6c 100644
--- a/obnamlib/structurederror.py
+++ b/obnamlib/structurederror.py
@@ -1,4 +1,4 @@
-# Copyright 2013-2014 Lars Wirzenius
+# Copyright 2013-2015 Lars Wirzenius
#
# 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/obnamlib/structurederror_tests.py b/obnamlib/structurederror_tests.py
index 9b24238b..c951313b 100644
--- a/obnamlib/structurederror_tests.py
+++ b/obnamlib/structurederror_tests.py
@@ -1,4 +1,4 @@
-# Copyright 2014 Lars Wirzenius
+# Copyright 2014-2015 Lars Wirzenius
#
# 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/obnamlib/vfs.py b/obnamlib/vfs.py
index 7bf75f6c..0b1179c6 100644
--- a/obnamlib/vfs.py
+++ b/obnamlib/vfs.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2014 Lars Wirzenius <liw@liw.fi>
+# Copyright (C) 2008-2015 Lars Wirzenius <liw@liw.fi>
#
# 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/obnamlib/vfs_local.py b/obnamlib/vfs_local.py
index c9b105e3..f50ed617 100644
--- a/obnamlib/vfs_local.py
+++ b/obnamlib/vfs_local.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2014 Lars Wirzenius <liw@liw.fi>
+# Copyright (C) 2008-2015 Lars Wirzenius <liw@liw.fi>
#
# 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/obnamlib/vfs_local_tests.py b/obnamlib/vfs_local_tests.py
index eb497d2f..befcab14 100644
--- a/obnamlib/vfs_local_tests.py
+++ b/obnamlib/vfs_local_tests.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2014 Lars Wirzenius <liw@liw.fi>
+# Copyright (C) 2008-2015 Lars Wirzenius <liw@liw.fi>
#
# 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