Index: trunk/extensions/Genderize/Genderize.i18n.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | See the GNU Affero General Public License for more details. |
16 | 16 | |
17 | 17 | You should have received a copy of the GNU Affero General Public License along with this |
18 | | - program. If not, see <http://www.gnu.org/licenses/>. |
| 18 | + program. If not, see <https://www.gnu.org/licenses/>. |
19 | 19 | ------------------------------------------------------------------------------------------------ |
20 | 20 | */ |
21 | 21 | |
Index: trunk/extensions/Genderize/Genderize.php |
— | — | @@ -14,13 +14,13 @@ |
15 | 15 | See the GNU Affero General Public License for more details. |
16 | 16 | |
17 | 17 | You should have received a copy of the GNU Affero General Public License along with this |
18 | | - program. If not, see <http://www.gnu.org/licenses/>. |
| 18 | + program. If not, see <https://www.gnu.org/licenses/>. |
19 | 19 | ------------------------------------------------------------------------------------------------ |
20 | 20 | */ |
21 | 21 | |
22 | 22 | if ( ! defined( 'MEDIAWIKI' ) ) { |
23 | 23 | die( 'Not an entry point.' ); |
24 | | -}; # if |
| 24 | +}; // if |
25 | 25 | |
26 | 26 | global $wgAutoloadClasses; |
27 | 27 | $wgAutoloadClasses[ 'Genderize' ] = __DIR__ . '/Genderize.class.php'; |
— | — | @@ -48,8 +48,8 @@ |
49 | 49 | 'name' => 'Genderize', |
50 | 50 | 'license' => 'AGPL-3.0+', |
51 | 51 | 'version' => '0.0.1', |
52 | | - 'author' => array( '[http://www.mediawiki.org/wiki/User:Van_de_Bugger Van de Bugger]' ), |
53 | | - 'url' => 'http://www.mediawiki.org/wiki/Extension:Genderize', |
| 52 | + 'author' => array( '[https://www.mediawiki.org/wiki/User:Van_de_Bugger Van de Bugger]' ), |
| 53 | + 'url' => 'https://www.mediawiki.org/wiki/Extension:Genderize', |
54 | 54 | 'descriptionmsg' => 'genderize-description', |
55 | 55 | ); |
56 | 56 | |
Index: trunk/extensions/Genderize/Genderize.class.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | See the GNU Affero General Public License for more details. |
16 | 16 | |
17 | 17 | You should have received a copy of the GNU Affero General Public License along with this |
18 | | - program. If not, see <http://www.gnu.org/licenses/>. |
| 18 | + program. If not, see <https://www.gnu.org/licenses/>. |
19 | 19 | ------------------------------------------------------------------------------------------------ |
20 | 20 | */ |
21 | 21 | |
Index: trunk/extensions/Genderize/README |
— | — | @@ -16,7 +16,7 @@ |
17 | 17 | |
18 | 18 | == Download == |
19 | 19 | |
20 | | - svn checkout http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/Genderize |
| 20 | + svn checkout https://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/Genderize |
21 | 21 | |
22 | 22 | == Usage == |
23 | 23 | |
— | — | @@ -53,8 +53,8 @@ |
54 | 54 | |
55 | 55 | == Links == |
56 | 56 | |
57 | | -* Extension page: http://www.mediawiki.org/wiki/Extension:Genderize |
58 | | -* Author page: http://www.mediawiki.org/wiki/User:Van_de_Bugger |
59 | | -* License page: http://www.gnu.org/licenses/agpl.html |
| 57 | +* Extension page: https://www.mediawiki.org/wiki/Extension:Genderize |
| 58 | +* Author page: https://www.mediawiki.org/wiki/User:Van_de_Bugger |
| 59 | +* License page: https://www.gnu.org/licenses/agpl.html |
60 | 60 | |
61 | 61 | <!-- end of file --> |