From 0af2cbdaf9acc149e274f9f09a445b4ec88629b4 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sun, 27 Jan 2019 23:49:54 +0100 Subject: [PATCH] =?utf8?q?docs:=20replace=20(c)=20in=20docs=20and=20licens?= =?utf8?q?e=20by=20ascii=20copyright=20sign=20=C2=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- LICENSE | 2 +- js/foundation.util.mediaQuery.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index e83849407..578c3f25c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011-2019 ZURB, Inc. +Copyright © 2011-2019 ZURB, Inc. MIT License diff --git a/js/foundation.util.mediaQuery.js b/js/foundation.util.mediaQuery.js index 970d711e4..cbf996436 100644 --- a/js/foundation.util.mediaQuery.js +++ b/js/foundation.util.mediaQuery.js @@ -17,7 +17,7 @@ const defaultQueries = { // matchMedia() polyfill - Test a CSS media type/query in JS. -// Authors & copyright(c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas, David Knight. MIT license +// Authors & copyright © 2012: Scott Jehl, Paul Irish, Nicholas Zakas, David Knight. MIT license /* eslint-disable */ window.matchMedia || (window.matchMedia = (function () { "use strict"; -- 2.47.2