diff options
author | VirtualTam <virtualtam@flibidi.net> | 2015-09-14 20:54:13 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2015-09-14 20:54:13 +0200 |
commit | 49e2b35b4a2401d2213a0d3b473713c36ed18fb2 (patch) | |
tree | 9feac6dde5d542af1724bb7944608d0f2de9a654 | |
parent | 4df3520d6e6768324b3120a3a2b317fb4ef0461b (diff) | |
download | Shaarli-49e2b35b4a2401d2213a0d3b473713c36ed18fb2.tar.gz Shaarli-49e2b35b4a2401d2213a0d3b473713c36ed18fb2.tar.zst Shaarli-49e2b35b4a2401d2213a0d3b473713c36ed18fb2.zip |
Update project information: contributors, `index.php` header
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
-rw-r--r-- | COPYING | 2 | ||||
-rwxr-xr-x | index.php | 22 |
2 files changed, 18 insertions, 6 deletions
@@ -20,6 +20,8 @@ Copyright: (c) 2011-2015 Sébastien SAUVAGE <sebsauvage@sebsauvage.net> | |||
20 | (c) 2011-2015 idleman <idleman@idleman.fr> | 20 | (c) 2011-2015 idleman <idleman@idleman.fr> |
21 | (c) 2015 Alexis Ju <alexis@effingo.be> | 21 | (c) 2015 Alexis Ju <alexis@effingo.be> |
22 | (c) 2015 dimtion <zizou.xena@gmail.com> | 22 | (c) 2015 dimtion <zizou.xena@gmail.com> |
23 | (c) 2015 Fanch <fanch-github@qth.fr> | ||
24 | (c) 2015 Guillaume Virlet <github@virlet.org> | ||
23 | (c) 2015 Felix Bartels <felix@host-consultants.de> | 25 | (c) 2015 Felix Bartels <felix@host-consultants.de> |
24 | (c) 2015 Marsup <marsup@gmail.com> | 26 | (c) 2015 Marsup <marsup@gmail.com> |
25 | (c) 2015 Miloš Jovanović <mjovanovic@gmail.com> | 27 | (c) 2015 Miloš Jovanović <mjovanovic@gmail.com> |
@@ -1,10 +1,20 @@ | |||
1 | <?php | 1 | <?php |
2 | // Shaarli 0.5.3 - Shaare your links... | 2 | /** |
3 | // The personal, minimalist, super-fast, no-database Delicious clone. By sebsauvage.net | 3 | * Shaarli v0.5.3 - Shaare your links... |
4 | // http://sebsauvage.net/wiki/doku.php?id=php:shaarli | 4 | * |
5 | // Licence: http://www.opensource.org/licenses/zlib-license.php | 5 | * The personal, minimalist, super-fast, no-database Delicious clone. |
6 | // Requires: PHP 5.3.x | 6 | * |
7 | // ----------------------------------------------------------------------------------------------- | 7 | * Friendly fork by the Shaarli community: |
8 | * - https://github.com/shaarli/Shaarli | ||
9 | * | ||
10 | * Original project by sebsauvage.net: | ||
11 | * - http://sebsauvage.net/wiki/doku.php?id=php:shaarli | ||
12 | * - https://github.com/sebsauvage/Shaarli | ||
13 | * | ||
14 | * Licence: http://www.opensource.org/licenses/zlib-license.php | ||
15 | * | ||
16 | * Requires: PHP 5.3.x | ||
17 | */ | ||
8 | 18 | ||
9 | // Set 'UTC' as the default timezone if it is not defined in php.ini | 19 | // Set 'UTC' as the default timezone if it is not defined in php.ini |
10 | // See http://php.net/manual/en/datetime.configuration.php#ini.date.timezone | 20 | // See http://php.net/manual/en/datetime.configuration.php#ini.date.timezone |