Copyright ©2014
- Yukkuri Games
+ Yukkuri Games
and others
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either
- version
+ version
2 of the License, or (at your option)
any later version.
@@ -205,8 +205,8 @@
diff --git a/src/pwl6.js b/src/pwl6.js
index e01eeb8..bfcc879 100644
--- a/src/pwl6.js
+++ b/src/pwl6.js
@@ -1716,7 +1716,7 @@ BookScene = new yT(yuu.Scene, {
p = this.layer0.worldFromDevice(p);
if (this.current === BOOK_FORWARD.length - 1
&& this.LOGOTYPE.contains(p)) {
- yuu.openURL("http://www.yukkurigames.com/");
+ yuu.openURL("https://www.yukkurigames.com/");
} else if (this.current === 0 && this.COLOPHON.contains(p)) {
yuu.director.showOverlay("colophon");
} else if (this.current === 0 || p.x >= -0.2) {
diff --git a/src/yuu/audio.js b/src/yuu/audio.js
index 881924e..fb352ae 100644
--- a/src/yuu/audio.js
+++ b/src/yuu/audio.js
@@ -1,7 +1,7 @@
/* Copyright 2014 Yukkuri Games
Licensed under the terms of the GNU GPL v2 or later
- @license http://www.gnu.org/licenses/gpl-2.0.html
- @source: http://yukkurigames.com/yuu/
+ @license https://www.gnu.org/licenses/gpl-2.0.html
+ @source: https://yukkurigames.com/yuu/
*/
(function (yuu) {
diff --git a/src/yuu/ce.js b/src/yuu/ce.js
index bb5c6e5..8cca522 100644
--- a/src/yuu/ce.js
+++ b/src/yuu/ce.js
@@ -1,7 +1,7 @@
/* Copyright 2014 Yukkuri Games
Licensed under the terms of the GNU GPL v2 or later
- @license http://www.gnu.org/licenses/gpl-2.0.html
- @source: http://yukkurigames.com/yuu/
+ @license https://www.gnu.org/licenses/gpl-2.0.html
+ @source: https://yukkurigames.com/yuu/
*/
(function (yuu) {
diff --git a/src/yuu/core.js b/src/yuu/core.js
index d34d201..cf2f282 100644
--- a/src/yuu/core.js
+++ b/src/yuu/core.js
@@ -1,7 +1,7 @@
/* Copyright 2014 Yukkuri Games
Licensed under the terms of the GNU GPL v2 or later
- @license http://www.gnu.org/licenses/gpl-2.0.html
- @source: http://yukkurigames.com/yuu/
+ @license https://www.gnu.org/licenses/gpl-2.0.html
+ @source: https://yukkurigames.com/yuu/
*/
(function (yuu) {
diff --git a/src/yuu/data/license.txt b/src/yuu/data/license.txt
index 062800f..216b1dc 100644
--- a/src/yuu/data/license.txt
+++ b/src/yuu/data/license.txt
@@ -365,7 +365,7 @@ freely, subject to the following restrictions:
--
-Hammer.js - http://eightmedia.github.io/hammer.js/
+Hammer.js - https://hammerjs.github.io/
Copyright 2011-2014 by Jorik Tangelder (Eight Media)
@@ -401,7 +401,6 @@ Copyright (c) 2014, Telefonica S.A.
with Reserved Font Name Fira Mono.
Copyright (c) 2014, Dave Gandy http://fontawesome.io/
-with Reserved Font Name Font Awesome
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
diff --git a/src/yuu/data/yuu.css b/src/yuu/data/yuu.css
index a7b3354..c01dcd8 100644
--- a/src/yuu/data/yuu.css
+++ b/src/yuu/data/yuu.css
@@ -1,7 +1,7 @@
/* Copyright 2014 Yukkuri Games
Licensed under the terms of the GNU GPL v2 or later
- @license http://www.gnu.org/licenses/gpl-2.0.html
- @source: http://yukkurigames.com/yuu/
+ @license https://www.gnu.org/licenses/gpl-2.0.html
+ @source: https://yukkurigames.com/yuu/
*/
@font-face {
diff --git a/src/yuu/director.js b/src/yuu/director.js
index 83103b3..a078ef5 100644
--- a/src/yuu/director.js
+++ b/src/yuu/director.js
@@ -1,7 +1,7 @@
/* Copyright 2014 Yukkuri Games
Licensed under the terms of the GNU GPL v2 or later
- @license http://www.gnu.org/licenses/gpl-2.0.html
- @source: http://yukkurigames.com/yuu/
+ @license https://www.gnu.org/licenses/gpl-2.0.html
+ @source: https://yukkurigames.com/yuu/
*/
(function (yuu) {
diff --git a/src/yuu/gfx.js b/src/yuu/gfx.js
index 2c3088e..f819bfd 100644
--- a/src/yuu/gfx.js
+++ b/src/yuu/gfx.js
@@ -1,7 +1,7 @@
/* Copyright 2014 Yukkuri Games
Licensed under the terms of the GNU GPL v2 or later
- @license http://www.gnu.org/licenses/gpl-2.0.html
- @source: http://yukkurigames.com/yuu/
+ @license https://www.gnu.org/licenses/gpl-2.0.html
+ @source: https://yukkurigames.com/yuu/
*/
(function (yuu) {
diff --git a/src/yuu/input.js b/src/yuu/input.js
index ba58faf..f9e4e04 100644
--- a/src/yuu/input.js
+++ b/src/yuu/input.js
@@ -1,7 +1,7 @@
/* Copyright 2014 Yukkuri Games
Licensed under the terms of the GNU GPL v2 or later
- @license http://www.gnu.org/licenses/gpl-2.0.html
- @source: http://yukkurigames.com/yuu/
+ @license https://www.gnu.org/licenses/gpl-2.0.html
+ @source: https://yukkurigames.com/yuu/
*/
(function (yuu) {
diff --git a/src/yuu/pre.js b/src/yuu/pre.js
index 5381ad7..c50ad45 100644
--- a/src/yuu/pre.js
+++ b/src/yuu/pre.js
@@ -95,7 +95,7 @@
/** Canonicalize fullscreen function names if available.
- Based on http://fullscreen.spec.whatwg.org/, June 7th 2013.
+ Based on https://fullscreen.spec.whatwg.org/, June 7th 2013.
*/
if (!Element.prototype.requestFullscreen)
diff --git a/src/yuu/rdr.js b/src/yuu/rdr.js
index a03cbec..312bee1 100644
--- a/src/yuu/rdr.js
+++ b/src/yuu/rdr.js
@@ -1,7 +1,7 @@
/* Copyright 2014 Yukkuri Games
Licensed under the terms of the GNU GPL v2 or later
- @license http://www.gnu.org/licenses/gpl-2.0.html
- @source: http://yukkurigames.com/yuu/
+ @license https://www.gnu.org/licenses/gpl-2.0.html
+ @source: https://yukkurigames.com/yuu/
*/
(function (yuu) {
diff --git a/src/yuu/storage.js b/src/yuu/storage.js
index 1ad702e..604e78e 100644
--- a/src/yuu/storage.js
+++ b/src/yuu/storage.js
@@ -1,7 +1,7 @@
/* Copyright 2014 Yukkuri Games
Licensed under the terms of the GNU GPL v2 or later
- @license http://www.gnu.org/licenses/gpl-2.0.html
- @source: http://yukkurigames.com/yuu/
+ @license https://www.gnu.org/licenses/gpl-2.0.html
+ @source: https://yukkurigames.com/yuu/
*/
(function (exports) {
diff --git a/src/yuu/yT.js b/src/yuu/yT.js
index 0c86c89..891f1b2 100644
--- a/src/yuu/yT.js
+++ b/src/yuu/yT.js
@@ -1,7 +1,7 @@
/* Copyright 2014 Yukkuri Games
Licensed under the terms of the GNU GPL v2 or later
- @license http://www.gnu.org/licenses/gpl-2.0.html
- @source: http://yukkurigames.com/yuu/
+ @license https://www.gnu.org/licenses/gpl-2.0.html
+ @source: https://yukkurigames.com/yuu/
*/
(function (module) {
diff --git a/src/yuu/yf.js b/src/yuu/yf.js
index 81ccb2e..ab3969b 100644
--- a/src/yuu/yf.js
+++ b/src/yuu/yf.js
@@ -1,7 +1,7 @@
/* Copyright 2014 Yukkuri Games
Licensed under the terms of the GNU GPL v2 or later
- @license http://www.gnu.org/licenses/gpl-2.0.html
- @source: http://yukkurigames.com/yuu/
+ @license https://www.gnu.org/licenses/gpl-2.0.html
+ @source: https://yukkurigames.com/yuu/
*/
(function () {
diff --git a/tools/generate-appcache b/tools/generate-appcache
index 674a864..9a03981 100755
--- a/tools/generate-appcache
+++ b/tools/generate-appcache
@@ -9,7 +9,7 @@ directory, then inserting it into each HTML document.
For more information about the HTML5 application cache, see:
-- http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html
+- https://html.spec.whatwg.org/multipage/browsers.html#offline
- https://developer.mozilla.org/en/docs/HTML/Using_the_application_cache
"""