summaryrefslogtreecommitdiffstats
path: root/app/view/sysconf
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/sysconf')
-rw-r--r--app/view/sysconf/default.view.php14
-rw-r--r--app/view/sysconf/group.modal.view.php18
-rw-r--r--app/view/sysconf/issue.modal.view.php18
-rw-r--r--app/view/sysconf/message.modal.view.php18
-rw-r--r--app/view/sysconf/pad.modal.view.php18
-rw-r--r--app/view/sysconf/stage.modal.view.php18
-rw-r--r--app/view/sysconf/user.modal.view.php18
7 files changed, 122 insertions, 0 deletions
diff --git a/app/view/sysconf/default.view.php b/app/view/sysconf/default.view.php
index 65f7cb6..90e5441 100644
--- a/app/view/sysconf/default.view.php
+++ b/app/view/sysconf/default.view.php
@@ -1,3 +1,17 @@
+<!--
+ * 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.
+-->
+
<!DOCTYPE html>
<html lang="en">
diff --git a/app/view/sysconf/group.modal.view.php b/app/view/sysconf/group.modal.view.php
index cd05642..c0641d9 100644
--- a/app/view/sysconf/group.modal.view.php
+++ b/app/view/sysconf/group.modal.view.php
@@ -1,3 +1,21 @@
+<?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.
+ */
+
+?>
+
<div id="groupModal" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
diff --git a/app/view/sysconf/issue.modal.view.php b/app/view/sysconf/issue.modal.view.php
index a77c1e3..694dd47 100644
--- a/app/view/sysconf/issue.modal.view.php
+++ b/app/view/sysconf/issue.modal.view.php
@@ -1,3 +1,21 @@
+<?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.
+ */
+
+?>
+
<div id="issueModal" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
diff --git a/app/view/sysconf/message.modal.view.php b/app/view/sysconf/message.modal.view.php
index 715bb06..14cca2d 100644
--- a/app/view/sysconf/message.modal.view.php
+++ b/app/view/sysconf/message.modal.view.php
@@ -1,3 +1,21 @@
+<?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.
+ */
+
+?>
+
<div id="messageModal" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
diff --git a/app/view/sysconf/pad.modal.view.php b/app/view/sysconf/pad.modal.view.php
index 88c62e7..2fbf26b 100644
--- a/app/view/sysconf/pad.modal.view.php
+++ b/app/view/sysconf/pad.modal.view.php
@@ -1,3 +1,21 @@
+<?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.
+ */
+
+?>
+
<div id="padModal" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
diff --git a/app/view/sysconf/stage.modal.view.php b/app/view/sysconf/stage.modal.view.php
index 4eaab43..11e517f 100644
--- a/app/view/sysconf/stage.modal.view.php
+++ b/app/view/sysconf/stage.modal.view.php
@@ -1,3 +1,21 @@
+<?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.
+ */
+
+?>
+
<div id="stageModal" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
diff --git a/app/view/sysconf/user.modal.view.php b/app/view/sysconf/user.modal.view.php
index b3650b0..034dc04 100644
--- a/app/view/sysconf/user.modal.view.php
+++ b/app/view/sysconf/user.modal.view.php
@@ -1,3 +1,21 @@
+<?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.
+ */
+
+?>
+
<div id="userModal" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">