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/spack-python | |
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/spack-python')
-rwxr-xr-x | bin/spack-python | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/spack-python b/bin/spack-python index e0745e8c58..96bc367866 100755 --- a/bin/spack-python +++ b/bin/spack-python @@ -1,27 +1,27 @@ #!/bin/sh ############################################################################## -# Copyright (c) 2013, Lawrence Livermore National Security, LLC. +# Copyright (c) 2013-2016, Lawrence Livermore National Security, LLC. # Produced at the Lawrence Livermore National Laboratory. # # This file is part of Spack. -# Written by Todd Gamblin, tgamblin@llnl.gov, All rights reserved. +# 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 General Public License (as published by -# the Free Software Foundation) version 2.1 dated February 1999. +# 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 General Public License for more details. +# 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 +# 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 ############################################################################## # # spack-python |