You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2007/05/22 03:52:14 UTC

svn commit: r540391 - in /jakarta/commons/proper/jxpath/trunk: NOTICE.txt src/java/org/apache/commons/jxpath/util/ReverseComparator.java

Author: niallp
Date: Mon May 21 18:52:14 2007
New Revision: 540391

URL: http://svn.apache.org/viewvc?view=rev&rev=540391
Log:
Fix copyright date and add missing license header

Modified:
    jakarta/commons/proper/jxpath/trunk/NOTICE.txt
    jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/util/ReverseComparator.java

Modified: jakarta/commons/proper/jxpath/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/NOTICE.txt?view=diff&rev=540391&r1=540390&r2=540391
==============================================================================
--- jakarta/commons/proper/jxpath/trunk/NOTICE.txt (original)
+++ jakarta/commons/proper/jxpath/trunk/NOTICE.txt Mon May 21 18:52:14 2007
@@ -1,5 +1,5 @@
 Apache Jakarta Commons JXPath
-Copyright 1999-2004 The Apache Software Foundation
+Copyright 1999-2007 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/util/ReverseComparator.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/util/ReverseComparator.java?view=diff&rev=540391&r1=540390&r2=540391
==============================================================================
--- jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/util/ReverseComparator.java (original)
+++ jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/util/ReverseComparator.java Mon May 21 18:52:14 2007
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.commons.jxpath.util;
 
 import java.util.Comparator;



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org