diff options
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__) . '/'); |