Skip to content

Commit 750f0ba

Browse files
committed
Update license URL.
1 parent 511e54a commit 750f0ba

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var data = {
4545
"title": "JavaScript Templates",
4646
"license": {
4747
"name": "MIT license",
48-
"url": "http://www.opensource.org/licenses/MIT"
48+
"url": "https://opensource.org/licenses/MIT"
4949
},
5050
"features": [
5151
"lightweight & fast",
@@ -397,4 +397,4 @@ the second one the [node.js](http://nodejs.org/) integration.
397397

398398
## License
399399
The JavaScript Templates script is released under the
400-
[MIT license](http://www.opensource.org/licenses/MIT).
400+
[MIT license](https://opensource.org/licenses/MIT).

css/demo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* https://blueimp.net
77
*
88
* Licensed under the MIT license:
9-
* http://www.opensource.org/licenses/MIT
9+
* https://opensource.org/licenses/MIT
1010
*/
1111

1212
body {

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* https://blueimp.net
99
*
1010
* Licensed under the MIT license:
11-
* http://www.opensource.org/licenses/MIT
11+
* https://opensource.org/licenses/MIT
1212
*/
1313
-->
1414
<html lang="en">
@@ -62,7 +62,7 @@ <h4>Features</h4>
6262
"title": "JavaScript Templates",
6363
"license": {
6464
"name": "MIT license",
65-
"url": "http://www.opensource.org/licenses/MIT"
65+
"url": "https://opensource.org/licenses/MIT"
6666
},
6767
"features": [
6868
"lightweight & fast",

js/compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* https://blueimp.net
88
*
99
* Licensed under the MIT license:
10-
* http://www.opensource.org/licenses/MIT
10+
* https://opensource.org/licenses/MIT
1111
*/
1212

1313
;(function () {

js/demo/demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* https://blueimp.net
77
*
88
* Licensed under the MIT license:
9-
* http://www.opensource.org/licenses/MIT
9+
* https://opensource.org/licenses/MIT
1010
*/
1111

1212
/* global tmpl */

js/runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* https://blueimp.net
77
*
88
* Licensed under the MIT license:
9-
* http://www.opensource.org/licenses/MIT
9+
* https://opensource.org/licenses/MIT
1010
*/
1111

1212
/* global define */

js/tmpl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* https://blueimp.net
77
*
88
* Licensed under the MIT license:
9-
* http://www.opensource.org/licenses/MIT
9+
* https://opensource.org/licenses/MIT
1010
*
1111
* Inspired by John Resig's JavaScript Micro-Templating:
1212
* http://ejohn.org/blog/javascript-micro-templating/

test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* https://blueimp.net
99
*
1010
* Licensed under the MIT license:
11-
* http://www.opensource.org/licenses/MIT
11+
* https://opensource.org/licenses/MIT
1212
*/
1313
-->
1414
<html lang="en">

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* https://blueimp.net
77
*
88
* Licensed under the MIT license:
9-
* http://www.opensource.org/licenses/MIT
9+
* https://opensource.org/licenses/MIT
1010
*/
1111

1212
/* global beforeEach, afterEach, describe, it */

0 commit comments

Comments
 (0)