Skip to content

Commit 65c3a73

Browse files
Use rename-license script to create LICENSE file and update headers
1 parent 767b7b9 commit 65c3a73

File tree

2,011 files changed

+2494
-2359
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,011 files changed

+2494
-2359
lines changed

COPYING.LESSER

Lines changed: 0 additions & 339 deletions
This file was deleted.

COPYRIGHT

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ Team <[email protected]>. LLNL-CODE-434871. All rights reserved.
99

1010
This file is part of SAMRAI. For details, see http://www.llnl.gov/CASC/SAMRAI.
1111

12-
Please also read COPYING.LESSER - Our Notice and GNU Lesser General Public
13-
License.
14-
1512
SAMRAI is free software: you can redistribute it and/or modify
1613
it under the terms of the GNU Lesser General Public License as published by
1714
the Free Software Foundation, either version 2.1 of the License dated February
@@ -25,5 +22,3 @@ GNU Lesser General Public License for more details.
2522
You should have received a copy of the GNU Lesser General Public License
2623
along with SAMRAI. If not, write to the Free Software Foundation, Inc., 59
2724
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
28-
29-

INSTALL-NOTES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
****************************************************************************
1212
* For installation help, see INSTALL-NOTES. *
1313
* For release notes, see RELEASE-NOTES. *
14-
* For copyright information, see COPYRIGHT and COPYING.LESSER. *
14+
* For copyright information, see COPYRIGHT and LICENSE. *
1515
* For code and user documentation, see files in /docs directory *
1616
* For help and information about updates and releases, please send *
1717
* email to [email protected] *

LICENSE

Lines changed: 479 additions & 0 deletions
Large diffs are not rendered by default.

Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#########################################################################
22
##
33
## This file is part of the SAMRAI distribution. For full copyright
4-
## information, see COPYRIGHT and COPYING.LESSER.
4+
## information, see COPYRIGHT and LICENSE.
55
##
66
## Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
77
## Description: makefile for the entire SAMRAI distribution
@@ -142,7 +142,7 @@ install: library tools
142142
$(INSTALL) -d -m 755 $(INSTDIR)/include
143143
$(INSTALL) -d -m 755 $(INSTDIR)/include/SAMRAI
144144
$(INSTALL) -p -c -m 644 COPYRIGHT $(INSTDIR)
145-
$(INSTALL) -p -c -m 644 COPYING.LESSER $(INSTDIR)
145+
$(INSTALL) -p -c -m 644 LICENSE $(INSTDIR)
146146
$(INSTALL) -p -c -m 644 config.status $(INSTDIR)/config
147147
$(INSTALL) -p -c -m 644 config/Makefile.config $(INSTDIR)/config
148148
cat config/Makefile.config.install >> $(INSTDIR)/config/Makefile.config

config/Makefile.config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#########################################################################
22
##
33
## This file is part of the SAMRAI distribution. For full copyright
4-
## information, see COPYRIGHT and COPYING.LESSER.
4+
## information, see COPYRIGHT and LICENSE.
55
##
66
## Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
77
## Description: configuration makefile included by all SAMRAI makefiles

config/Makefile.config.install.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#########################################################################
22
##
33
## This file is part of the SAMRAI distribution. For full copyright
4-
## information, see COPYRIGHT and COPYING.LESSER.
4+
## information, see COPYRIGHT and LICENSE.
55
##
66
## Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
77
## Description: part of configuration makefile added for installations

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17136,7 +17136,7 @@ $MKDIR_P config include lib bin $subdirs
1713617136
if test `pwd` != `cd "$srcdir" && pwd`
1713717137
then
1713817138
$INSTALL $srcdir/COPYRIGHT COPYRIGHT
17139-
$INSTALL $srcdir/COPYING.LESSER COPYING.LESSER
17139+
$INSTALL $srcdir/LICENSE COPYING.LESSER
1714017140
$INSTALL $srcdir/RELEASE-NOTES RELEASE-NOTES
1714117141
$INSTALL $srcdir/INSTALL-NOTES INSTALL-NOTES
1714217142
$MKDIR_P source/test/testtools

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@ dnl
17571757
if test `pwd` != `cd "$srcdir" && pwd`
17581758
then
17591759
$INSTALL $srcdir/COPYRIGHT COPYRIGHT
1760-
$INSTALL $srcdir/COPYING.LESSER COPYING.LESSER
1760+
$INSTALL $srcdir/LICENSE COPYING.LESSER
17611761
$INSTALL $srcdir/RELEASE-NOTES RELEASE-NOTES
17621762
$INSTALL $srcdir/INSTALL-NOTES INSTALL-NOTES
17631763
$MKDIR_P source/test/testtools

docs/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#########################################################################
22
##
33
## This file is part of the SAMRAI distribution. For full copyright
4-
## information, see COPYRIGHT and COPYING.LESSER.
4+
## information, see COPYRIGHT and LICENSE.
55
##
66
## Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
77
## Description: makefile for the entire SAMRAI distribution

0 commit comments

Comments
 (0)