Skip to content

Commit

Permalink
Update copyright notices
Browse files Browse the repository at this point in the history
- Redde Caesari quae sunt Caesaris
  • Loading branch information
martignoni committed Jun 28, 2024
1 parent d1e713a commit c098f40
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 4 deletions.
9 changes: 9 additions & 0 deletions classes/form/changepassword_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* MoodleBox change password form definition.
*
* @package tool_moodlebox
* @copyright 2018 onwards Nicolas Martignoni {@link mailto:[email protected]}
* @copyright 2024 onwards Patrick Lemaire
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

namespace tool_moodlebox\form;
use moodleform;
defined('MOODLE_INTERNAL') || die();
Expand Down
9 changes: 9 additions & 0 deletions classes/form/datetimeset_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* MoodleBox set time and date form definition.
*
* @package tool_moodlebox
* @copyright 2018 onwards Nicolas Martignoni {@link mailto:[email protected]}
* @copyright 2024 onwards Patrick Lemaire
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

namespace tool_moodlebox\form;
use moodleform;
defined('MOODLE_INTERNAL') || die();
Expand Down
9 changes: 9 additions & 0 deletions classes/form/resizepartition_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* MoodleBox resize partition form definition.
*
* @package tool_moodlebox
* @copyright 2018 onwards Nicolas Martignoni {@link mailto:[email protected]}
* @copyright 2024 onwards Patrick Lemaire
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

namespace tool_moodlebox\form;
use moodleform;
defined('MOODLE_INTERNAL') || die();
Expand Down
9 changes: 9 additions & 0 deletions classes/form/restartshutdown_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* MoodleBox restart and shutdown password form definition.
*
* @package tool_moodlebox
* @copyright 2018 onwards Nicolas Martignoni {@link mailto:[email protected]}
* @copyright 2024 onwards Patrick Lemaire
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

namespace tool_moodlebox\form;
use moodleform;
defined('MOODLE_INTERNAL') || die();
Expand Down
9 changes: 9 additions & 0 deletions classes/form/wifisettings_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* MoodleBox wifi settings form definition.
*
* @package tool_moodlebox
* @copyright 2018 onwards Nicolas Martignoni {@link mailto:[email protected]}
* @copyright 2024 onwards Patrick Lemaire
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

namespace tool_moodlebox\form;
use moodleform;
defined('MOODLE_INTERNAL') || die();
Expand Down
9 changes: 9 additions & 0 deletions classes/hook_callbacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* MoodleBox hooks callbacks.
*
* @package tool_moodlebox
* @copyright 2024 onwards Patrick Lemaire
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

namespace tool_moodlebox;
use core\hook\output\before_footer_html_generation;
use html_writer;
Expand All @@ -23,6 +31,7 @@
*
* @package tool_moodlebox
* @copyright 2024 onwards Nicolas Martignoni {@link mailto:[email protected]}
* @copyright 2024 onwards Patrick Lemaire
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class hook_callbacks {
Expand Down
2 changes: 1 addition & 1 deletion db/hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Hook callbacks for MoodleBox plugin
*
* @package tool_moodlebox
* @copyright 2024 onwards Nicolas Martignoni {@link mailto:[email protected]}
* @copyright 2024 onwards Patrick Lemaire
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* @link https://github.com/moodlebox/moodle-tool_moodlebox
* @package tool_moodlebox
* @copyright 2016 onwards Nicolas Martignoni {@link mailto:[email protected]}
* @copyright 2024 onwards Patrick Lemaire
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

$plugin = new stdClass();

$plugin->version = 2024032802;
$plugin->release = '2.17.5';
$plugin->version = 2024062800;
$plugin->release = '2.17.6';
$plugin->requires = 2018120300;
$plugin->supported = [36, 403];
$plugin->maturity = MATURITY_STABLE;
$plugin->maturity = MATURITY_BETA;
$plugin->component = 'tool_moodlebox';

0 comments on commit c098f40

Please sign in to comment.