Skip to content

Commit

Permalink
style: let's not include copyright headers in mustache output
Browse files Browse the repository at this point in the history
  • Loading branch information
MHajoha committed Dec 10, 2024
1 parent dc8193b commit 8b706bf
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 64 deletions.
32 changes: 16 additions & 16 deletions templates/render_error.mustache
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<!--
~ This file is part of the QuestionPy Moodle plugin - https://questionpy.org
~
~ Moodle 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.
~
~ Moodle is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with Moodle. If not, see <http://www.gnu.org/licenses />.
-->
{{!
This file is part of the QuestionPy Moodle plugin - https://questionpy.org
Moodle 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.
Moodle is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Moodle. If not, see <http://www.gnu.org/licenses />.
!}}
{{!
@template qtype_questionpy/render_error
Expand Down
32 changes: 16 additions & 16 deletions templates/render_warnings.mustache
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<!--
~ This file is part of the QuestionPy Moodle plugin - https://questionpy.org
~
~ Moodle 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.
~
~ Moodle is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with Moodle. If not, see <http://www.gnu.org/licenses />.
-->
{{!
This file is part of the QuestionPy Moodle plugin - https://questionpy.org
Moodle 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.
Moodle is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Moodle. If not, see <http://www.gnu.org/licenses />.
!}}
{{!
@template qtype_questionpy/render_error
Expand Down
31 changes: 15 additions & 16 deletions templates/settings/packages.mustache
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
<!--
~ This file is part of the QuestionPy Moodle plugin - https://questionpy.org
~
~ Moodle 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.
~
~ Moodle is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with Moodle. If not, see <http://www.gnu.org/licenses/>.
-->
{{!
This file is part of the QuestionPy Moodle plugin - https://questionpy.org
Moodle 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.
Moodle is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Moodle. If not, see <http://www.gnu.org/licenses />.
!}}
{{!
@template qtype_questionpy/settings/packages
Expand Down
32 changes: 16 additions & 16 deletions templates/settings/server_info.mustache
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<!--
~ This file is part of the QuestionPy Moodle plugin - https://questionpy.org
~
~ Moodle 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.
~
~ Moodle is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with Moodle. If not, see <http://www.gnu.org/licenses />.
-->
{{!
This file is part of the QuestionPy Moodle plugin - https://questionpy.org
Moodle 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.
Moodle is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Moodle. If not, see <http://www.gnu.org/licenses />.
!}}
{{!
@template qtype_questionpy/settings/server_info
Expand Down

0 comments on commit 8b706bf

Please sign in to comment.