From commits-return-7810-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Fri Jun 23 12:24:45 2006 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 79197 invoked from network); 23 Jun 2006 12:24:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jun 2006 12:24:45 -0000 Received: (qmail 32792 invoked by uid 500); 23 Jun 2006 12:24:45 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 32740 invoked by uid 500); 23 Jun 2006 12:24:44 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 32728 invoked by uid 99); 23 Jun 2006 12:24:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jun 2006 05:24:44 -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; Fri, 23 Jun 2006 05:24:44 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 415FA1A983A; Fri, 23 Jun 2006 05:24:24 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r416698 - /apr/apr-util/trunk/test/testssl.c Date: Fri, 23 Jun 2006 12:24:23 -0000 To: commits@apr.apache.org From: dreid@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060623122424.415FA1A983A@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: dreid Date: Fri Jun 23 05:24:23 2006 New Revision: 416698 URL: http://svn.apache.org/viewvc?rev=416698&view=rev Log: Correct copy/paste errors from file creation Modified: apr/apr-util/trunk/test/testssl.c Modified: apr/apr-util/trunk/test/testssl.c URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/test/testssl.c?rev=416698&r1=416697&r2=416698&view=diff ============================================================================== --- apr/apr-util/trunk/test/testssl.c (original) +++ apr/apr-util/trunk/test/testssl.c Fri Jun 23 05:24:23 2006 @@ -1,4 +1,4 @@ -/* Copyright 2000-2006 The Apache Software Foundation or its licensors, as +/* Copyright 2006 The Apache Software Foundation or its licensors, as * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -13,12 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -/* This file came from the SDBM package (written by oz@nexus.yorku.ca). - * That package was under public domain. This file has been ported to - * APR, updated to ANSI C and other, newer idioms, and added to the Apache - * codebase under the above copyright and license. - */ - /* * testssl: Simple APR SSL sockets test. */