mirror of https://github.com/apache/poi.git
update jindent file
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@491759 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c1d68a5e30
commit
f1f28aec02
|
@ -21,61 +21,26 @@ blankLinesToSeparateJindentNote = 2
|
|||
### Header/Footer -- Header Template
|
||||
|
||||
headerSmartMode = infinite
|
||||
headerIdentifyKey = "Copyright (c) 2002 The Apache Software Foundation"
|
||||
headerIdentifyKey = "Copyright (c) 2002-2006 The Apache Software Foundation"
|
||||
blankLinesBeforeHeader = 1
|
||||
header[00]="/* ===================================================================="
|
||||
header[01]=" * The Apache Software License, Version 1.1"
|
||||
header[02]=" *"
|
||||
header[03]=" * Copyright (c) 2002 The Apache Software Foundation. All rights"
|
||||
header[04]=" * reserved."
|
||||
header[05]=" *"
|
||||
header[06]=" * Redistribution and use in source and binary forms, with or without"
|
||||
header[07]=" * modification, are permitted provided that the following conditions"
|
||||
header[08]=" * are met:"
|
||||
header[09]=" *"
|
||||
header[10]=" * 1. Redistributions of source code must retain the above copyright"
|
||||
header[11]=" * notice, this list of conditions and the following disclaimer."
|
||||
header[12]=" *"
|
||||
header[13]=" * 2. Redistributions in binary form must reproduce the above copyright"
|
||||
header[14]=" * notice, this list of conditions and the following disclaimer in"
|
||||
header[15]=" * the documentation and/or other materials provided with the"
|
||||
header[16]=" * distribution."
|
||||
header[17]=" *"
|
||||
header[18]=" * 3. The end-user documentation included with the redistribution,"
|
||||
header[19]=" * if any, must include the following acknowledgment:"
|
||||
header[20]=" * "This product includes software developed by the"
|
||||
header[21]=" * Apache Software Foundation (http://www.apache.org/).""
|
||||
header[22]=" * Alternately, this acknowledgment may appear in the software itself,"
|
||||
header[23]=" * if and wherever such third-party acknowledgments normally appear."
|
||||
header[24]=" *"
|
||||
header[25]=" * 4. The names "Apache" and "Apache Software Foundation" and"
|
||||
header[26]=" * "Apache POI" must not be used to endorse or promote products"
|
||||
header[27]=" * derived from this software without prior written permission. For"
|
||||
header[28]=" * written permission, please contact apache@apache.org."
|
||||
header[29]=" *"
|
||||
header[30]=" * 5. Products derived from this software may not be called "Apache","
|
||||
header[31]=" * "Apache POI", nor may "Apache" appear in their name, without"
|
||||
header[32]=" * prior written permission of the Apache Software Foundation."
|
||||
header[33]=" *"
|
||||
header[34]=" * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED"
|
||||
header[35]=" * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES"
|
||||
header[36]=" * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE"
|
||||
header[37]=" * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR"
|
||||
header[38]=" * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,"
|
||||
header[39]=" * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT"
|
||||
header[40]=" * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF"
|
||||
header[41]=" * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND"
|
||||
header[42]=" * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,"
|
||||
header[43]=" * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT"
|
||||
header[44]=" * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF"
|
||||
header[45]=" * SUCH DAMAGE."
|
||||
header[46]=" * ===================================================================="
|
||||
header[47]=" *"
|
||||
header[48]=" * This software consists of voluntary contributions made by many"
|
||||
header[49]=" * individuals on behalf of the Apache Software Foundation. For more"
|
||||
header[50]=" * information on the Apache Software Foundation, please see"
|
||||
header[51]=" * <http://www.apache.org/>."
|
||||
header[52]=" */"
|
||||
header[00]="/* ==================================================================="
|
||||
header[01]=" * Licensed to the Apache Software Foundation (ASF) under one"
|
||||
header[02]=" * or more contributor license agreements. See the NOTICE file"
|
||||
header[03]=" * distributed with this work for additional information"
|
||||
header[04]=" * regarding copyright ownership. The ASF licenses this file"
|
||||
header[05]=" * to you under the Apache License, Version 2.0 (the"
|
||||
header[06]=" * \"License\"); you may not use this file except in compliance"
|
||||
header[07]=" * with the License. You may obtain a copy of the License at"
|
||||
header[08]=" * "
|
||||
header[09]=" * http://www.apache.org/licenses/LICENSE-2.0"
|
||||
header[10]=" * "
|
||||
header[11]=" * Unless required by applicable law or agreed to in writing,"
|
||||
header[12]=" * software distributed under the License is distributed on an"
|
||||
header[13]=" * \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY"
|
||||
header[14]=" * KIND, either express or implied. See the License for the"
|
||||
header[15]=" * specific language governing permissions and limitations"
|
||||
header[16]=" * under the License"
|
||||
header[17]=" */"
|
||||
blankLinesAfterHeader = 1
|
||||
|
||||
### Header/Footer -- Footer Template
|
||||
|
|
Loading…
Reference in New Issue