This is an automated email from the ASF dual-hosted git repository.

jmclean pushed a commit to branch matomo
in repository https://gitbox.apache.org/repos/asf/gravitino-site.git


The following commit(s) were added to refs/heads/matomo by this push:
     new f569a2f  add missing header
f569a2f is described below

commit f569a2f0de44c79dcbfc43acc36aa5ca227226cc
Author: Justin Mclean <[email protected]>
AuthorDate: Tue Aug 20 16:49:27 2024 +1000

    add missing header
---
 static/js/matomo.js | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/static/js/matomo.js b/static/js/matomo.js
index 7093797..9d310be 100644
--- a/static/js/matomo.js
+++ b/static/js/matomo.js
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 var _paq = window._paq = window._paq || [];
 /* tracker methods like "setCustomDimension" should be called before 
"trackPageView" */
 _paq.push(['trackPageView']);

Reply via email to