Return-Path: Delivered-To: apmail-labs-commits-archive@minotaur.apache.org Received: (qmail 78383 invoked from network); 15 Feb 2009 01:17:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2009 01:17:48 -0000 Received: (qmail 6138 invoked by uid 500); 15 Feb 2009 01:17:48 -0000 Delivered-To: apmail-labs-commits-archive@labs.apache.org Received: (qmail 6029 invoked by uid 500); 15 Feb 2009 01:17:48 -0000 Mailing-List: contact commits-help@labs.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: labs@labs.apache.org Delivered-To: mailing list commits@labs.apache.org Received: (qmail 6020 invoked by uid 99); 15 Feb 2009 01:17:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Feb 2009 17:17:47 -0800 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; Sun, 15 Feb 2009 01:17:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0FB9E23888F4; Sun, 15 Feb 2009 01:17:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r744593 - /labs/orthrus/trunk/SConstruct Date: Sun, 15 Feb 2009 01:17:26 -0000 To: commits@labs.apache.org From: pquerna@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090215011727.0FB9E23888F4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pquerna Date: Sun Feb 15 01:17:26 2009 New Revision: 744593 URL: http://svn.apache.org/viewvc?rev=744593&view=rev Log: ASF license block. Modified: labs/orthrus/trunk/SConstruct Modified: labs/orthrus/trunk/SConstruct URL: http://svn.apache.org/viewvc/labs/orthrus/trunk/SConstruct?rev=744593&r1=744592&r2=744593&view=diff ============================================================================== --- labs/orthrus/trunk/SConstruct (original) +++ labs/orthrus/trunk/SConstruct Sun Feb 15 01:17:26 2009 @@ -1,5 +1,18 @@ # +# 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. # EnsureSConsVersion(1, 2, 0) @@ -27,6 +40,7 @@ lib = env.SharedLibrary(target='orthrus-0', source = ['src/core.c', 'src/error.c']) headers = env.Glob('include/*.h') + appenv = env.Clone() appenv.AppendUnique(LIBS=lib) app = appenv.Program(source = ['src/ortcalc.c']) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org For additional commands, e-mail: commits-help@labs.apache.org