You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2020/12/11 11:28:33 UTC

[myfaces-tobago] branch TOBAGO-1999_Select2 updated: apache-rat

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

weber pushed a commit to branch TOBAGO-1999_Select2
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/TOBAGO-1999_Select2 by this push:
     new ad91542  apache-rat
ad91542 is described below

commit ad9154245a2ffc40b95e564c6c16f3647c70e227
Author: Volker Weber <v....@inexso.de>
AuthorDate: Fri Dec 11 12:28:26 2020 +0100

    apache-rat
---
 pom.xml                                                 |  4 ++++
 .../renderkit/html/standard/standard/style/tobago.css   | 17 +++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0a10200..3f7272d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -996,6 +996,10 @@
               <!-- pixelmator -->
               <exclude>**/*.pxm</exclude>
 
+              <!-- select2 -->
+              <exclude>**/contrib/select2/**.css</exclude>
+              <exclude>**/contrib/select2/**/*.js</exclude>
+
               <!-- jetty key store for testing -->
               <exclude>**/jettykeystore</exclude>
             </excludes>
diff --git a/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css b/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css
index fff9531..7657989 100644
--- a/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css
+++ b/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css
@@ -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.
+ */
+
 /* select2 */
 
 .tobago-select2-hide-dropdown .select2-search,