Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 88149 invoked from network); 1 Jul 2006 11:55:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Jul 2006 11:55:21 -0000 Received: (qmail 65179 invoked by uid 500); 1 Jul 2006 11:55:21 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 65153 invoked by uid 500); 1 Jul 2006 11:55:20 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 65140 invoked by uid 99); 1 Jul 2006 11:55:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Jul 2006 04:55:20 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Jul 2006 04:55:20 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 1C6071A9842; Sat, 1 Jul 2006 04:55:00 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r418469 - /directory/branches/apacheds/optimization/server-unit/src/test/java/org/apache/directory/server/PersistentSearchTest.java Date: Sat, 01 Jul 2006 11:54:59 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060701115500.1C6071A9842@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: elecharny Date: Sat Jul 1 04:54:59 2006 New Revision: 418469 URL: http://svn.apache.org/viewvc?rev=418469&view=rev Log: Substituted the ASL 2.0 licence to Solarsis licence in header Modified: directory/branches/apacheds/optimization/server-unit/src/test/java/org/apache/directory/server/PersistentSearchTest.java Modified: directory/branches/apacheds/optimization/server-unit/src/test/java/org/apache/directory/server/PersistentSearchTest.java URL: http://svn.apache.org/viewvc/directory/branches/apacheds/optimization/server-unit/src/test/java/org/apache/directory/server/PersistentSearchTest.java?rev=418469&r1=418468&r2=418469&view=diff ============================================================================== --- directory/branches/apacheds/optimization/server-unit/src/test/java/org/apache/directory/server/PersistentSearchTest.java (original) +++ directory/branches/apacheds/optimization/server-unit/src/test/java/org/apache/directory/server/PersistentSearchTest.java Sat Jul 1 04:54:59 2006 @@ -1,17 +1,18 @@ /* - * Copyright (c) 2004 Solarsis Group LLC. + * Copyright 2006 The Apache Software Foundation * - * Licensed under the Open Software License, Version 2.1 (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://opensource.org/licenses/osl-2.1.php + * 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. */ package org.apache.directory.server;