]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Update project information: contributors, `index.php` header
authorVirtualTam <virtualtam@flibidi.net>
Mon, 14 Sep 2015 18:54:13 +0000 (20:54 +0200)
committerVirtualTam <virtualtam@flibidi.net>
Mon, 14 Sep 2015 18:54:13 +0000 (20:54 +0200)
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
COPYING
index.php

diff --git a/COPYING b/COPYING
index adc856e297964d8ee91dab64e58e725dbcfd4998..24b97e943783478acf75113cb4982ca64d8edda8 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -20,6 +20,8 @@ Copyright: (c) 2011-2015 Sébastien SAUVAGE <sebsauvage@sebsauvage.net>
            (c) 2011-2015 idleman <idleman@idleman.fr>
            (c) 2015 Alexis Ju <alexis@effingo.be>
            (c) 2015 dimtion <zizou.xena@gmail.com>
+           (c) 2015 Fanch <fanch-github@qth.fr>
+           (c) 2015 Guillaume Virlet <github@virlet.org>
            (c) 2015 Felix Bartels <felix@host-consultants.de>
            (c) 2015 Marsup <marsup@gmail.com>
            (c) 2015 Miloš Jovanović <mjovanovic@gmail.com>
index c1ddf4b70fbdad5a53a67ad756891a1de7167f9e..10d767de780c7810f8775edc5533ebfded4cdc7d 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -1,10 +1,20 @@
 <?php
-// Shaarli 0.5.3 - Shaare your links...
-// The personal, minimalist, super-fast, no-database Delicious clone. By sebsauvage.net
-// http://sebsauvage.net/wiki/doku.php?id=php:shaarli
-// Licence: http://www.opensource.org/licenses/zlib-license.php
-// Requires: PHP 5.3.x
-// -----------------------------------------------------------------------------------------------
+/**
+ * Shaarli v0.5.3 - Shaare your links...
+ *
+ * The personal, minimalist, super-fast, no-database Delicious clone.
+ *
+ * Friendly fork by the Shaarli community:
+ *  - https://github.com/shaarli/Shaarli
+ *
+ * Original project by sebsauvage.net:
+ *  - http://sebsauvage.net/wiki/doku.php?id=php:shaarli
+ *  - https://github.com/sebsauvage/Shaarli
+ *
+ * Licence: http://www.opensource.org/licenses/zlib-license.php
+ *
+ * Requires: PHP 5.3.x
+ */
 
 // Set 'UTC' as the default timezone if it is not defined in php.ini
 // See http://php.net/manual/en/datetime.configuration.php#ini.date.timezone