Author: chtompki Date: Sat Sep 9 21:13:42 2017 New Revision: 1807930 URL: http://svn.apache.org/viewvc?rev=1807930&view=rev Log: jelly-tags -> http: license-header update.
Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/build.xml commons/proper/jelly/branches/1.X/jelly-tags/http/maven.xml commons/proper/jelly/branches/1.X/jelly-tags/http/project.properties commons/proper/jelly/branches/1.X/jelly-tags/http/project.xml commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/BodyTag.java commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/DeleteTag.java commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/GetTag.java commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HeadTag.java commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HeaderTag.java commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HttpTagLibrary.java commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HttpTagSupport.java commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/MultipartPostTag.java commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/OptionsTag.java commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/ParameterTag.java commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/PartTag.java commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/PostTag.java commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/Proxy.java commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/PutTag.java commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/SessionTag.java commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/package.html commons/proper/jelly/branches/1.X/jelly-tags/http/src/test/org/apache/commons/jelly/google/defineTags.jelly commons/proper/jelly/branches/1.X/jelly-tags/http/src/test/org/apache/commons/jelly/google/search.jelly commons/proper/jelly/branches/1.X/jelly-tags/http/src/test/org/apache/commons/jelly/http/http.jelly commons/proper/jelly/branches/1.X/jelly-tags/http/xdocs/changes.xml commons/proper/jelly/branches/1.X/jelly-tags/http/xdocs/index.xml commons/proper/jelly/branches/1.X/jelly-tags/http/xdocs/navigation.xml Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/build.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/build.xml?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/build.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/build.xml Sat Sep 9 21:13:42 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 1.0-SNAPSHOT on date May 24 2004, time 2301--> <project default="jar" name="commons-jelly-tags-http" basedir="."> Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/maven.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/maven.xml?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/maven.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/maven.xml Sat Sep 9 21:13:42 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. --> <project default="java:jar"> Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/project.properties URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/project.properties?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/project.properties (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/project.properties Sat Sep 9 21:13:42 2017 @@ -1,17 +1,17 @@ +# 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 # -# 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. +# 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. # # ------------------------------------------------------------------- Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/project.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/project.xml?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/project.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/project.xml Sat Sep 9 21:13:42 2017 @@ -1,19 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - 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. --> <project> Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/BodyTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/BodyTag.java?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/BodyTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/BodyTag.java Sat Sep 9 21:13:42 2017 @@ -1,9 +1,10 @@ /* - * 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 * Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/DeleteTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/DeleteTag.java?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/DeleteTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/DeleteTag.java Sat Sep 9 21:13:42 2017 @@ -1,9 +1,10 @@ /* - * 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 * @@ -13,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.commons.jelly.tags.http; import java.net.MalformedURLException; Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/GetTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/GetTag.java?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/GetTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/GetTag.java Sat Sep 9 21:13:42 2017 @@ -1,9 +1,10 @@ /* - * 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 * Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HeadTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HeadTag.java?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HeadTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HeadTag.java Sat Sep 9 21:13:42 2017 @@ -1,9 +1,10 @@ /* - * 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 * Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HeaderTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HeaderTag.java?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HeaderTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HeaderTag.java Sat Sep 9 21:13:42 2017 @@ -1,9 +1,10 @@ /* - * 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 * Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HttpTagLibrary.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HttpTagLibrary.java?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HttpTagLibrary.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HttpTagLibrary.java Sat Sep 9 21:13:42 2017 @@ -1,9 +1,10 @@ /* - * 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 * Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HttpTagSupport.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HttpTagSupport.java?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HttpTagSupport.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/HttpTagSupport.java Sat Sep 9 21:13:42 2017 @@ -1,9 +1,10 @@ /* - * 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 * Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/MultipartPostTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/MultipartPostTag.java?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/MultipartPostTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/MultipartPostTag.java Sat Sep 9 21:13:42 2017 @@ -1,9 +1,10 @@ /* - * 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 * Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/OptionsTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/OptionsTag.java?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/OptionsTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/OptionsTag.java Sat Sep 9 21:13:42 2017 @@ -1,9 +1,10 @@ /* - * 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 * Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/ParameterTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/ParameterTag.java?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/ParameterTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/ParameterTag.java Sat Sep 9 21:13:42 2017 @@ -1,9 +1,10 @@ /* - * 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 * Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/PartTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/PartTag.java?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/PartTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/PartTag.java Sat Sep 9 21:13:42 2017 @@ -1,9 +1,10 @@ /* - * 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 * @@ -13,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.commons.jelly.tags.http; import org.apache.commons.jelly.JellyTagException; Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/PostTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/PostTag.java?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/PostTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/PostTag.java Sat Sep 9 21:13:42 2017 @@ -1,9 +1,10 @@ /* - * 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 * Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/Proxy.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/Proxy.java?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/Proxy.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/Proxy.java Sat Sep 9 21:13:42 2017 @@ -1,9 +1,10 @@ /* - * 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 * Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/PutTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/PutTag.java?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/PutTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/PutTag.java Sat Sep 9 21:13:42 2017 @@ -1,9 +1,10 @@ /* - * 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 * Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/SessionTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/SessionTag.java?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/SessionTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/SessionTag.java Sat Sep 9 21:13:42 2017 @@ -1,9 +1,10 @@ /* - * 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 * Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/package.html URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/package.html?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/package.html (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/src/java/org/apache/commons/jelly/tags/http/package.html Sat Sep 9 21:13:42 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/http/src/test/org/apache/commons/jelly/google/defineTags.jelly URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/test/org/apache/commons/jelly/google/defineTags.jelly?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== Binary files - no diff available. Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/src/test/org/apache/commons/jelly/google/search.jelly URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/test/org/apache/commons/jelly/google/search.jelly?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== Binary files - no diff available. Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/src/test/org/apache/commons/jelly/http/http.jelly URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/src/test/org/apache/commons/jelly/http/http.jelly?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== Binary files - no diff available. Modified: commons/proper/jelly/branches/1.X/jelly-tags/http/xdocs/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/xdocs/changes.xml?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/xdocs/changes.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/xdocs/changes.xml Sat Sep 9 21:13:42 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/http/xdocs/index.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/xdocs/index.xml?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/xdocs/index.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/xdocs/index.xml Sat Sep 9 21:13:42 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/http/xdocs/navigation.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/http/xdocs/navigation.xml?rev=1807930&r1=1807929&r2=1807930&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/http/xdocs/navigation.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/http/xdocs/navigation.xml Sat Sep 9 21:13:42 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="HTTP Tag Library">