Skip to content

Commit fa02a05

Browse files
committed
Update license info and doc comments in version.php
1 parent 2c5c764 commit fa02a05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// This file is part of Moodle - http://moodle.org/
2+
// This file is part of Moodle - https://moodle.org/
33
//
44
// Moodle is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
@@ -12,14 +12,14 @@
1212
// GNU General Public License for more details.
1313
//
1414
// You should have received a copy of the GNU General Public License
15-
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
15+
// along with Moodle. If not, see <https://www.gnu.org/licenses/>.
1616

1717
/**
18-
* Version details.
18+
* Version info for this plugin.
1919
*
2020
* @package local_lsf_unification
21-
* @subpackage lsf_unification
2221
* @copyright 2011 Olaf Koehler WWU
22+
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2323
*/
2424

2525
defined('MOODLE_INTERNAL') || die;

0 commit comments

Comments
 (0)