aboutsummaryrefslogtreecommitdiff
path: root/Core.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-27 16:53:54 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-27 16:53:54 -0400
commit833d4b342e7909e6770edb19fbc58d781e922205 (patch)
tree88277db084b628eeae72586bec042e3e80eaf4db /Core.hs
parentd47fb4c11ef75e4029c8da1f3ed2e68f86e62486 (diff)
copyright statements0.02
Diffstat (limited to 'Core.hs')
-rw-r--r--Core.hs7
1 files changed, 6 insertions, 1 deletions
diff --git a/Core.hs b/Core.hs
index 254bcec51..e0993a53e 100644
--- a/Core.hs
+++ b/Core.hs
@@ -1,4 +1,9 @@
-{- git-annex core functions -}
+{- git-annex core functions
+ -
+ - Copyright 2010 Joey Hess <joey@kitenet.net>
+ -
+ - Licensed under the GNU GPL version 3 or higher.
+ -}
module Core where