diff options
author | Malf Furious <m@lfurio.us> | 2016-05-29 16:36:16 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2016-05-29 16:36:16 -0400 |
commit | 7cd84731cd83e8590b20ff332db3629ceb970248 (patch) | |
tree | 40def4f98f8ea0996e394a186ae981b430e697ea /app/view/sysconf | |
parent | 3960b9d244980ccae804525e0a5d7c55cfe75158 (diff) | |
download | scrott-7cd84731cd83e8590b20ff332db3629ceb970248.tar.gz scrott-7cd84731cd83e8590b20ff332db3629ceb970248.zip |
Add copyright notice to application view files
Diffstat (limited to 'app/view/sysconf')
-rw-r--r-- | app/view/sysconf/default.view.php | 14 | ||||
-rw-r--r-- | app/view/sysconf/group.modal.view.php | 18 | ||||
-rw-r--r-- | app/view/sysconf/issue.modal.view.php | 18 | ||||
-rw-r--r-- | app/view/sysconf/message.modal.view.php | 18 | ||||
-rw-r--r-- | app/view/sysconf/pad.modal.view.php | 18 | ||||
-rw-r--r-- | app/view/sysconf/stage.modal.view.php | 18 | ||||
-rw-r--r-- | app/view/sysconf/user.modal.view.php | 18 |
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"> |