Skip to content

Commit e00c647

Browse files
committed
Update license URL.
1 parent 5b8b217 commit e00c647

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ The first one tests the browser integration, the second one the
110110

111111
## License
112112
The JavaScript MD5 script is released under the
113-
[MIT license](http://www.opensource.org/licenses/MIT).
113+
[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: 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">

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 md5 */

js/md5.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
* Based on
1212
* A JavaScript implementation of the RSA Data Security, Inc. MD5 Message

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 describe, it */

0 commit comments

Comments
 (0)