diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2020-06-25 22:06:52 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2020-06-25 22:06:52 +0000 |
commit | f94dcd461e79029afd1c19ffaf7ad4b8b092b829 (patch) | |
tree | 158bde424a08688cabea503a0d9cafe7648ab89e /src/multimodule | |
parent | 345d17c36ee3f5433cd61061728e62ad44812ffe (diff) | |
download | poi-f94dcd461e79029afd1c19ffaf7ad4b8b092b829.tar.gz poi-f94dcd461e79029afd1c19ffaf7ad4b8b092b829.zip |
fix ASL headers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879210 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/multimodule')
-rw-r--r-- | src/multimodule/ooxml-schemas/java9/module-info.java | 11 | ||||
-rw-r--r-- | src/multimodule/ooxml-security/java9/module-info.java | 11 | ||||
-rw-r--r-- | src/multimodule/poi/java9/module-info.java | 11 |
3 files changed, 18 insertions, 15 deletions
diff --git a/src/multimodule/ooxml-schemas/java9/module-info.java b/src/multimodule/ooxml-schemas/java9/module-info.java index f5ec07df9a..cd746371ae 100644 --- a/src/multimodule/ooxml-schemas/java9/module-info.java +++ b/src/multimodule/ooxml-schemas/java9/module-info.java @@ -1,9 +1,10 @@ /* ==================================================================== - Copyright 2017 Andreas Beeker (kiwiwings@apache.org) - - Licensed 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 + 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 diff --git a/src/multimodule/ooxml-security/java9/module-info.java b/src/multimodule/ooxml-security/java9/module-info.java index 4946fdbf0d..ac902c3df9 100644 --- a/src/multimodule/ooxml-security/java9/module-info.java +++ b/src/multimodule/ooxml-security/java9/module-info.java @@ -1,9 +1,10 @@ /* ==================================================================== - Copyright 2017 Andreas Beeker (kiwiwings@apache.org) - - Licensed 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 + 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 diff --git a/src/multimodule/poi/java9/module-info.java b/src/multimodule/poi/java9/module-info.java index c04f50f955..9a320f1dd0 100644 --- a/src/multimodule/poi/java9/module-info.java +++ b/src/multimodule/poi/java9/module-info.java @@ -1,9 +1,10 @@ /* ==================================================================== - Copyright 2017 Andreas Beeker (kiwiwings@apache.org) - - Licensed 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 + 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 |