issue110, handle Nikons NEF RAW photos
[phpfspot.git] / find_dups.php
index 32b95f4f0e1bfa5107f3072208d5d09d617ce79d..c6bfce90ff72b07289c0ea2bd91b5e30cd5bc5cd 100755 (executable)
@@ -3,8 +3,9 @@
 
 /***************************************************************************
  *
- * Copyright (c) by Andreas Unterkircher, unki@netshadow.at
- * All rights reserved
+ * phpfspot, presents your F-Spot photo collection in Web browsers.
+ *
+ * Copyright (c) by Andreas Unterkircher
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *
  ***************************************************************************/
 
+/**
+ * find_dups.php
+ *
+ * find duplicated photos based on MD5 checksum
+ *
+ * @package phpfspot
+ */
 if(!isset($_SERVER["TERM"])) {
    print "<br /><br />This script should only be invoked from command line!<br />\n";
    die;