You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2021/11/16 09:42:46 UTC

[ws-axiom] branch master updated: Fix missing license headers

This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new e285d66  Fix missing license headers
e285d66 is described below

commit e285d66ca316221f6fd4bbc83e91ed4160f987cb
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Tue Nov 16 09:40:17 2021 +0000

    Fix missing license headers
---
 .../ts/jaxp/stax/com.ibm.ws.runtime_6.1.0.properties   | 18 ++++++++++++++++++
 .../org/apache/axiom/ts/jaxp/stax/stax.properties      | 18 ++++++++++++++++++
 .../org/apache/axiom/ts/jaxp/stax/xml.properties       | 18 ++++++++++++++++++
 3 files changed, 54 insertions(+)

diff --git a/testing/jaxp-testsuite/src/main/resources/org/apache/axiom/ts/jaxp/stax/com.ibm.ws.runtime_6.1.0.properties b/testing/jaxp-testsuite/src/main/resources/org/apache/axiom/ts/jaxp/stax/com.ibm.ws.runtime_6.1.0.properties
index c3fd3c8..47fb53a 100644
--- a/testing/jaxp-testsuite/src/main/resources/org/apache/axiom/ts/jaxp/stax/com.ibm.ws.runtime_6.1.0.properties
+++ b/testing/jaxp-testsuite/src/main/resources/org/apache/axiom/ts/jaxp/stax/com.ibm.ws.runtime_6.1.0.properties
@@ -1,2 +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.
+#
 javax.xml.stream.XMLInputFactory=com.ibm.xml.xlxp.api.stax.XMLInputFactoryImpl
 javax.xml.stream.XMLOutputFactory=com.ibm.xml.xlxp.api.stax.XMLOutputFactoryImpl
diff --git a/testing/jaxp-testsuite/src/main/resources/org/apache/axiom/ts/jaxp/stax/stax.properties b/testing/jaxp-testsuite/src/main/resources/org/apache/axiom/ts/jaxp/stax/stax.properties
index bc859ad..a82cc15 100644
--- a/testing/jaxp-testsuite/src/main/resources/org/apache/axiom/ts/jaxp/stax/stax.properties
+++ b/testing/jaxp-testsuite/src/main/resources/org/apache/axiom/ts/jaxp/stax/stax.properties
@@ -1,3 +1,21 @@
+#
+# 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.
+#
 javax.xml.stream.XMLInputFactory=com.bea.xml.stream.MXParserFactory
 javax.xml.stream.XMLOutputFactory=com.bea.xml.stream.XMLOutputFactoryBase
 javax.xml.stream.XMLEventFactory=com.bea.xml.stream.EventFactory
\ No newline at end of file
diff --git a/testing/jaxp-testsuite/src/main/resources/org/apache/axiom/ts/jaxp/stax/xml.properties b/testing/jaxp-testsuite/src/main/resources/org/apache/axiom/ts/jaxp/stax/xml.properties
index c3fd3c8..47fb53a 100644
--- a/testing/jaxp-testsuite/src/main/resources/org/apache/axiom/ts/jaxp/stax/xml.properties
+++ b/testing/jaxp-testsuite/src/main/resources/org/apache/axiom/ts/jaxp/stax/xml.properties
@@ -1,2 +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.
+#
 javax.xml.stream.XMLInputFactory=com.ibm.xml.xlxp.api.stax.XMLInputFactoryImpl
 javax.xml.stream.XMLOutputFactory=com.ibm.xml.xlxp.api.stax.XMLOutputFactoryImpl