Moving to GitHub.
[platal.git] / bin / promo_update_help.php
index aaf5c27..69abe82 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/php5 -q
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2011 Polytechnique.org                              *
+ *  Copyright (C) 2003-2014 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -87,5 +87,5 @@ print "New users:\n" . implode("\n", $new) . "\n\n";
 print "Ambiguous users:\n" . implode("\n", $ambiguous) . "\n\n";
 print "Users to remove (louk out for ambiguous users before!):\n" . implode("\n", $to_remove) . "\n";
 
-// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker fenc=utf-8:
 ?>