Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 84855 invoked from network); 27 Dec 2008 05:10:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Dec 2008 05:10:05 -0000 Received: (qmail 37299 invoked by uid 500); 27 Dec 2008 05:10:05 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 37229 invoked by uid 500); 27 Dec 2008 05:10:05 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 37220 invoked by uid 99); 27 Dec 2008 05:10:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Dec 2008 21:10:05 -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; Sat, 27 Dec 2008 05:10:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 41679238895F; Fri, 26 Dec 2008 21:09:42 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r729597 - /httpd/sandbox/mod_mbox-3/SConstruct Date: Sat, 27 Dec 2008 05:09:42 -0000 To: cvs@httpd.apache.org From: pquerna@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081227050942.41679238895F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pquerna Date: Fri Dec 26 21:09:41 2008 New Revision: 729597 URL: http://svn.apache.org/viewvc?rev=729597&view=rev Log: Add license block to the scons build file. Modified: httpd/sandbox/mod_mbox-3/SConstruct Modified: httpd/sandbox/mod_mbox-3/SConstruct URL: http://svn.apache.org/viewvc/httpd/sandbox/mod_mbox-3/SConstruct?rev=729597&r1=729596&r2=729597&view=diff ============================================================================== --- httpd/sandbox/mod_mbox-3/SConstruct (original) +++ httpd/sandbox/mod_mbox-3/SConstruct Fri Dec 26 21:09:41 2008 @@ -1,3 +1,20 @@ +#!/usr/bin/env scons +# +# 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. +# import subprocess from os.path import join as pjoin