diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-27 17:17:44 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-27 17:17:44 +0200 |
commit | 4abf28202c54b48395d025dfb967efd73b2b2524 (patch) | |
tree | 135de8f1720e59b6066e15fb3bd7016f09b9e470 /git2rss | |
parent | 1af905b6ccc378692722fde6531f1e26a50b6496 (diff) |
add LICENSE
Diffstat (limited to 'git2rss')
-rwxr-xr-x | git2rss | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,6 +1,15 @@ #!/usr/bin/env php <?php +/* + * This file is part of git2rss. + * + * (c) Remi Collet <remi@remirepo.net> + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + if (PHP_SAPI != 'cli') die ("CLI only"); define('LOCAL', dirname(__DIR__) . '/'); |