issue119, fixed auto-completetion script-url containing  
[phpfspot.git] / index.php
index 98a2fbc10105e99e387779528473bcadac2565b1..0822da36a5705cf6628f2b29217ff01938d74137 100644 (file)
--- a/index.php
+++ b/index.php
@@ -2,8 +2,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
  *
  ***************************************************************************/
 
+/**
+ * initialize phpfspot
+ *
+ * @package phpfspot
+ */
 require_once "phpfspot.class.php";
 
 $fspot = new PHPFSPOT;