* streamline copyright statements; add Conclusion of included components; flip to...
[citadel.git] / webcit / static / ctdldragdrop.js
index 9e253b3ddaf8fa79200ed3ac59bbfcc8b37cacd3..6e152fa1ad3fce85a8ea55c0741a6f600c2443fb 100644 (file)
@@ -1,6 +1,10 @@
-/** Because scriptaculous DnD sucks..
-    Written by Mathew McBride <matt@mcbridematt.dhs.org> / <matt@comalies>
-*/
+/** 
+ * Because scriptaculous DnD sucks..
+ * Written by Mathew McBride <matt@mcbridematt.dhs.org> / <matt@comalies>
+ * 
+ * Copyright 2009 The Citadel Team
+ * Licensed under the GPL V3
+ */
 var draggedElement = null;
 var currentDropTargets = null;
 var dropTarget = null;