diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2017-05-15 06:30:06 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2017-05-15 06:30:06 +0000 |
commit | ed3706b8ce20e149ef2f81e0a328773a2a17cc07 (patch) | |
tree | 323603d019dce29e82ee09ded700ec893a52fd24 /src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTableStyleInfo.java | |
parent | 98b10cf68454fef15de8632b472c38442aaf95d5 (diff) | |
download | poi-ed3706b8ce20e149ef2f81e0a328773a2a17cc07.tar.gz poi-ed3706b8ce20e149ef2f81e0a328773a2a17cc07.zip |
Add ASL header and exclude table preset from rat-check
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795137 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTableStyleInfo.java')
-rw-r--r-- | src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTableStyleInfo.java | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTableStyleInfo.java b/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTableStyleInfo.java index 325564c8e1..5e4e04a37a 100644 --- a/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTableStyleInfo.java +++ b/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTableStyleInfo.java @@ -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. +==================================================================== */ + package org.apache.poi.xssf.usermodel; import org.apache.poi.ss.usermodel.TableStyle; |