Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit da8414e

Browse files
committed
Use HTTPS for the opensource.org MIT license URL
1 parent 04efc7b commit da8414e

File tree

711 files changed

+711
-711
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

711 files changed

+711
-711
lines changed

app/Config/Schema/db_acl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @link https://cakephp.org CakePHP(tm) Project
1616
* @package app.Config.Schema
1717
* @since CakePHP(tm) v 0.2.9
18-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
18+
* @license https://opensource.org/licenses/mit-license.php MIT License
1919
*/
2020

2121
/**

app/Config/Schema/db_acl.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Licensed under The MIT License
66
# For full copyright and license information, please see the LICENSE.txt
77
# Redistributions of files must retain the above copyright notice.
8-
# MIT License (http://www.opensource.org/licenses/mit-license.php)
8+
# MIT License (https://opensource.org/licenses/mit-license.php)
99

1010
CREATE TABLE acos (
1111
id INTEGER(10) UNSIGNED NOT NULL AUTO_INCREMENT,

app/Config/Schema/i18n.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @link https://cakephp.org CakePHP(tm) Project
1616
* @package app.Config.Schema
1717
* @since CakePHP(tm) v 0.2.9
18-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
18+
* @license https://opensource.org/licenses/mit-license.php MIT License
1919
*/
2020

2121
/**

app/Config/Schema/i18n.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Licensed under The MIT License
66
# For full copyright and license information, please see the LICENSE.txt
77
# Redistributions of files must retain the above copyright notice.
8-
# MIT License (http://www.opensource.org/licenses/mit-license.php)
8+
# MIT License (https://opensource.org/licenses/mit-license.php)
99

1010
CREATE TABLE i18n (
1111
id int(10) NOT NULL auto_increment,

app/Config/Schema/sessions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @link https://cakephp.org CakePHP(tm) Project
1616
* @package app.Config.Schema
1717
* @since CakePHP(tm) v 0.2.9
18-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
18+
* @license https://opensource.org/licenses/mit-license.php MIT License
1919
*/
2020

2121
/**

app/Config/Schema/sessions.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Licensed under The MIT License
88
# For full copyright and license information, please see the LICENSE.txt
99
# Redistributions of files must retain the above copyright notice.
10-
# MIT License (http://www.opensource.org/licenses/mit-license.php)
10+
# MIT License (https://opensource.org/licenses/mit-license.php)
1111

1212
CREATE TABLE cake_sessions (
1313
id varchar(255) NOT NULL default '',

app/Config/acl.ini.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
; * @link https://cakephp.org CakePHP(tm) Project
1313
; * @package app.Config
1414
; * @since CakePHP(tm) v 0.10.0.1076
15-
; * @license http://www.opensource.org/licenses/mit-license.php MIT License
15+
; * @license https://opensource.org/licenses/mit-license.php MIT License
1616
; */
1717

1818
; acl.ini.php - CakePHP ACL Configuration

app/Config/acl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @link https://cakephp.org CakePHP(tm) Project
1616
* @package app.Config
1717
* @since CakePHP(tm) v 2.1
18-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
18+
* @license https://opensource.org/licenses/mit-license.php MIT License
1919
*/
2020

2121
/**

app/Config/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @link https://cakephp.org CakePHP(tm) Project
2020
* @package app.Config
2121
* @since CakePHP(tm) v 0.10.8.2117
22-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
22+
* @license https://opensource.org/licenses/mit-license.php MIT License
2323
*/
2424

2525
// Setup a 'default' cache configuration for use in the application.

app/Config/core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @link https://cakephp.org CakePHP(tm) Project
1616
* @package app.Config
1717
* @since CakePHP(tm) v 0.2.9
18-
* @license http://www.opensource.org/licenses/mit-license.php MIT License
18+
* @license https://opensource.org/licenses/mit-license.php MIT License
1919
*/
2020

2121
//setLocale(LC_ALL, 'deu');

0 commit comments

Comments
 (0)