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/08 17:47:42 UTC

svn commit: r1807790 [3/3] - in /commons/proper/jelly/branches/1.X: ./ docker/ src/bin/ src/java/org/apache/commons/jelly/ src/java/org/apache/commons/jelly/expression/ src/java/org/apache/commons/jelly/expression/jexl/ src/java/org/apache/commons/jell...

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseBeanTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseBeanTag.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseBeanTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseBeanTag.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseListTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseListTag.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseListTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/UseListTag.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhenTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhenTag.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhenTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhenTag.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhileTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhileTag.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhileTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhileTag.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhitespaceTag.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhitespaceTag.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhitespaceTag.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/WhitespaceTag.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/package.html
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/package.html?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/package.html (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/tags/core/package.html Fri Sep  8 17:47:40 2017
@@ -1,18 +1,19 @@
-<!--
-  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.
--->
+ -->
 <html>
 <head>
 </head>

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/test/BaseJellyTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/test/BaseJellyTest.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/test/BaseJellyTest.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/test/BaseJellyTest.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathComparator.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathComparator.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathComparator.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathComparator.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathSource.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathSource.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathSource.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathSource.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * 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.

Modified: commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathTagSupport.java
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathTagSupport.java?rev=1807790&r1=1807789&r2=1807790&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathTagSupport.java (original)
+++ commons/proper/jelly/branches/1.X/src/java/org/apache/commons/jelly/xpath/XPathTagSupport.java Fri Sep  8 17:47:40 2017
@@ -1,12 +1,13 @@
 /*
- * 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.