You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by mr...@apache.org on 2005/01/28 11:01:09 UTC

svn commit: r148870 - /incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/search/OrderByTest.java

Author: mreutegg
Date: Fri Jan 28 02:01:08 2005
New Revision: 148870

URL: http://svn.apache.org/viewcvs?view=rev&rev=148870
Log:
ooops, wrong header ;)
Modified:
   incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/search/OrderByTest.java

Modified: incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/search/OrderByTest.java
Url: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/search/OrderByTest.java?view=diff&rev=148870&p1=incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/search/OrderByTest.java&r1=148869&p2=incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/search/OrderByTest.java&r2=148870
==============================================================================
--- incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/search/OrderByTest.java	(original)
+++ incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/search/OrderByTest.java	Fri Jan 28 02:01:08 2005
@@ -1,17 +1,19 @@
 /*
- * $Id: $
+ * Copyright 2004-2005 The Apache Software Foundation or its licensors,
+ *                     as applicable.
  *
- * Copyright 1997-2004 Day Management AG
- * Barfuesserplatz 6, 4001 Basel, Switzerland
- * All Rights Reserved.
+ * 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
  *
- * This software is the confidential and proprietary information of
- * Day Management AG, ("Confidential Information"). You shall not
- * disclose such Confidential Information and shall use it only in
- * accordance with the terms of the license agreement you entered into
- * with Day.
+ *      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.jackrabbit.test.search;
 
 import javax.jcr.Node;