From ab2c273b12df9be548abb3cf491be88ddbbf465e Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 17 Dec 2012 08:01:43 +0000 Subject: Added GPL header to sconscripts! Also changed shebang to '#!/usr/bin/env python', this is more portable across unixes... --- intern/audaspace/SConscript | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'intern/audaspace/SConscript') diff --git a/intern/audaspace/SConscript b/intern/audaspace/SConscript index e2b6efacc96..ba549530e64 100644 --- a/intern/audaspace/SConscript +++ b/intern/audaspace/SConscript @@ -1,4 +1,25 @@ -#!/usr/bin/python +#!/usr/bin/env python +# +# ***** BEGIN LGPL LICENSE BLOCK ***** +# +# Copyright 2009 Jrg Hermann Mller +# +# This file is part of AudaSpace. +# +# AudaSpace is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# AudaSpace is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with AudaSpace. If not, see . +# +# ***** END LGPL LICENSE BLOCK ***** Import ('env') -- cgit v1.2.3