summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-08 16:09:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-08 16:09:17 -0400
commit9de982eab7091aed9f3e75122372bbf0ac141763 (patch)
treece17f02e5ba4fe4dc743c2dad9afabd726a3dc6a
parenta78b0555e1d46c4548cda3aaa1709040f6fa7f33 (diff)
copyright years
-rw-r--r--Command/Migrate.hs2
-rw-r--r--debian/copyright2
-rw-r--r--test.hs2
3 files changed, 3 insertions, 3 deletions
diff --git a/Command/Migrate.hs b/Command/Migrate.hs
index 0caded6d1..3d6121437 100644
--- a/Command/Migrate.hs
+++ b/Command/Migrate.hs
@@ -1,6 +1,6 @@
{- git-annex command
-
- - Copyright 2010 Joey Hess <joey@kitenet.net>
+ - Copyright 2011 Joey Hess <joey@kitenet.net>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/debian/copyright b/debian/copyright
index 55638653c..eceb2d9ff 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
Files: *
-Copyright: © 2010 Joey Hess <joey@kitenet.net>
+Copyright: © 2010,2011 Joey Hess <joey@kitenet.net>
License: GPL-3+
The full text of the GPL is distributed as doc/GPL in this package's
source, or in /usr/share/common-licenses/GPL on Debian systems.
diff --git a/test.hs b/test.hs
index 35085cc37..8c9298e67 100644
--- a/test.hs
+++ b/test.hs
@@ -1,6 +1,6 @@
{- git-annex test suite
-
- - Copyright 2010 Joey Hess <joey@kitenet.net>
+ - Copyright 2010,2011 Joey Hess <joey@kitenet.net>
-
- Licensed under the GNU GPL version 3 or higher.
-}