From 7ff988f0cde0ef20ea563d2f2c1bcec389df25a2 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Tue, 12 Jan 2021 18:24:08 -0500 Subject: [PATCH] trying to fix librejs for piwik.js --- 2021/assets/js/piwik.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2021/assets/js/piwik.js b/2021/assets/js/piwik.js index ad306cf4..a4d000b4 100644 --- a/2021/assets/js/piwik.js +++ b/2021/assets/js/piwik.js @@ -1,5 +1,5 @@ /* - * |@licstart The following is the entire license notice for the JavaScript code in this page.| + * @licstart The following is the entire license notice for the JavaScript code in this page. * Copyright 2012 Matthieu Aubry. @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see http://www.gnu.org/licenses/. - * |@licend The above is the entire license notice for the JavaScript code in this page.| + * @licend The above is the entire license notice for the JavaScript code in this page. */ var _paq = _paq || []; _paq.push(["trackPageView"]); -- 2.25.1