From: Nicolas Coden Date: Sun, 27 Jan 2019 22:49:54 +0000 (+0100) Subject: docs: replace (c) in docs and license by ascii copyright sign © X-Git-Tag: v6.6.0~3^2~38^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11665%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: replace (c) in docs and license by ascii copyright sign © --- 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";