This is an automated email from the ASF dual-hosted git repository. hxd pushed a commit to branch site-apache-rat in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit b59e1ec742e0216ecf7e8d7339aa459e6935c8a0 Author: xiangdong huang <[email protected]> AuthorDate: Tue Mar 31 20:51:14 2020 +0800 add apache-rat for css files --- site/src/main/.vuepress/public/css/index.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/site/src/main/.vuepress/public/css/index.css b/site/src/main/.vuepress/public/css/index.css index 1173fbe..6cfbb57 100644 --- a/site/src/main/.vuepress/public/css/index.css +++ b/site/src/main/.vuepress/public/css/index.css @@ -1,3 +1,22 @@ +/* + 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. + */ + .red{ color:red; }
