Author: chtompki Date: Sat Sep 9 21:37:10 2017 New Revision: 1807933 URL: http://svn.apache.org/viewvc?rev=1807933&view=rev Log: jelly-tags -> jetty: license-header update.
Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/build.xml commons/proper/jelly/branches/1.X/jelly-tags/jetty/maven.xml commons/proper/jelly/branches/1.X/jelly-tags/jetty/project.properties commons/proper/jelly/branches/1.X/jelly-tags/jetty/project.xml commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/AbstractMethodHandlerTag.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/DeleteRequestTag.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/GetRequestTag.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/HttpContextTag.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JellyResourceHandlerTag.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JellyResourceHttpHandler.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JettyHttpServerTag.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JettyTagLibrary.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/NotFoundHandlerTag.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/PostRequestTag.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/PutRequestTag.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/RealmTag.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResourceHandlerTag.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseBodyTag.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseCodeTag.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseHeaderTag.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/SecurityHandlerTag.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/SocketListenerTag.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/package.html commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/TestJettyHttpServerTags.java commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/defaultServer.jelly commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/httpContext.jelly commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jellyResourceHandler.jelly commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jellyResourceHandlerRequestBody.jelly commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jettyLogFile.jelly commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/resourceHandler.jelly commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/securityHandler.jelly commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/securityHandlerForbidden.jelly commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/securityHandlerUnauthorized.jelly commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/setup/demoRealm.properties commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/socketListener.jelly commons/proper/jelly/branches/1.X/jelly-tags/jetty/xdocs/changes.xml commons/proper/jelly/branches/1.X/jelly-tags/jetty/xdocs/index.xml commons/proper/jelly/branches/1.X/jelly-tags/jetty/xdocs/navigation.xml Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/build.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/build.xml?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/build.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/build.xml Sat Sep 9 21:37:10 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-jetty" basedir="."> Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/maven.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/maven.xml?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/maven.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/maven.xml Sat Sep 9 21:37:10 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/jetty/project.properties URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/project.properties?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/project.properties (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/project.properties Sat Sep 9 21:37:10 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/jetty/project.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/project.xml?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/project.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/project.xml Sat Sep 9 21:37:10 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/jetty/src/java/org/apache/commons/jelly/tags/jetty/AbstractMethodHandlerTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/AbstractMethodHandlerTag.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/AbstractMethodHandlerTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/AbstractMethodHandlerTag.java Sat Sep 9 21:37:10 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/jetty/src/java/org/apache/commons/jelly/tags/jetty/DeleteRequestTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/DeleteRequestTag.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/DeleteRequestTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/DeleteRequestTag.java Sat Sep 9 21:37:10 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.jetty; Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/GetRequestTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/GetRequestTag.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/GetRequestTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/GetRequestTag.java Sat Sep 9 21:37:10 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/jetty/src/java/org/apache/commons/jelly/tags/jetty/HttpContextTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/HttpContextTag.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/HttpContextTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/HttpContextTag.java Sat Sep 9 21:37:10 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/jetty/src/java/org/apache/commons/jelly/tags/jetty/JellyResourceHandlerTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JellyResourceHandlerTag.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JellyResourceHandlerTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JellyResourceHandlerTag.java Sat Sep 9 21:37:10 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/jetty/src/java/org/apache/commons/jelly/tags/jetty/JellyResourceHttpHandler.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JellyResourceHttpHandler.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JellyResourceHttpHandler.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JellyResourceHttpHandler.java Sat Sep 9 21:37:10 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/jetty/src/java/org/apache/commons/jelly/tags/jetty/JettyHttpServerTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JettyHttpServerTag.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JettyHttpServerTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JettyHttpServerTag.java Sat Sep 9 21:37:10 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.jetty; import java.io.IOException; Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JettyTagLibrary.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JettyTagLibrary.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JettyTagLibrary.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/JettyTagLibrary.java Sat Sep 9 21:37:10 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/jetty/src/java/org/apache/commons/jelly/tags/jetty/NotFoundHandlerTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/NotFoundHandlerTag.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/NotFoundHandlerTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/NotFoundHandlerTag.java Sat Sep 9 21:37:10 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/jetty/src/java/org/apache/commons/jelly/tags/jetty/PostRequestTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/PostRequestTag.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/PostRequestTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/PostRequestTag.java Sat Sep 9 21:37:10 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.jetty; /** Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/PutRequestTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/PutRequestTag.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/PutRequestTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/PutRequestTag.java Sat Sep 9 21:37:10 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/jetty/src/java/org/apache/commons/jelly/tags/jetty/RealmTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/RealmTag.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/RealmTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/RealmTag.java Sat Sep 9 21:37:10 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/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResourceHandlerTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResourceHandlerTag.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResourceHandlerTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResourceHandlerTag.java Sat Sep 9 21:37:10 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/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseBodyTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseBodyTag.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseBodyTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseBodyTag.java Sat Sep 9 21:37:10 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/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseCodeTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseCodeTag.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseCodeTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseCodeTag.java Sat Sep 9 21:37:10 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/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseHeaderTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseHeaderTag.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseHeaderTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/ResponseHeaderTag.java Sat Sep 9 21:37:10 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.jetty; import org.apache.commons.jelly.JellyTagException; Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/SecurityHandlerTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/SecurityHandlerTag.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/SecurityHandlerTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/SecurityHandlerTag.java Sat Sep 9 21:37:10 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.jetty; import org.apache.commons.jelly.JellyTagException; Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/SocketListenerTag.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/SocketListenerTag.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/SocketListenerTag.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/SocketListenerTag.java Sat Sep 9 21:37:10 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.jetty; import java.io.IOException; Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/package.html URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/package.html?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/package.html (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/java/org/apache/commons/jelly/tags/jetty/package.html Sat Sep 9 21:37:10 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/jetty/src/test/org/apache/commons/jelly/jetty/TestJettyHttpServerTags.java URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/TestJettyHttpServerTags.java?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/TestJettyHttpServerTags.java (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/TestJettyHttpServerTags.java Sat Sep 9 21:37:10 2017 @@ -1,9 +1,10 @@ /* - * Copyright 1999-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/jetty/src/test/org/apache/commons/jelly/jetty/defaultServer.jelly URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/defaultServer.jelly?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/defaultServer.jelly (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/defaultServer.jelly Sat Sep 9 21:37:10 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 - - 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. --> <j:jelly xmlns:j="jelly:core" Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/httpContext.jelly URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/httpContext.jelly?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/httpContext.jelly (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/httpContext.jelly Sat Sep 9 21:37:10 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 - - 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. --> <j:jelly xmlns:j="jelly:core" Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jellyResourceHandler.jelly URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jellyResourceHandler.jelly?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jellyResourceHandler.jelly (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jellyResourceHandler.jelly Sat Sep 9 21:37:10 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 - - 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. --> <j:jelly xmlns:j="jelly:core" Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jellyResourceHandlerRequestBody.jelly URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jellyResourceHandlerRequestBody.jelly?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== Binary files - no diff available. Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jettyLogFile.jelly URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/jettyLogFile.jelly?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== Binary files - no diff available. Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/resourceHandler.jelly URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/resourceHandler.jelly?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/resourceHandler.jelly (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/resourceHandler.jelly Sat Sep 9 21:37:10 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 - - 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. --> <j:jelly xmlns:j="jelly:core" Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/securityHandler.jelly URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/securityHandler.jelly?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/securityHandler.jelly (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/securityHandler.jelly Sat Sep 9 21:37:10 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 - - 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. --> <j:jelly xmlns:j="jelly:core" Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/securityHandlerForbidden.jelly URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/securityHandlerForbidden.jelly?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/securityHandlerForbidden.jelly (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/securityHandlerForbidden.jelly Sat Sep 9 21:37:10 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 - - 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. --> <j:jelly xmlns:j="jelly:core" Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/securityHandlerUnauthorized.jelly URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/securityHandlerUnauthorized.jelly?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/securityHandlerUnauthorized.jelly (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/securityHandlerUnauthorized.jelly Sat Sep 9 21:37:10 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 - - 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. --> <j:jelly xmlns:j="jelly:core" Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/setup/demoRealm.properties URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/setup/demoRealm.properties?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/setup/demoRealm.properties (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/setup/demoRealm.properties Sat Sep 9 21:37:10 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/jetty/src/test/org/apache/commons/jelly/jetty/socketListener.jelly URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/socketListener.jelly?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/socketListener.jelly (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/socketListener.jelly Sat Sep 9 21:37:10 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 - - 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. --> <j:jelly xmlns:j="jelly:core" Modified: commons/proper/jelly/branches/1.X/jelly-tags/jetty/xdocs/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/xdocs/changes.xml?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/xdocs/changes.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/xdocs/changes.xml Sat Sep 9 21:37:10 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/jetty/xdocs/index.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/xdocs/index.xml?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/xdocs/index.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/xdocs/index.xml Sat Sep 9 21:37:10 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/jetty/xdocs/navigation.xml URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jetty/xdocs/navigation.xml?rev=1807933&r1=1807932&r2=1807933&view=diff ============================================================================== --- commons/proper/jelly/branches/1.X/jelly-tags/jetty/xdocs/navigation.xml (original) +++ commons/proper/jelly/branches/1.X/jelly-tags/jetty/xdocs/navigation.xml Sat Sep 9 21:37:10 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="Jetty Tag Library">