license
This commit is contained in:
parent
e699ce1841
commit
38df4ed44f
8 changed files with 16 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 (
|
||||||
|
|
|
@ -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 #-}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue