summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Assistant/Changes.hs2
-rw-r--r--Assistant/Commits.hs2
-rw-r--r--Assistant/Committer.hs2
-rw-r--r--Assistant/DaemonStatus.hs2
-rw-r--r--Assistant/Merger.hs2
-rw-r--r--Assistant/Pusher.hs2
-rw-r--r--Assistant/SanityChecker.hs2
-rw-r--r--Assistant/ThreadedMonad.hs2
8 files changed, 16 insertions, 0 deletions
diff --git a/Assistant/Changes.hs b/Assistant/Changes.hs
index 47eae83ef..eca922109 100644
--- a/Assistant/Changes.hs
+++ b/Assistant/Changes.hs
@@ -1,6 +1,8 @@
{- git-annex assistant change tracking
-
- Copyright 2012 Joey Hess <joey@kitenet.net>
+ -
+ - Licensed under the GNU GPL version 3 or higher.
-}
module Assistant.Changes where
diff --git a/Assistant/Commits.hs b/Assistant/Commits.hs
index 152544e7c..86fd7599f 100644
--- a/Assistant/Commits.hs
+++ b/Assistant/Commits.hs
@@ -1,6 +1,8 @@
{- git-annex assistant commit tracking
-
- Copyright 2012 Joey Hess <joey@kitenet.net>
+ -
+ - Licensed under the GNU GPL version 3 or higher.
-}
module Assistant.Commits where
diff --git a/Assistant/Committer.hs b/Assistant/Committer.hs
index acdee1408..0c6999591 100644
--- a/Assistant/Committer.hs
+++ b/Assistant/Committer.hs
@@ -1,6 +1,8 @@
{- git-annex assistant commit thread
-
- Copyright 2012 Joey Hess <joey@kitenet.net>
+ -
+ - Licensed under the GNU GPL version 3 or higher.
-}
module Assistant.Committer where
diff --git a/Assistant/DaemonStatus.hs b/Assistant/DaemonStatus.hs
index e5ba3d151..c7713e7d5 100644
--- a/Assistant/DaemonStatus.hs
+++ b/Assistant/DaemonStatus.hs
@@ -1,6 +1,8 @@
{- git-annex assistant daemon status
-
- Copyright 2012 Joey Hess <joey@kitenet.net>
+ -
+ - Licensed under the GNU GPL version 3 or higher.
-}
module Assistant.DaemonStatus where
diff --git a/Assistant/Merger.hs b/Assistant/Merger.hs
index 660636842..48cf02ae5 100644
--- a/Assistant/Merger.hs
+++ b/Assistant/Merger.hs
@@ -1,6 +1,8 @@
{- git-annex assistant git merge thread
-
- Copyright 2012 Joey Hess <joey@kitenet.net>
+ -
+ - Licensed under the GNU GPL version 3 or higher.
-}
module Assistant.Merger where
diff --git a/Assistant/Pusher.hs b/Assistant/Pusher.hs
index 119575b92..7504d44c2 100644
--- a/Assistant/Pusher.hs
+++ b/Assistant/Pusher.hs
@@ -1,6 +1,8 @@
{- git-annex assistant git pushing thread
-
- Copyright 2012 Joey Hess <joey@kitenet.net>
+ -
+ - Licensed under the GNU GPL version 3 or higher.
-}
module Assistant.Pusher where
diff --git a/Assistant/SanityChecker.hs b/Assistant/SanityChecker.hs
index e2ca9da74..b74c9fe5d 100644
--- a/Assistant/SanityChecker.hs
+++ b/Assistant/SanityChecker.hs
@@ -1,6 +1,8 @@
{- git-annex assistant sanity checker
-
- Copyright 2012 Joey Hess <joey@kitenet.net>
+ -
+ - Licensed under the GNU GPL version 3 or higher.
-}
module Assistant.SanityChecker (
diff --git a/Assistant/ThreadedMonad.hs b/Assistant/ThreadedMonad.hs
index 91a311dee..6d3d25778 100644
--- a/Assistant/ThreadedMonad.hs
+++ b/Assistant/ThreadedMonad.hs
@@ -1,6 +1,8 @@
{- making the Annex monad available across threads
-
- Copyright 2012 Joey Hess <joey@kitenet.net>
+ -
+ - Licensed under the GNU GPL version 3 or higher.
-}
{-# LANGUAGE BangPatterns #-}