Skip to content

Commit bb56729

Browse files
committed
Revert some secure links to cope with Moodle coding style.
1 parent 1379144 commit bb56729

File tree

11 files changed

+10
-11
lines changed

11 files changed

+10
-11
lines changed

.stylelintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// GNU General Public License for more details.
1212
//
1313
// You should have received a copy of the GNU General Public License
14-
// along with Moodle. If not, see <https://www.gnu.org/licenses/>.
14+
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
1515
/* jshint node: true, browser: false */
1616
/* eslint-env node */
1717

amd/src/timediff.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// GNU General Public License for more details.
1212
//
1313
// You should have received a copy of the GNU General Public License
14-
// along with Moodle. If not, see <https://www.gnu.org/licenses/>.
14+
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
1515

1616
/*
1717
* @see https://github.com/moodlebox/moodle-tool_moodlebox

classes/local/utils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 <https://www.gnu.org/licenses/>.
15+
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
1616

1717
/**
1818
* Utilities for tool_moodlebox.

classes/privacy/provider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 <https://www.gnu.org/licenses/>.
15+
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
1616

1717
/**
1818
* Privacy Subsystem implementation for tool_moodlebox.

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 <https://www.gnu.org/licenses/>.
15+
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
1616

1717
/**
1818
* A dashboard for the MoodleBox.

lang/en/tool_moodlebox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 <https://www.gnu.org/licenses/>.
15+
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
1616

1717
/**
1818
* Strings for component 'tool_moodlebox', language 'en' (English)

lang/fr/tool_moodlebox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 <https://www.gnu.org/licenses/>.
15+
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
1616

1717
/**
1818
* Strings for component 'tool_moodlebox', language 'fr' (French)

settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 <https://www.gnu.org/licenses/>.
15+
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
1616

1717
/**
1818
* Add page to admin menu.

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 <https://www.gnu.org/licenses/>.
15+
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
1616
1717
/**
1818
* CSS rules

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 <https://www.gnu.org/licenses/>.
15+
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
1616

1717
/**
1818
* Version details.

0 commit comments

Comments
 (0)