summaryrefslogtreecommitdiff
path: root/Types
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-21 12:50:09 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-21 12:50:09 -0400
commit2f2635528d8e428e0fafaf7877a4572a397cdf52 (patch)
treeaea27617e406050b507efa379ea6a1bf7497d6d3 /Types
parent14a50deef7c83c104ce5e706dfb2e9887a37e663 (diff)
update my email address and homepage url
Diffstat (limited to 'Types')
-rw-r--r--Types/Availability.hs2
-rw-r--r--Types/Backend.hs2
-rw-r--r--Types/BranchState.hs2
-rw-r--r--Types/CleanupActions.hs2
-rw-r--r--Types/Command.hs2
-rw-r--r--Types/Creds.hs2
-rw-r--r--Types/Crypto.hs2
-rw-r--r--Types/DesktopNotify.hs2
-rw-r--r--Types/Distribution.hs2
-rw-r--r--Types/FileMatcher.hs2
-rw-r--r--Types/GitConfig.hs2
-rw-r--r--Types/Group.hs2
-rw-r--r--Types/Key.hs2
-rw-r--r--Types/KeySource.hs2
-rw-r--r--Types/LockPool.hs2
-rw-r--r--Types/Messages.hs2
-rw-r--r--Types/MetaData.hs2
-rw-r--r--Types/NumCopies.hs2
-rw-r--r--Types/Option.hs2
-rw-r--r--Types/Remote.hs2
-rw-r--r--Types/ScheduledActivity.hs2
-rw-r--r--Types/StandardGroups.hs2
-rw-r--r--Types/StoreRetrieve.hs2
-rw-r--r--Types/TrustLevel.hs2
-rw-r--r--Types/UUID.hs2
-rw-r--r--Types/UrlContents.hs2
-rw-r--r--Types/View.hs2
27 files changed, 27 insertions, 27 deletions
diff --git a/Types/Availability.hs b/Types/Availability.hs
index f8c8ea3f3..6956537d2 100644
--- a/Types/Availability.hs
+++ b/Types/Availability.hs
@@ -1,6 +1,6 @@
{- git-annex remote availability
-
- - Copyright 2014 Joey Hess <joey@kitenet.net>
+ - Copyright 2014 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/Backend.hs b/Types/Backend.hs
index 117ce8b24..8967f3153 100644
--- a/Types/Backend.hs
+++ b/Types/Backend.hs
@@ -2,7 +2,7 @@
-
- Most things should not need this, using Types instead
-
- - Copyright 2010,2012 Joey Hess <joey@kitenet.net>
+ - Copyright 2010,2012 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/BranchState.hs b/Types/BranchState.hs
index 2f7948ebb..8c57a223a 100644
--- a/Types/BranchState.hs
+++ b/Types/BranchState.hs
@@ -1,6 +1,6 @@
{- git-annex BranchState data type
-
- - Copyright 2011 Joey Hess <joey@kitenet.net>
+ - Copyright 2011 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/CleanupActions.hs b/Types/CleanupActions.hs
index fafa2ee00..508579643 100644
--- a/Types/CleanupActions.hs
+++ b/Types/CleanupActions.hs
@@ -1,6 +1,6 @@
{- Enumeration of cleanup actions
-
- - Copyright 2014 Joey Hess <joey@kitenet.net>
+ - Copyright 2014 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/Command.hs b/Types/Command.hs
index 1f8456194..de6e78038 100644
--- a/Types/Command.hs
+++ b/Types/Command.hs
@@ -1,6 +1,6 @@
{- git-annex command data types
-
- - Copyright 2010-2011 Joey Hess <joey@kitenet.net>
+ - Copyright 2010-2011 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/Creds.hs b/Types/Creds.hs
index c16e530b1..ad1827bc9 100644
--- a/Types/Creds.hs
+++ b/Types/Creds.hs
@@ -1,6 +1,6 @@
{- credentials
-
- - Copyright 2014 Joey Hess <joey@kitenet.net>
+ - Copyright 2014 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/Crypto.hs b/Types/Crypto.hs
index 48d03ce12..682629d6a 100644
--- a/Types/Crypto.hs
+++ b/Types/Crypto.hs
@@ -1,6 +1,6 @@
{- git-annex crypto types
-
- - Copyright 2011-2012 Joey Hess <joey@kitenet.net>
+ - Copyright 2011-2012 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/DesktopNotify.hs b/Types/DesktopNotify.hs
index f8494487d..9ea51401f 100644
--- a/Types/DesktopNotify.hs
+++ b/Types/DesktopNotify.hs
@@ -1,6 +1,6 @@
{- git-annex DesktopNotify type
-
- - Copyright 2014 Joey Hess <joey@kitenet.net>
+ - Copyright 2014 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/Distribution.hs b/Types/Distribution.hs
index 4201f49ad..2a44a1575 100644
--- a/Types/Distribution.hs
+++ b/Types/Distribution.hs
@@ -1,6 +1,6 @@
{- Data type for a distribution of git-annex
-
- - Copyright 2013 Joey Hess <joey@kitenet.net>
+ - Copyright 2013 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/FileMatcher.hs b/Types/FileMatcher.hs
index 03a86a38c..a79bbd258 100644
--- a/Types/FileMatcher.hs
+++ b/Types/FileMatcher.hs
@@ -1,6 +1,6 @@
{- git-annex file matcher types
-
- - Copyright 2013 Joey Hess <joey@kitenet.net>
+ - Copyright 2013 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/GitConfig.hs b/Types/GitConfig.hs
index 3d89b0433..ef8068cc4 100644
--- a/Types/GitConfig.hs
+++ b/Types/GitConfig.hs
@@ -1,6 +1,6 @@
{- git-annex configuration
-
- - Copyright 2012-2014 Joey Hess <joey@kitenet.net>
+ - Copyright 2012-2014 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/Group.hs b/Types/Group.hs
index 88bc35207..2695670ab 100644
--- a/Types/Group.hs
+++ b/Types/Group.hs
@@ -1,6 +1,6 @@
{- git-annex repo groups
-
- - Copyright 2012 Joey Hess <joey@kitenet.net>
+ - Copyright 2012 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/Key.hs b/Types/Key.hs
index da9ff494a..037437303 100644
--- a/Types/Key.hs
+++ b/Types/Key.hs
@@ -2,7 +2,7 @@
-
- Most things should not need this, using Types instead
-
- - Copyright 2011-2014 Joey Hess <joey@kitenet.net>
+ - Copyright 2011-2014 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/KeySource.hs b/Types/KeySource.hs
index fd4af07a6..7c2fd13d5 100644
--- a/Types/KeySource.hs
+++ b/Types/KeySource.hs
@@ -1,6 +1,6 @@
{- KeySource data type
-
- - Copyright 2012 Joey Hess <joey@kitenet.net>
+ - Copyright 2012 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/LockPool.hs b/Types/LockPool.hs
index c7d411cdc..803822042 100644
--- a/Types/LockPool.hs
+++ b/Types/LockPool.hs
@@ -1,6 +1,6 @@
{- git-annex lock pool data types
-
- - Copyright 2014 Joey Hess <joey@kitenet.net>
+ - Copyright 2014 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/Messages.hs b/Types/Messages.hs
index 2196028e3..224c2fe87 100644
--- a/Types/Messages.hs
+++ b/Types/Messages.hs
@@ -1,6 +1,6 @@
{- git-annex Messages data types
-
- - Copyright 2012 Joey Hess <joey@kitenet.net>
+ - Copyright 2012 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/MetaData.hs b/Types/MetaData.hs
index f19e0b439..2a6b3b864 100644
--- a/Types/MetaData.hs
+++ b/Types/MetaData.hs
@@ -1,6 +1,6 @@
{- git-annex general metadata
-
- - Copyright 2014 Joey Hess <joey@kitenet.net>
+ - Copyright 2014 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/NumCopies.hs b/Types/NumCopies.hs
index b93fcf968..d8ea31e69 100644
--- a/Types/NumCopies.hs
+++ b/Types/NumCopies.hs
@@ -1,6 +1,6 @@
{- git-annex numcopies type
-
- - Copyright 2014 Joey Hess <joey@kitenet.net>
+ - Copyright 2014 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/Option.hs b/Types/Option.hs
index 036257838..f3b5ca9e1 100644
--- a/Types/Option.hs
+++ b/Types/Option.hs
@@ -1,6 +1,6 @@
{- git-annex command options
-
- - Copyright 2011 Joey Hess <joey@kitenet.net>
+ - Copyright 2011 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/Remote.hs b/Types/Remote.hs
index 4d17abf95..5df08c775 100644
--- a/Types/Remote.hs
+++ b/Types/Remote.hs
@@ -2,7 +2,7 @@
-
- Most things should not need this, using Types instead
-
- - Copyright 2011-2014 Joey Hess <joey@kitenet.net>
+ - Copyright 2011-2014 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/ScheduledActivity.hs b/Types/ScheduledActivity.hs
index 5cdbe29e8..f4f80635b 100644
--- a/Types/ScheduledActivity.hs
+++ b/Types/ScheduledActivity.hs
@@ -1,6 +1,6 @@
{- git-annex scheduled activities
-
- - Copyright 2013 Joey Hess <joey@kitenet.net>
+ - Copyright 2013 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/StandardGroups.hs b/Types/StandardGroups.hs
index 66c1dd5ef..83e612917 100644
--- a/Types/StandardGroups.hs
+++ b/Types/StandardGroups.hs
@@ -1,6 +1,6 @@
{- git-annex standard repository groups
-
- - Copyright 2012 Joey Hess <joey@kitenet.net>
+ - Copyright 2012 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/StoreRetrieve.hs b/Types/StoreRetrieve.hs
index a21fa7866..13710fba2 100644
--- a/Types/StoreRetrieve.hs
+++ b/Types/StoreRetrieve.hs
@@ -1,6 +1,6 @@
{- Types for Storer and Retriever actions for remotes.
-
- - Copyright 2014 Joey Hess <joey@kitenet.net>
+ - Copyright 2014 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/TrustLevel.hs b/Types/TrustLevel.hs
index 4af71294a..1cc4c662e 100644
--- a/Types/TrustLevel.hs
+++ b/Types/TrustLevel.hs
@@ -1,6 +1,6 @@
{- git-annex trust levels
-
- - Copyright 2010 Joey Hess <joey@kitenet.net>
+ - Copyright 2010 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/UUID.hs b/Types/UUID.hs
index df3884059..de7ddd65d 100644
--- a/Types/UUID.hs
+++ b/Types/UUID.hs
@@ -1,6 +1,6 @@
{- git-annex UUID type
-
- - Copyright 2011 Joey Hess <joey@kitenet.net>
+ - Copyright 2011 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/UrlContents.hs b/Types/UrlContents.hs
index 2085aebfa..411c3ae42 100644
--- a/Types/UrlContents.hs
+++ b/Types/UrlContents.hs
@@ -1,6 +1,6 @@
{- git-annex URL contents
-
- - Copyright 2014 Joey Hess <joey@kitenet.net>
+ - Copyright 2014 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}
diff --git a/Types/View.hs b/Types/View.hs
index 43afdb8c8..0426ba977 100644
--- a/Types/View.hs
+++ b/Types/View.hs
@@ -1,6 +1,6 @@
{- types for metadata based branch views
-
- - Copyright 2014 Joey Hess <joey@kitenet.net>
+ - Copyright 2014 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU GPL version 3 or higher.
-}