Krinkle has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/345792 )

Change subject: build: Use HTTPS for mit-license.org url
......................................................................

build: Use HTTPS for mit-license.org url

Change-Id: Iff15a5df82da8b24fbdbb9c7b4170aadbe715d88
---
M Gruntfile.js
M src/banner.jquery.txt
M src/banner.txt
3 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/core refs/changes/92/345792/1

diff --git a/Gruntfile.js b/Gruntfile.js
index c5f1c24..9f9f498 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -80,7 +80,7 @@
                },
                uglify: {
                        options: {
-                               banner: '/*! OOjs v<%= pkg.version %> | 
http://oojs.mit-license.org */',
+                               banner: '/*! OOjs v<%= pkg.version %> | 
https://oojs.mit-license.org */',
                                sourceMap: true,
                                sourceMapIncludeSources: true,
                                report: 'gzip'
diff --git a/src/banner.jquery.txt b/src/banner.jquery.txt
index 198a64a..44b364f 100644
--- a/src/banner.jquery.txt
+++ b/src/banner.jquery.txt
@@ -4,7 +4,7 @@
  *
  * Copyright 2011-<%= grunt.template.today("yyyy") %> OOjs Team and other 
contributors.
  * Released under the MIT license
- * http://oojs.mit-license.org
+ * https://oojs.mit-license.org
  *
  * Date: <%= grunt.template.today("isoUtcDateTime") %>
  */
diff --git a/src/banner.txt b/src/banner.txt
index 2e8ba06..1ae54ef 100644
--- a/src/banner.txt
+++ b/src/banner.txt
@@ -4,7 +4,7 @@
  *
  * Copyright 2011-<%= grunt.template.today("yyyy") %> OOjs Team and other 
contributors.
  * Released under the MIT license
- * http://oojs.mit-license.org
+ * https://oojs.mit-license.org
  *
  * Date: <%= grunt.template.today("isoUtcDateTime") %>
  */

-- 
To view, visit https://gerrit.wikimedia.org/r/345792
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iff15a5df82da8b24fbdbb9c7b4170aadbe715d88
Gerrit-PatchSet: 1
Gerrit-Project: oojs/core
Gerrit-Branch: master
Gerrit-Owner: Krinkle <krinklem...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to