summaryrefslogtreecommitdiffstats
path: root/app/model/sysconf.mod.php
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2016-05-30 00:18:46 -0400
committerMalf Furious <m@lfurio.us>2016-05-30 00:18:46 -0400
commit827a8025ab48dea386b77717f1d1bc30d10ba232 (patch)
tree0577841f1948ff59e714e4a7fa63cd15f77e06c0 /app/model/sysconf.mod.php
parentabd11313d0a9f2b28d7b709fcbd98befd95db15c (diff)
parent184dafca7c2bb455d03cbd0334942e504d635cfe (diff)
downloadscrott-827a8025ab48dea386b77717f1d1bc30d10ba232.tar.gz
scrott-827a8025ab48dea386b77717f1d1bc30d10ba232.zip
Merge branch 'support/version-meta' into dev
Diffstat (limited to 'app/model/sysconf.mod.php')
-rw-r--r--app/model/sysconf.mod.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/model/sysconf.mod.php b/app/model/sysconf.mod.php
index fafc4d7..cfbed42 100644
--- a/app/model/sysconf.mod.php
+++ b/app/model/sysconf.mod.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 "model/master.mod.php";
require_once "class/form.class.php";