From 38df4ed44f8deaba50b509a36814e59cf0388425 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 23 Jun 2012 01:20:40 -0400 Subject: [PATCH] license --- Assistant/Changes.hs | 2 ++ Assistant/Commits.hs | 2 ++ Assistant/Committer.hs | 2 ++ Assistant/DaemonStatus.hs | 2 ++ Assistant/Merger.hs | 2 ++ Assistant/Pusher.hs | 2 ++ Assistant/SanityChecker.hs | 2 ++ Assistant/ThreadedMonad.hs | 2 ++ 8 files changed, 16 insertions(+) diff --git a/Assistant/Changes.hs b/Assistant/Changes.hs index 47eae83ef6..eca922109d 100644 --- a/Assistant/Changes.hs +++ b/Assistant/Changes.hs @@ -1,6 +1,8 @@ {- git-annex assistant change tracking - - Copyright 2012 Joey Hess + - + - Licensed under the GNU GPL version 3 or higher. -} module Assistant.Changes where diff --git a/Assistant/Commits.hs b/Assistant/Commits.hs index 152544e7ce..86fd7599fd 100644 --- a/Assistant/Commits.hs +++ b/Assistant/Commits.hs @@ -1,6 +1,8 @@ {- git-annex assistant commit tracking - - Copyright 2012 Joey Hess + - + - Licensed under the GNU GPL version 3 or higher. -} module Assistant.Commits where diff --git a/Assistant/Committer.hs b/Assistant/Committer.hs index acdee1408d..0c69995912 100644 --- a/Assistant/Committer.hs +++ b/Assistant/Committer.hs @@ -1,6 +1,8 @@ {- git-annex assistant commit thread - - Copyright 2012 Joey Hess + - + - Licensed under the GNU GPL version 3 or higher. -} module Assistant.Committer where diff --git a/Assistant/DaemonStatus.hs b/Assistant/DaemonStatus.hs index e5ba3d1512..c7713e7d56 100644 --- a/Assistant/DaemonStatus.hs +++ b/Assistant/DaemonStatus.hs @@ -1,6 +1,8 @@ {- git-annex assistant daemon status - - Copyright 2012 Joey Hess + - + - Licensed under the GNU GPL version 3 or higher. -} module Assistant.DaemonStatus where diff --git a/Assistant/Merger.hs b/Assistant/Merger.hs index 660636842b..48cf02ae59 100644 --- a/Assistant/Merger.hs +++ b/Assistant/Merger.hs @@ -1,6 +1,8 @@ {- git-annex assistant git merge thread - - Copyright 2012 Joey Hess + - + - Licensed under the GNU GPL version 3 or higher. -} module Assistant.Merger where diff --git a/Assistant/Pusher.hs b/Assistant/Pusher.hs index 119575b92a..7504d44c20 100644 --- a/Assistant/Pusher.hs +++ b/Assistant/Pusher.hs @@ -1,6 +1,8 @@ {- git-annex assistant git pushing thread - - Copyright 2012 Joey Hess + - + - Licensed under the GNU GPL version 3 or higher. -} module Assistant.Pusher where diff --git a/Assistant/SanityChecker.hs b/Assistant/SanityChecker.hs index e2ca9da740..b74c9fe5d2 100644 --- a/Assistant/SanityChecker.hs +++ b/Assistant/SanityChecker.hs @@ -1,6 +1,8 @@ {- git-annex assistant sanity checker - - Copyright 2012 Joey Hess + - + - Licensed under the GNU GPL version 3 or higher. -} module Assistant.SanityChecker ( diff --git a/Assistant/ThreadedMonad.hs b/Assistant/ThreadedMonad.hs index 91a311deeb..6d3d25778e 100644 --- a/Assistant/ThreadedMonad.hs +++ b/Assistant/ThreadedMonad.hs @@ -1,6 +1,8 @@ {- making the Annex monad available across threads - - Copyright 2012 Joey Hess + - + - Licensed under the GNU GPL version 3 or higher. -} {-# LANGUAGE BangPatterns #-}