summaryrefslogtreecommitdiffstats
path: root/find_dups.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-04-12 19:33:51 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-04-12 19:33:51 +0200
commit5aacb6d86fa943c66ee94eb603887bb40e034ec5 (patch)
treed5150a93c3d82c2d3002154a446d424626d3593b /find_dups.php
parentb7a43526958fc12ce7d0e42b8023db52cb25f140 (diff)
parentcd7402eecd6b5e50dcc62d8394342e6717c359e5 (diff)
Merge commit 'origin/master' into nefformat
Diffstat (limited to 'find_dups.php')
-rwxr-xr-xfind_dups.php12
1 files changed, 10 insertions, 2 deletions
diff --git a/find_dups.php b/find_dups.php
index 32b95f4..c6bfce9 100755
--- a/find_dups.php
+++ b/find_dups.php
@@ -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
@@ -22,6 +23,13 @@
*
***************************************************************************/
+/**
+ * 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;