summaryrefslogtreecommitdiffstats
path: root/git2rss
diff options
context:
space:
mode:
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__) . '/');