From 4abf28202c54b48395d025dfb967efd73b2b2524 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Mar 2017 17:17:44 +0200 Subject: add LICENSE --- git2rss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'git2rss') diff --git a/git2rss b/git2rss index d57c3cc..e8ce8c3 100755 --- a/git2rss +++ b/git2rss @@ -1,6 +1,15 @@ #!/usr/bin/env php + * + * 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__) . '/'); -- cgit