]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: replace (c) in docs and license by ascii copyright sign © 11665/head
authorNicolas Coden <nicolas@ncoden.fr>
Sun, 27 Jan 2019 22:49:54 +0000 (23:49 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Sun, 27 Jan 2019 22:49:54 +0000 (23:49 +0100)
LICENSE
js/foundation.util.mediaQuery.js

diff --git a/LICENSE b/LICENSE
index e83849407b4dfbdca907ea708a99ecc2682d2bfa..578c3f25ce490a5e2df8f6b7ad257d68c877f402 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2011-2019 ZURB, Inc.
+Copyright © 2011-2019 ZURB, Inc.
 
 MIT License
 
index 970d711e4675fc0f5d86780b80fe71960e394d6a..cbf996436a28fef371c9bf9bba90d77f863fe0aa 100644 (file)
@@ -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";