This commit is contained in:
Joey Hess 2012-06-23 01:20:40 -04:00
parent e699ce1841
commit 38df4ed44f
8 changed files with 16 additions and 0 deletions

View file

@ -1,6 +1,8 @@
{- git-annex assistant change tracking {- git-annex assistant change tracking
- -
- Copyright 2012 Joey Hess <joey@kitenet.net> - Copyright 2012 Joey Hess <joey@kitenet.net>
-
- Licensed under the GNU GPL version 3 or higher.
-} -}
module Assistant.Changes where module Assistant.Changes where

View file

@ -1,6 +1,8 @@
{- git-annex assistant commit tracking {- git-annex assistant commit tracking
- -
- Copyright 2012 Joey Hess <joey@kitenet.net> - Copyright 2012 Joey Hess <joey@kitenet.net>
-
- Licensed under the GNU GPL version 3 or higher.
-} -}
module Assistant.Commits where module Assistant.Commits where

View file

@ -1,6 +1,8 @@
{- git-annex assistant commit thread {- git-annex assistant commit thread
- -
- Copyright 2012 Joey Hess <joey@kitenet.net> - Copyright 2012 Joey Hess <joey@kitenet.net>
-
- Licensed under the GNU GPL version 3 or higher.
-} -}
module Assistant.Committer where module Assistant.Committer where

View file

@ -1,6 +1,8 @@
{- git-annex assistant daemon status {- git-annex assistant daemon status
- -
- Copyright 2012 Joey Hess <joey@kitenet.net> - Copyright 2012 Joey Hess <joey@kitenet.net>
-
- Licensed under the GNU GPL version 3 or higher.
-} -}
module Assistant.DaemonStatus where module Assistant.DaemonStatus where

View file

@ -1,6 +1,8 @@
{- git-annex assistant git merge thread {- git-annex assistant git merge thread
- -
- Copyright 2012 Joey Hess <joey@kitenet.net> - Copyright 2012 Joey Hess <joey@kitenet.net>
-
- Licensed under the GNU GPL version 3 or higher.
-} -}
module Assistant.Merger where module Assistant.Merger where

View file

@ -1,6 +1,8 @@
{- git-annex assistant git pushing thread {- git-annex assistant git pushing thread
- -
- Copyright 2012 Joey Hess <joey@kitenet.net> - Copyright 2012 Joey Hess <joey@kitenet.net>
-
- Licensed under the GNU GPL version 3 or higher.
-} -}
module Assistant.Pusher where module Assistant.Pusher where

View file

@ -1,6 +1,8 @@
{- git-annex assistant sanity checker {- git-annex assistant sanity checker
- -
- Copyright 2012 Joey Hess <joey@kitenet.net> - Copyright 2012 Joey Hess <joey@kitenet.net>
-
- Licensed under the GNU GPL version 3 or higher.
-} -}
module Assistant.SanityChecker ( module Assistant.SanityChecker (

View file

@ -1,6 +1,8 @@
{- making the Annex monad available across threads {- making the Annex monad available across threads
- -
- Copyright 2012 Joey Hess <joey@kitenet.net> - Copyright 2012 Joey Hess <joey@kitenet.net>
-
- Licensed under the GNU GPL version 3 or higher.
-} -}
{-# LANGUAGE BangPatterns #-} {-# LANGUAGE BangPatterns #-}