diff options
author | Brett Viren <bv@bnl.gov> | 2016-05-16 10:09:31 -0400 |
---|---|---|
committer | Brett Viren <bv@bnl.gov> | 2016-05-16 10:09:31 -0400 |
commit | 1bbe6409e1fe2702a0918c95a54ad2341f014449 (patch) | |
tree | c8569ddd5e69032db063fbe093c4321c55b30a5d /bin/sbang | |
parent | 77a34ebdf94dd39be338ab85deb45e564c0a563b (diff) | |
parent | 53df9fbb4fa8938646e4fb3d4728f4cc5499c8a5 (diff) | |
download | spack-1bbe6409e1fe2702a0918c95a54ad2341f014449.tar.gz spack-1bbe6409e1fe2702a0918c95a54ad2341f014449.tar.bz2 spack-1bbe6409e1fe2702a0918c95a54ad2341f014449.tar.xz spack-1bbe6409e1fe2702a0918c95a54ad2341f014449.zip |
Merge remote-tracking branch 'upstream/develop' into view-fix-merge
Diffstat (limited to 'bin/sbang')
-rwxr-xr-x | bin/sbang | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,4 +1,28 @@ #!/bin/bash +############################################################################## +# Copyright (c) 2013-2016, Lawrence Livermore National Security, LLC. +# Produced at the Lawrence Livermore National Laboratory. +# +# This file is part of Spack. +# Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. +# LLNL-CODE-647188 +# +# For details, see https://github.com/llnl/spack +# Please also see the LICENSE file for our notice and the LGPL. +# +# This program 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) version 2.1, February 1999. +# +# This program 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 terms and +# conditions of the GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +############################################################################## # # `sbang`: Run scripts with long shebang lines. # |