diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2020-12-03 19:15:43 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2020-12-03 19:15:43 +0000 |
commit | 0c1467d77af01f103348190f85661a65eaf83ec1 (patch) | |
tree | 38aa04e57c84c4655c57c28435baa87d45d74bec /src/examples | |
parent | 36bf732641cfc928f90d379189d7489040cfaa3e (diff) | |
download | poi-0c1467d77af01f103348190f85661a65eaf83ec1.tar.gz poi-0c1467d77af01f103348190f85661a65eaf83ec1.zip |
add license
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884076 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/examples')
-rw-r--r-- | src/examples/src/org/apache/poi/examples/xslf/LinkVideoToPptx.java | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/examples/src/org/apache/poi/examples/xslf/LinkVideoToPptx.java b/src/examples/src/org/apache/poi/examples/xslf/LinkVideoToPptx.java index 4d52698966..db7f453019 100644 --- a/src/examples/src/org/apache/poi/examples/xslf/LinkVideoToPptx.java +++ b/src/examples/src/org/apache/poi/examples/xslf/LinkVideoToPptx.java @@ -1,3 +1,22 @@ +/* + * ==================================================================== + * 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.examples.xslf; import static org.apache.poi.openxml4j.opc.PackageRelationshipTypes.CORE_PROPERTIES_ECMA376_NS; |