You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by ki...@apache.org on 2018/08/19 20:44:47 UTC

svn commit: r1838399 - in /xmlbeans/trunk/src: tools/org/apache/xmlbeans/impl/xpathgen/ typeimpl/org/apache/xmlbeans/impl/regex/ xmlconfig/org/apache/xmlbeans/impl/config/ xmlpublic/org/apache/xmlbeans/

Author: kiwiwings
Date: Sun Aug 19 20:44:47 2018
New Revision: 1838399

URL: http://svn.apache.org/viewvc?rev=1838399&view=rev
Log:
add license headers

Modified:
    xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerationException.java
    xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerator.java
    xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message.properties
    xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message_fr.properties
    xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message_ja.properties
    xmlbeans/trunk/src/xmlconfig/org/apache/xmlbeans/impl/config/UserTypeImpl.java
    xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/UserType.java
    xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlOptionsBean.java

Modified: xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerationException.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerationException.java?rev=1838399&r1=1838398&r2=1838399&view=diff
==============================================================================
--- xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerationException.java (original)
+++ xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerationException.java Sun Aug 19 20:44:47 2018
@@ -1,3 +1,18 @@
+/*   Copyright 2004 The Apache Software Foundation
+ *
+ *   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
+ *
+ *       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.xmlbeans.impl.xpathgen;
 
 import org.apache.xmlbeans.XmlException;

Modified: xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerator.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerator.java?rev=1838399&r1=1838398&r2=1838399&view=diff
==============================================================================
--- xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerator.java (original)
+++ xmlbeans/trunk/src/tools/org/apache/xmlbeans/impl/xpathgen/XPathGenerator.java Sun Aug 19 20:44:47 2018
@@ -1,3 +1,18 @@
+/*   Copyright 2004 The Apache Software Foundation
+ *
+ *   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
+ *
+ *       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.xmlbeans.impl.xpathgen;
 
 import org.apache.xmlbeans.XmlCursor;

Modified: xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message.properties
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message.properties?rev=1838399&r1=1838398&r2=1838399&view=diff
==============================================================================
--- xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message.properties (original)
+++ xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message.properties Sun Aug 19 20:44:47 2018
@@ -1,3 +1,17 @@
+# Copyright 2004 The Apache Software Foundation
+#
+# 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
+#
+#      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.
+
 parser.parse.1=Wrong character.
 parser.parse.2=Invalid reference number.
 parser.next.1=A character is required after \\.

Modified: xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message_fr.properties
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message_fr.properties?rev=1838399&r1=1838398&r2=1838399&view=diff
==============================================================================
--- xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message_fr.properties (original)
+++ xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message_fr.properties Sun Aug 19 20:44:47 2018
@@ -1,4 +1,18 @@
- parser.parse.1=Caract\u00e8re invalide.
+# Copyright 2004 The Apache Software Foundation
+#
+# 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
+#
+#      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.
+
+parser.parse.1=Caract\u00e8re invalide.
 parser.parse.2=Num\u00e9ro de r\u00e9f\u00e9rence invalide.
 parser.next.1=Un \\ doit \u00eatre suivi d'un caract\u00e8re.
 parser.next.2='?' n'est pas possible ici.  '(?:' ou '(?=' ou '(?!' ou '(?<' ou '(?#' ou '(?>'?

Modified: xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message_ja.properties
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message_ja.properties?rev=1838399&r1=1838398&r2=1838399&view=diff
==============================================================================
--- xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message_ja.properties (original)
+++ xmlbeans/trunk/src/typeimpl/org/apache/xmlbeans/impl/regex/message_ja.properties Sun Aug 19 20:44:47 2018
@@ -1,3 +1,17 @@
+# Copyright 2004 The Apache Software Foundation
+#
+# 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
+#
+#      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.
+
 parser.parse.1=\u3078\u3093\u306a\u6587\u5b57.
 parser.parse.2=\u5b58\u5728\u3057\u306a\u3044\u30b0\u30eb\u30fc\u30d7\u756a\u53f7\u3067\u3059.
 parser.next.1=\\ \u306e\u5f8c\u306b1\u6587\u5b57\u5fc5\u8981\u3067\u3059.

Modified: xmlbeans/trunk/src/xmlconfig/org/apache/xmlbeans/impl/config/UserTypeImpl.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/xmlconfig/org/apache/xmlbeans/impl/config/UserTypeImpl.java?rev=1838399&r1=1838398&r2=1838399&view=diff
==============================================================================
--- xmlbeans/trunk/src/xmlconfig/org/apache/xmlbeans/impl/config/UserTypeImpl.java (original)
+++ xmlbeans/trunk/src/xmlconfig/org/apache/xmlbeans/impl/config/UserTypeImpl.java Sun Aug 19 20:44:47 2018
@@ -1,3 +1,18 @@
+/*   Copyright 2004 The Apache Software Foundation
+ *
+ *   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
+ *
+ *       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.xmlbeans.impl.config;
 
 import javax.xml.namespace.QName;

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/UserType.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/UserType.java?rev=1838399&r1=1838398&r2=1838399&view=diff
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/UserType.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/UserType.java Sun Aug 19 20:44:47 2018
@@ -1,3 +1,18 @@
+/*   Copyright 2004 The Apache Software Foundation
+ *
+ *   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
+ *
+ *       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.xmlbeans;
 
 import javax.xml.namespace.QName;

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlOptionsBean.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlOptionsBean.java?rev=1838399&r1=1838398&r2=1838399&view=diff
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlOptionsBean.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlOptionsBean.java Sun Aug 19 20:44:47 2018
@@ -1,3 +1,18 @@
+/*   Copyright 2004 The Apache Software Foundation
+ *
+ *   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
+ *
+ *       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.xmlbeans;
 
 import org.xml.sax.XMLReader;



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org