ICAL: add conflict handling
[citadel.git] / webcit / static / wcpref.js
index 7ae721f4866e3aa6c1ba01607e0d113fc1fb1c1b..26e945198061d72bb1ec174fcc688a0a91668675 100644 (file)
@@ -1,4 +1,8 @@
-/** Webcit preference code */
+/*
+ * Copyright 2005 - 2009 The Citadel Team
+ * Licensed under the GPL V3
+ * Webcit preference code 
+ */
 var persistentStorage = false;
 /* DOM5 storage disabled for now.. we want localStorage which isn't as widely available yet */
 //if (window.sessionStorage) {