Skip to content

Commit c11b4db

Browse files
committed
Replace http
1 parent 6d67f93 commit c11b4db

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

classes/condition.php

+2-2
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,7 +12,7 @@
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
namespace tool_dynamic_cohorts;
1818

classes/rule.php

+2-2
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,7 +12,7 @@
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
namespace tool_dynamic_cohorts;
1818

tests/rule_test.php

+2-2
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,7 +12,7 @@
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
namespace tool_dynamic_cohorts;
1818

0 commit comments

Comments
 (0)