Return-Path: X-Original-To: apmail-apr-commits-archive@www.apache.org Delivered-To: apmail-apr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7D043304E for ; Sat, 30 Apr 2011 23:30:58 +0000 (UTC) Received: (qmail 2173 invoked by uid 500); 30 Apr 2011 23:30:58 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 2130 invoked by uid 500); 30 Apr 2011 23:30:58 -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 2123 invoked by uid 99); 30 Apr 2011 23:30:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Apr 2011 23:30:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Sat, 30 Apr 2011 23:30:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 57D3F23888FD; Sat, 30 Apr 2011 23:30:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1098187 - /apr/apr/branches/1.4.x/strings/apr_fnmatch.c Date: Sat, 30 Apr 2011 23:30:35 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110430233035.57D3F23888FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Sat Apr 30 23:30:34 2011 New Revision: 1098187 URL: http://svn.apache.org/viewvc?rev=1098187&view=rev Log: ASF code, ASF license Modified: apr/apr/branches/1.4.x/strings/apr_fnmatch.c Modified: apr/apr/branches/1.4.x/strings/apr_fnmatch.c URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/strings/apr_fnmatch.c?rev=1098187&r1=1098186&r2=1098187&view=diff ============================================================================== --- apr/apr/branches/1.4.x/strings/apr_fnmatch.c (original) +++ apr/apr/branches/1.4.x/strings/apr_fnmatch.c Sat Apr 30 23:30:34 2011 @@ -1,8 +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. + */ -/* - * Function fnmatch() as specified in POSIX 1003.2-1992, section B.6. - * Compares a filename or pathname to a pattern. - */ #ifndef WIN32 #include "apr_private.h" #endif