summaryrefslogtreecommitdiff
path: root/RemoteClass.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-27 17:12:32 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-27 17:12:32 -0400
commit48418cb92bd2548d333350ac0b7bf2a04540d621 (patch)
treecb26b9567ce45aefdeab9f804901bb78ad081662 /RemoteClass.hs
parent0d83d17f0455e664f06e3e46b994abadceb7b879 (diff)
reexport RemoteClass from Remote for cleanliness
Diffstat (limited to 'RemoteClass.hs')
-rw-r--r--RemoteClass.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/RemoteClass.hs b/RemoteClass.hs
index 9fef0e44a..38e8407a5 100644
--- a/RemoteClass.hs
+++ b/RemoteClass.hs
@@ -1,5 +1,7 @@
{- git-annex remotes class
-
+ - Most things should not need this, using Remote instead
+ -
- Copyright 2011 Joey Hess <joey@kitenet.net>
-
- Licensed under the GNU GPL version 3 or higher.