summaryrefslogtreecommitdiffstats
path: root/git2rss
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-27 17:17:44 +0200
committerRemi Collet <fedora@famillecollet.com>2017-03-27 17:17:44 +0200
commit4abf28202c54b48395d025dfb967efd73b2b2524 (patch)
tree135de8f1720e59b6066e15fb3bd7016f09b9e470 /git2rss
parent1af905b6ccc378692722fde6531f1e26a50b6496 (diff)
add LICENSE
Diffstat (limited to 'git2rss')
-rwxr-xr-xgit2rss9
1 files changed, 9 insertions, 0 deletions
diff --git a/git2rss b/git2rss
index d57c3cc..e8ce8c3 100755
--- a/git2rss
+++ b/git2rss
@@ -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__) . '/');