You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/09/19 11:41:39 UTC

svn commit: r1808865 [2/2] - in /commons/proper/jelly/branches/1.X/jelly-tags/swing: ./ src/java/org/apache/commons/jelly/tags/swing/ src/java/org/apache/commons/jelly/tags/swing/converters/ src/java/org/apache/commons/jelly/tags/swing/impl/ src/java/o...

Modified: commons/proper/jelly/branches/1.X/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/run.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/run.jelly?rev=1808865&r1=1808864&r2=1808865&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/run.jelly (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/run.jelly Tue Sep 19 11:41:38 2017
@@ -1,19 +1,20 @@
 <?xml version="1.0"?>
-<!--
-  Copyright 2002-2004 The Apache Software Foundation
+<!---
+  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
 
-  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
+       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" 
     xmlns="jelly:swing" 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/showVariables.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/showVariables.jelly?rev=1808865&r1=1808864&r2=1808865&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/showVariables.jelly (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/showVariables.jelly Tue Sep 19 11:41:38 2017
@@ -1,19 +1,20 @@
 <?xml version="1.0"?>
-<!--
-  Copyright 2002-2004 The Apache Software Foundation
+<!---
+  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
 
-  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
+       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" 
     xmlns="jelly:swing" 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/swingTags.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/swingTags.jelly?rev=1808865&r1=1808864&r2=1808865&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/swingTags.jelly (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/swingTags.jelly Tue Sep 19 11:41:38 2017
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!---
+  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" 
     xmlns="jelly:swing">

Modified: commons/proper/jelly/branches/1.X/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/wizard.jelly
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/wizard.jelly?rev=1808865&r1=1808864&r2=1808865&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/wizard.jelly (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/wizard.jelly Tue Sep 19 11:41:38 2017
@@ -1,19 +1,20 @@
 <?xml version="1.0"?>
-<!--
-  Copyright 2002-2004 The Apache Software Foundation
+<!---
+  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
 
-  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
+       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" 
     xmlns="jelly:swing" 

Modified: commons/proper/jelly/branches/1.X/jelly-tags/swing/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/swing/xdocs/changes.xml?rev=1808865&r1=1808864&r2=1808865&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/swing/xdocs/changes.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/swing/xdocs/changes.xml Tue Sep 19 11:41:38 2017
@@ -1,21 +1,20 @@
 <?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>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/swing/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/swing/xdocs/index.xml?rev=1808865&r1=1808864&r2=1808865&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/swing/xdocs/index.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/swing/xdocs/index.xml Tue Sep 19 11:41:38 2017
@@ -1,19 +1,20 @@
 <?xml version="1.0"?>
-<!--
-  Copyright 2002-2004 The Apache Software Foundation
+<!---
+  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
 
-  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
+       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/swing/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/swing/xdocs/navigation.xml?rev=1808865&r1=1808864&r2=1808865&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/swing/xdocs/navigation.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/swing/xdocs/navigation.xml Tue Sep 19 11:41:38 2017
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  Copyright 2002-2004 The Apache Software Foundation
+<!---
+  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
 
-  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
+       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 name="JellySwing">
 
   <title>Jelly Swing</title>