summaryrefslogtreecommitdiffstats
path: root/app/class/issue.class.php
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2016-05-26 23:46:22 -0400
committerMalf Furious <m@lfurio.us>2016-05-26 23:46:22 -0400
commitec7186ed4e1c2a41ff9052cdd1624b8cabbb047c (patch)
treeb97dabb5359a7244f835ca60293b79409150a664 /app/class/issue.class.php
parent636485a3b14dbe4eaa07d4c7b41fa279ca4f5e3f (diff)
downloadscrott-ec7186ed4e1c2a41ff9052cdd1624b8cabbb047c.tar.gz
scrott-ec7186ed4e1c2a41ff9052cdd1624b8cabbb047c.zip
Add copyright notice to Scrott class files
Diffstat (limited to 'app/class/issue.class.php')
-rw-r--r--app/class/issue.class.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/class/issue.class.php b/app/class/issue.class.php
index 67bf683..10b1661 100644
--- a/app/class/issue.class.php
+++ b/app/class/issue.class.php
@@ -1,5 +1,19 @@
<?php
+/*
+ * SCROTT Copyright (C) 2016 Malf Furious
+ *
+ * Scrott is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published
+ * by the Free Software Foundation, either version 3 of the License,
+ * or (at your option) any later version.
+ *
+ * Scrott is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+ * License for more details.
+ */
+
require_once "class/object.class.php";
/*