Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 47491 invoked from network); 22 Jan 2010 12:29:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jan 2010 12:29:32 -0000 Received: (qmail 22660 invoked by uid 500); 22 Jan 2010 12:29:32 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 22603 invoked by uid 500); 22 Jan 2010 12:29:31 -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 22594 invoked by uid 99); 22 Jan 2010 12:29:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2010 12:29:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2010 12:29:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 681C323889B8; Fri, 22 Jan 2010 12:29:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r902073 - /apr/apr/trunk/include/apu.h Date: Fri, 22 Jan 2010 12:29:10 -0000 To: commits@apr.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100122122910.681C323889B8@eris.apache.org> Author: trawick Date: Fri Jan 22 12:29:10 2010 New Revision: 902073 URL: http://svn.apache.org/viewvc?rev=902073&view=rev Log: eol-style -> native Modified: apr/apr/trunk/include/apu.h (contents, props changed) Modified: apr/apr/trunk/include/apu.h URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apu.h?rev=902073&r1=902072&r2=902073&view=diff ============================================================================== --- apr/apr/trunk/include/apu.h (original) +++ apr/apr/trunk/include/apu.h Fri Jan 22 12:29:10 2010 @@ -1,23 +1,23 @@ -/* 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. - */ - -/* @file apu.h - * @brief APR-Utility main file - * @deprecated @see apr.h - */ - -#include - +/* 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. + */ + +/* @file apu.h + * @brief APR-Utility main file + * @deprecated @see apr.h + */ + +#include + Propchange: apr/apr/trunk/include/apu.h ------------------------------------------------------------------------------ svn:eol-style = native