Author: chtompki Date: Sat Sep 9 21:28:17 2017 New Revision: 1807932 URL: http://svn.apache.org/viewvc?rev=1807932&view=rev Log: jelly-tags -> jaxme: license-header update.
Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/build.xml commons/proper/jelly/branches/1.X/jelly-tags/jaxme/maven.xml commons/proper/jelly/branches/1.X/jelly-tags/jaxme/project.properties commons/proper/jelly/branches/1.X/jelly-tags/jaxme/project.xml commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/GeneratorTag.java commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/JaxMeTagLibrary.java commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/MarshallTag.java commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/UnmarshallTag.java commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/package.html commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/ExecutionTestCase.java commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/address.xsd commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/suite.jelly commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/Address.java commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/AddressType.java commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/Configuration.xml commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/ObjectFactory.java commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressHandler.java commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressImpl.java commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeHandler.java commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeImpl.java commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeSerializer.java commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/jaxb.properties commons/proper/jelly/branches/1.X/jelly-tags/jaxme/xdocs/changes.xml commons/proper/jelly/branches/1.X/jelly-tags/jaxme/xdocs/index.xml commons/proper/jelly/branches/1.X/jelly-tags/jaxme/xdocs/navigation.xml Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/build.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/build.xml?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/build.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/build.xml Sat Sep 9 21:28:17 2017 @@ -1,5 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!--- + 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. +--> <!--build.xml generated by maven from project.xml version 0.1 on date May 24 2004, time 2301--> <project default="jar" name="commons-jelly-tags-jaxme" basedir="."> Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/maven.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/maven.xml?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/maven.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/maven.xml Sat Sep 9 21:28:17 2017 @@ -1,18 +1,19 @@ <?xml version='1.0'?> -<!-- - 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. +<!--- + 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. --> <project default='dist' Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/project.properties URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/project.properties?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/project.properties (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/project.properties Sat Sep 9 21:28:17 2017 @@ -1,17 +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. +# 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. ### maven.repo.remote=http://www.ibiblio.org/maven Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/project.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/project.xml?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/project.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/project.xml Sat Sep 9 21:28:17 2017 @@ -1,19 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - 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. +<!--- + 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. --> <project> Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/GeneratorTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/GeneratorTag.java?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/GeneratorTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/GeneratorTag.java Sat Sep 9 21:28:17 2017 @@ -1,18 +1,19 @@ -/** -* 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. -*/ +/* + * 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.commons.jelly.tags.jaxme; import java.io.File; Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/JaxMeTagLibrary.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/JaxMeTagLibrary.java?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/JaxMeTagLibrary.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/JaxMeTagLibrary.java Sat Sep 9 21:28:17 2017 @@ -1,18 +1,19 @@ -/** -* 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. -*/ +/* + * 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.commons.jelly.tags.jaxme; import org.apache.commons.jelly.TagLibrary; Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/MarshallTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/MarshallTag.java?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/MarshallTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/MarshallTag.java Sat Sep 9 21:28:17 2017 @@ -1,18 +1,19 @@ -/** -* 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. -*/ +/* + * 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.commons.jelly.tags.jaxme; import java.io.File; Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/UnmarshallTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/UnmarshallTag.java?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/UnmarshallTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/UnmarshallTag.java Sat Sep 9 21:28:17 2017 @@ -1,18 +1,19 @@ -/** -* 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. -*/ +/* + * 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.commons.jelly.tags.jaxme; import java.io.File; Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/package.html URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/package.html?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/package.html (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/java/org/apache/commons/jelly/tags/jaxme/package.html Sat Sep 9 21:28:17 2017 @@ -1,17 +1,18 @@ -<!-- - Copyright 2002,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. +<!--- + 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. --> <html> <head> Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/ExecutionTestCase.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/ExecutionTestCase.java?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/ExecutionTestCase.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/ExecutionTestCase.java Sat Sep 9 21:28:17 2017 @@ -1,18 +1,19 @@ -/** -* 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. -*/ +/* + * 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.commons.jelly.tags.jaxme; import org.apache.commons.jelly.tags.junit.JellyTestSuite; Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/address.xsd URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/address.xsd?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/address.xsd (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/address.xsd Sat Sep 9 21:28:17 2017 @@ -1,18 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - 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. +<!--- + 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. --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/suite.jelly URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/suite.jelly?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/suite.jelly (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/suite.jelly Sat Sep 9 21:28:17 2017 @@ -1,18 +1,19 @@ <?xml version="1.0"?> -<!-- - 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. +<!--- + 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. --> <test:suite xmlns:j="jelly:core" Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/Address.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/Address.java?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/Address.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/Address.java Sat Sep 9 21:28:17 2017 @@ -1,18 +1,19 @@ -/** -* 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. -*/ +/* + * 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.ws.jaxme.examples.misc.address; public interface Address extends javax.xml.bind.Element , org.apache.ws.jaxme.examples.misc.address.AddressType { Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/AddressType.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/AddressType.java?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/AddressType.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/AddressType.java Sat Sep 9 21:28:17 2017 @@ -1,18 +1,19 @@ -/** -* 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. -*/ +/* + * 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.ws.jaxme.examples.misc.address; public interface AddressType { Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/Configuration.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/Configuration.xml?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/Configuration.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/Configuration.xml Sat Sep 9 21:28:17 2017 @@ -1,12 +1,13 @@ -<!-- - 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 - +<!--- + 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. Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/ObjectFactory.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/ObjectFactory.java?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/ObjectFactory.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/ObjectFactory.java Sat Sep 9 21:28:17 2017 @@ -1,18 +1,19 @@ -/** -* 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. -*/ +/* + * 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.ws.jaxme.examples.misc.address; public class ObjectFactory { Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressHandler.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressHandler.java?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressHandler.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressHandler.java Sat Sep 9 21:28:17 2017 @@ -1,18 +1,19 @@ -/** -* 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. -*/ +/* + * 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.ws.jaxme.examples.misc.address.impl; public class AddressHandler extends org.apache.ws.jaxme.examples.misc.address.impl.AddressTypeHandler implements org.apache.ws.jaxme.JMHandler { Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressImpl.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressImpl.java?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressImpl.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressImpl.java Sat Sep 9 21:28:17 2017 @@ -1,18 +1,19 @@ -/** -* 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. -*/ +/* + * 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.ws.jaxme.examples.misc.address.impl; public class AddressImpl extends org.apache.ws.jaxme.examples.misc.address.impl.AddressTypeImpl implements org.apache.ws.jaxme.examples.misc.address.Address , org.apache.ws.jaxme.JMElement { Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeHandler.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeHandler.java?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeHandler.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeHandler.java Sat Sep 9 21:28:17 2017 @@ -1,18 +1,19 @@ -/** -* 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. -*/ +/* + * 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.ws.jaxme.examples.misc.address.impl; public class AddressTypeHandler extends org.apache.ws.jaxme.impl.JMHandlerImpl { Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeImpl.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeImpl.java?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeImpl.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeImpl.java Sat Sep 9 21:28:17 2017 @@ -1,18 +1,19 @@ -/** -* 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. -*/ +/* + * 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.ws.jaxme.examples.misc.address.impl; public class AddressTypeImpl implements org.apache.ws.jaxme.examples.misc.address.AddressType { Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeSerializer.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeSerializer.java?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeSerializer.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/impl/AddressTypeSerializer.java Sat Sep 9 21:28:17 2017 @@ -1,18 +1,19 @@ -/** -* 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. -*/ +/* + * 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.ws.jaxme.examples.misc.address.impl; Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/jaxb.properties URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/jaxb.properties?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/jaxb.properties (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/src/test/org/apache/ws/jaxme/examples/misc/address/jaxb.properties Sat Sep 9 21:28:17 2017 @@ -1,17 +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. +# 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.bind.context.factory=org.apache.ws.jaxme.impl.JAXBContextImpl Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/xdocs/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/xdocs/changes.xml?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/xdocs/changes.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/xdocs/changes.xml Sat Sep 9 21:28:17 2017 @@ -1,22 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -/* - * Copyright 2001-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. - */ - --> +<!--- + 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. +--> <document> <properties> Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/xdocs/index.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/xdocs/index.xml?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/xdocs/index.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/xdocs/index.xml Sat Sep 9 21:28:17 2017 @@ -1,18 +1,19 @@ <?xml version="1.0"?> -<!-- - Copyright 2002-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 +<!--- + 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. + 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. --> <document> Modified: commons/proper/jelly/branches/1.X/jelly-tags/jaxme/xdocs/navigation.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jaxme/xdocs/navigation.xml?rev=1807932&r1=1807931&r2=1807932&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jaxme/xdocs/navigation.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jaxme/xdocs/navigation.xml Sat Sep 9 21:28:17 2017 @@ -1,18 +1,19 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!-- - Copyright 2002-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 +<!--- + 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. + 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. --> <project name="JaxMe Tag Library">