You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2018/08/09 12:53:36 UTC

[kylin] branch master updated: Minor, fix rat check failed

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

shaofengshi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e0cbad  Minor, fix rat check failed
7e0cbad is described below

commit 7e0cbad33598dbcd821aebec66e5339d9e0fe7fb
Author: chao long <wa...@qq.com>
AuthorDate: Thu Aug 9 17:15:56 2018 +0800

    Minor, fix rat check failed
---
 pom.xml                   |  4 ++++
 webapp/app/less/font.less | 17 +++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/pom.xml b/pom.xml
index e1ab370..b5a346b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1517,6 +1517,7 @@
                                 <exclude>**/*.jpg</exclude>
                                 <exclude>**/*.gif</exclude>
                                 <exclude>**/*.ico</exclude>
+                                <exclude>**/*.svg</exclude>
 
                                 <!--Test Data-->
                                 <exclude>**/src/test/resources/**</exclude>
@@ -1546,6 +1547,9 @@
                                 <exclude>**/*.doc</exclude>
                                 <exclude>**/*.txt</exclude>
                                 <exclude>**/.checkstyle</exclude>
+                                <exclude>**/*.eot</exclude>
+                                <exclude>**/*.ttf</exclude>
+                                <exclude>**/*.woff</exclude>
 
                                 <!-- Kylin's website content -->
                                 <exclude>**/.sass-cache/**</exclude>
diff --git a/webapp/app/less/font.less b/webapp/app/less/font.less
index 1f5484d..8e38b48 100644
--- a/webapp/app/less/font.less
+++ b/webapp/app/less/font.less
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+
 @font-face {
   font-family: 'kylin';
   src: url('../fonts/kylin.eot?pdayeh');