Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 29593 invoked from network); 20 Sep 2007 07:59:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Sep 2007 07:59:30 -0000 Received: (qmail 86958 invoked by uid 500); 20 Sep 2007 07:59:21 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 86937 invoked by uid 500); 20 Sep 2007 07:59:21 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 86926 invoked by uid 99); 20 Sep 2007 07:59:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 00:59:21 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 08:01:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5BC6B1A9832; Thu, 20 Sep 2007 00:59:06 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r577613 - in /incubator/stdcxx/trunk: configure.bat generate.bat Date: Thu, 20 Sep 2007 07:59:06 -0000 To: stdcxx-commits@incubator.apache.org From: faridz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070920075906.5BC6B1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: faridz Date: Thu Sep 20 00:59:05 2007 New Revision: 577613 URL: http://svn.apache.org/viewvc?rev=577613&view=rev Log: 2007-09-20 Farid Zaripov STDCXX-560 * configure.bat: Added ASL header. * generate.bat: Ditto. Modified: incubator/stdcxx/trunk/configure.bat incubator/stdcxx/trunk/generate.bat Modified: incubator/stdcxx/trunk/configure.bat URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/configure.bat?rev=577613&r1=577612&r2=577613&view=diff ============================================================================== --- incubator/stdcxx/trunk/configure.bat (original) +++ incubator/stdcxx/trunk/configure.bat Thu Sep 20 00:59:05 2007 @@ -1,5 +1,25 @@ @echo off +:: +:: 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. +:: +:: Copyright 1999-2007 Rogue Wave Software, Inc. +:: + set exedir= if exist %SystemRoot%\SysWow64\cscript.exe set exedir=%SystemRoot%\SysWow64\ Modified: incubator/stdcxx/trunk/generate.bat URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/generate.bat?rev=577613&r1=577612&r2=577613&view=diff ============================================================================== --- incubator/stdcxx/trunk/generate.bat (original) +++ incubator/stdcxx/trunk/generate.bat Thu Sep 20 00:59:05 2007 @@ -1 +1,21 @@ +:: +:: 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. +:: +:: Copyright 1999-2007 Rogue Wave Software, Inc. +:: + @%~dp0configure.bat %*