summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2013-12-17 10:11:58 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2013-12-17 15:19:49 +0000
commit5f5435647ada1d0ef612552e1ecacfbafc71543e (patch)
tree2d59ece5269db350118f7a0420ab9e934cacf226
parent7d1e928ec4fad95ba0293d68803f7a4c7b833c3c (diff)
downloadlorry-5f5435647ada1d0ef612552e1ecacfbafc71543e.tar.gz
Update copyright noticesrichardipsum/improve_backups
-rw-r--r--README2
-rwxr-xr-xcheck2
-rwxr-xr-xlorry2
-rw-r--r--lorry.1.in2
-rw-r--r--setup.py2
-rwxr-xr-xtests/bzr-single-commit.script2
-rwxr-xr-xtests/bzr-single-commit.setup2
-rwxr-xr-xtests/cvs-single-commit.script2
-rwxr-xr-xtests/cvs-single-commit.setup2
-rwxr-xr-xtests/git-backup-on-error-multiple-backups.script2
-rwxr-xr-xtests/git-backup-on-error-multiple-backups.setup2
-rwxr-xr-xtests/git-backup-on-error-multiple-backups.teardown2
-rwxr-xr-xtests/git-backup-on-error-single-backup-is-removed-if-exists.script2
-rwxr-xr-xtests/git-backup-on-error-single-backup-is-removed-if-exists.setup2
-rwxr-xr-xtests/git-backup-on-error-single-backup-is-removed-if-exists.teardown2
-rwxr-xr-xtests/git-backup-on-error-single-backup.script2
-rwxr-xr-xtests/git-backup-on-error-single-backup.setup2
-rwxr-xr-xtests/git-backup-on-error-single-backup.teardown2
-rwxr-xr-xtests/git-single-commit.script2
-rwxr-xr-xtests/git-single-commit.setup2
-rwxr-xr-xtests/hg-single-commit.script2
-rwxr-xr-xtests/hg-single-commit.setup2
-rwxr-xr-xtests/make-tarball.script2
-rwxr-xr-xtests/make-tarball.setup2
-rwxr-xr-xtests/no-pushspec-pushall.script2
-rwxr-xr-xtests/pushspecs-only.script2
-rwxr-xr-xtests/setup_once2
-rwxr-xr-xtests/svn-single-commit.script2
-rwxr-xr-xtests/svn-single-commit.setup2
-rwxr-xr-xtests/tar-single-commit.script2
-rwxr-xr-xtests/tar-single-commit.setup2
31 files changed, 31 insertions, 31 deletions
diff --git a/README b/README
index 0241532..07b43bf 100644
--- a/README
+++ b/README
@@ -215,7 +215,7 @@ Tips
Legal stuff
-----------
-Copyright (C) 2011, 2012 Codethink Limited
+Copyright (C) 2013 Codethink Limited
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/check b/check
index 2b27ade..53039a4 100755
--- a/check
+++ b/check
@@ -2,7 +2,7 @@
#
# Run test suite for lorry.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/lorry b/lorry
index b941f4f..03041ad 100755
--- a/lorry
+++ b/lorry
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# Copyright (C) 2011 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/lorry.1.in b/lorry.1.in
index d474ac9..5d24dd6 100644
--- a/lorry.1.in
+++ b/lorry.1.in
@@ -1,4 +1,4 @@
-.\" Copyright (C) 2011 Codethink Limited
+.\" Copyright (C) 2013 Codethink Limited
.\"
.\" 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 63bd431..811c727 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2011, 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/bzr-single-commit.script b/tests/bzr-single-commit.script
index 9b38552..7de3d0a 100755
--- a/tests/bzr-single-commit.script
+++ b/tests/bzr-single-commit.script
@@ -2,7 +2,7 @@
#
# Tests converting a simple bzr repository to git.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/bzr-single-commit.setup b/tests/bzr-single-commit.setup
index 1e966c8..dcd70cf 100755
--- a/tests/bzr-single-commit.setup
+++ b/tests/bzr-single-commit.setup
@@ -2,7 +2,7 @@
#
# Creates a bzr repository with a single file and a single commit.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/cvs-single-commit.script b/tests/cvs-single-commit.script
index 4ce2587..56dd280 100755
--- a/tests/cvs-single-commit.script
+++ b/tests/cvs-single-commit.script
@@ -2,7 +2,7 @@
#
# Tests converting a simple CVS repository to git.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/cvs-single-commit.setup b/tests/cvs-single-commit.setup
index 537de81..0fb4d3a 100755
--- a/tests/cvs-single-commit.setup
+++ b/tests/cvs-single-commit.setup
@@ -2,7 +2,7 @@
#
# Creates a CVS repository with a single file and a single commit.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/git-backup-on-error-multiple-backups.script b/tests/git-backup-on-error-multiple-backups.script
index 8bda5ad..bcc165b 100755
--- a/tests/git-backup-on-error-multiple-backups.script
+++ b/tests/git-backup-on-error-multiple-backups.script
@@ -2,7 +2,7 @@
#
# Tests when a git mirror fails that it keeps the backups around
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/git-backup-on-error-multiple-backups.setup b/tests/git-backup-on-error-multiple-backups.setup
index 03a8dad..692223a 100755
--- a/tests/git-backup-on-error-multiple-backups.setup
+++ b/tests/git-backup-on-error-multiple-backups.setup
@@ -2,7 +2,7 @@
#
# Creates a git repository with a single file and a single commit.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/git-backup-on-error-multiple-backups.teardown b/tests/git-backup-on-error-multiple-backups.teardown
index 7c73c04..7627f88 100755
--- a/tests/git-backup-on-error-multiple-backups.teardown
+++ b/tests/git-backup-on-error-multiple-backups.teardown
@@ -2,7 +2,7 @@
#
# Tests when a git mirror fails that it keeps the backups around
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/git-backup-on-error-single-backup-is-removed-if-exists.script b/tests/git-backup-on-error-single-backup-is-removed-if-exists.script
index 2730003..61e1535 100755
--- a/tests/git-backup-on-error-single-backup-is-removed-if-exists.script
+++ b/tests/git-backup-on-error-single-backup-is-removed-if-exists.script
@@ -2,7 +2,7 @@
#
# Tests when a git mirror fails that it keeps the backups around
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/git-backup-on-error-single-backup-is-removed-if-exists.setup b/tests/git-backup-on-error-single-backup-is-removed-if-exists.setup
index 81c0a49..fa312c3 100755
--- a/tests/git-backup-on-error-single-backup-is-removed-if-exists.setup
+++ b/tests/git-backup-on-error-single-backup-is-removed-if-exists.setup
@@ -2,7 +2,7 @@
#
# Creates a git repository with a single file and a single commit.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/git-backup-on-error-single-backup-is-removed-if-exists.teardown b/tests/git-backup-on-error-single-backup-is-removed-if-exists.teardown
index 7c73c04..7627f88 100755
--- a/tests/git-backup-on-error-single-backup-is-removed-if-exists.teardown
+++ b/tests/git-backup-on-error-single-backup-is-removed-if-exists.teardown
@@ -2,7 +2,7 @@
#
# Tests when a git mirror fails that it keeps the backups around
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/git-backup-on-error-single-backup.script b/tests/git-backup-on-error-single-backup.script
index f721461..23d0f36 100755
--- a/tests/git-backup-on-error-single-backup.script
+++ b/tests/git-backup-on-error-single-backup.script
@@ -2,7 +2,7 @@
#
# Tests when a git mirror fails that it keeps the backups around
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/git-backup-on-error-single-backup.setup b/tests/git-backup-on-error-single-backup.setup
index 81c0a49..fa312c3 100755
--- a/tests/git-backup-on-error-single-backup.setup
+++ b/tests/git-backup-on-error-single-backup.setup
@@ -2,7 +2,7 @@
#
# Creates a git repository with a single file and a single commit.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/git-backup-on-error-single-backup.teardown b/tests/git-backup-on-error-single-backup.teardown
index 7c73c04..7627f88 100755
--- a/tests/git-backup-on-error-single-backup.teardown
+++ b/tests/git-backup-on-error-single-backup.teardown
@@ -2,7 +2,7 @@
#
# Tests when a git mirror fails that it keeps the backups around
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/git-single-commit.script b/tests/git-single-commit.script
index 7a980b2..87a66a7 100755
--- a/tests/git-single-commit.script
+++ b/tests/git-single-commit.script
@@ -2,7 +2,7 @@
#
# Tests converting a simple git repository to git.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/git-single-commit.setup b/tests/git-single-commit.setup
index f93884d..e2bb255 100755
--- a/tests/git-single-commit.setup
+++ b/tests/git-single-commit.setup
@@ -2,7 +2,7 @@
#
# Creates a git repository with a single file and a single commit.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/hg-single-commit.script b/tests/hg-single-commit.script
index e9814b9..1ce3919 100755
--- a/tests/hg-single-commit.script
+++ b/tests/hg-single-commit.script
@@ -2,7 +2,7 @@
#
# Tests converting a simple hg repository to hg.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/hg-single-commit.setup b/tests/hg-single-commit.setup
index a50284f..eb8ce7f 100755
--- a/tests/hg-single-commit.setup
+++ b/tests/hg-single-commit.setup
@@ -2,7 +2,7 @@
#
# Creates a hg repository with a single file and a single commit.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/make-tarball.script b/tests/make-tarball.script
index 95eacaa..7a25e01 100755
--- a/tests/make-tarball.script
+++ b/tests/make-tarball.script
@@ -2,7 +2,7 @@
#
# Test that we can create a tarball of the git trees.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/make-tarball.setup b/tests/make-tarball.setup
index 2032610..76f751c 100755
--- a/tests/make-tarball.setup
+++ b/tests/make-tarball.setup
@@ -2,7 +2,7 @@
#
# Creates gzip/bzip2/lzma tarballs, each with a single file.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/no-pushspec-pushall.script b/tests/no-pushspec-pushall.script
index a649122..a1956ce 100755
--- a/tests/no-pushspec-pushall.script
+++ b/tests/no-pushspec-pushall.script
@@ -2,7 +2,7 @@
#
# Tests that all refs are pushed if no push-refspecs are given
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/pushspecs-only.script b/tests/pushspecs-only.script
index 80aa8de..989a936 100755
--- a/tests/pushspecs-only.script
+++ b/tests/pushspecs-only.script
@@ -2,7 +2,7 @@
#
# Tests that only the specified refs are pushed
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/setup_once b/tests/setup_once
index ec039b7..d2605ad 100755
--- a/tests/setup_once
+++ b/tests/setup_once
@@ -2,7 +2,7 @@
#
# Create an upstream git repository with multiple branches and tags
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/svn-single-commit.script b/tests/svn-single-commit.script
index 32a9cca..89da06d 100755
--- a/tests/svn-single-commit.script
+++ b/tests/svn-single-commit.script
@@ -2,7 +2,7 @@
#
# Tests converting a simple SVN repository to git.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/svn-single-commit.setup b/tests/svn-single-commit.setup
index 182f0e5..00c1838 100755
--- a/tests/svn-single-commit.setup
+++ b/tests/svn-single-commit.setup
@@ -2,7 +2,7 @@
#
# Creates an SVN repository with a single file and a single commit.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/tar-single-commit.script b/tests/tar-single-commit.script
index 1562446..098a1a5 100755
--- a/tests/tar-single-commit.script
+++ b/tests/tar-single-commit.script
@@ -2,7 +2,7 @@
#
# Tests converting tarballs into to git repositories.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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/tar-single-commit.setup b/tests/tar-single-commit.setup
index bfc99f8..d520a94 100755
--- a/tests/tar-single-commit.setup
+++ b/tests/tar-single-commit.setup
@@ -2,7 +2,7 @@
#
# Creates gzip/bzip2/lzma tarballs, each with a single file.
#
-# Copyright (C) 2012 Codethink Limited
+# Copyright (C) 2013 Codethink Limited
#
# 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