mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
license top of file
This commit is contained in:
parent
22d2efaf5b
commit
94ff481ca9
@ -1,5 +1,3 @@
|
||||
import java.util.regex.Pattern
|
||||
|
||||
/* ====================================================================
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
contributor license agreements. See the NOTICE file distributed with
|
||||
@ -17,6 +15,8 @@ import java.util.regex.Pattern
|
||||
limitations under the License.
|
||||
==================================================================== */
|
||||
|
||||
import java.util.regex.Pattern
|
||||
|
||||
final String TEST9_SRC = 'src/test/java9'
|
||||
final String TEST9_OUT = layout.buildDirectory.dir('classes/java9/test/').get().asFile.absolutePath
|
||||
final String VERSIONS9 = 'META-INF/versions/9'
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
import java.util.regex.Pattern
|
||||
|
||||
/* ====================================================================
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
contributor license agreements. See the NOTICE file distributed with
|
||||
@ -17,6 +15,8 @@ import java.util.regex.Pattern
|
||||
limitations under the License.
|
||||
==================================================================== */
|
||||
|
||||
import java.util.regex.Pattern
|
||||
|
||||
final String MODULE_NAME = 'org.apache.poi.ooxml.schemas'
|
||||
final String BEANS_SRC = layout.buildDirectory.dir('generated-sources').get().asFile.absolutePath
|
||||
final String BEANS_RES = layout.buildDirectory.dir('generated-resources').get().asFile.absolutePath
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
import java.util.regex.Pattern
|
||||
|
||||
/* ====================================================================
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
contributor license agreements. See the NOTICE file distributed with
|
||||
@ -17,6 +15,8 @@ import java.util.regex.Pattern
|
||||
limitations under the License.
|
||||
==================================================================== */
|
||||
|
||||
import java.util.regex.Pattern
|
||||
|
||||
final String BEANS_SRC = layout.buildDirectory.dir('generated-sources').get().asFile.absolutePath
|
||||
final String BEANS_RES = layout.buildDirectory.dir('generated-resources').get().asFile.absolutePath
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user