Add newsgator as a possible RSS handler.
[platal.git] / htdocs / javascript / secure_hash.js
index 5a9afb5..66dca47 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************\r
- *  Copyright (C) 2003-2007 Polytechnique.org                              *\r
+ *  Copyright (C) 2003-2008 Polytechnique.org                              *\r
  *  http://opensource.polytechnique.org/                                   *\r
  *                                                                         *\r
  *  This program is free software; you can redistribute it and/or modify   *\r
@@ -48,3 +48,4 @@ function hash_xor(a, b) {
         c += a.charAt(k);\r
     return c;\r
 }\r
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: