diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-27 16:53:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-27 16:53:54 -0400 |
commit | 833d4b342e7909e6770edb19fbc58d781e922205 (patch) | |
tree | 88277db084b628eeae72586bec042e3e80eaf4db /TypeInternals.hs | |
parent | d47fb4c11ef75e4029c8da1f3ed2e68f86e62486 (diff) |
copyright statements0.02
Diffstat (limited to 'TypeInternals.hs')
-rw-r--r-- | TypeInternals.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TypeInternals.hs b/TypeInternals.hs index d4404fd39..f45be4760 100644 --- a/TypeInternals.hs +++ b/TypeInternals.hs @@ -1,6 +1,10 @@ {- git-annex internal data types - - Most things should not need this, using Types and/or Annex instead. + - + - Copyright 2010 Joey Hess <joey@kitenet.net> + - + - Licensed under the GNU GPL version 3 or higher. -} module TypeInternals where |