Skip to content

Commit

Permalink
Use rename-license script to create LICENSE file and update headers
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeckingsale committed Jun 28, 2017
1 parent 767b7b9 commit 65c3a73
Show file tree
Hide file tree
Showing 2,011 changed files with 2,494 additions and 2,359 deletions.
339 changes: 0 additions & 339 deletions COPYING.LESSER

This file was deleted.

5 changes: 0 additions & 5 deletions COPYRIGHT
Expand Up @@ -9,9 +9,6 @@ Team <samrai@llnl.gov>. LLNL-CODE-434871. All rights reserved.

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

Please also read COPYING.LESSER - Our Notice and GNU Lesser General Public
License.

SAMRAI 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 2.1 of the License dated February
Expand All @@ -25,5 +22,3 @@ GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with SAMRAI. If not, write to the Free Software Foundation, Inc., 59
Temple Place, Suite 330, Boston, MA 02111-1307 USA.


2 changes: 1 addition & 1 deletion INSTALL-NOTES
Expand Up @@ -11,7 +11,7 @@
****************************************************************************
* For installation help, see INSTALL-NOTES. *
* For release notes, see RELEASE-NOTES. *
* For copyright information, see COPYRIGHT and COPYING.LESSER. *
* For copyright information, see COPYRIGHT and LICENSE. *
* For code and user documentation, see files in /docs directory *
* For help and information about updates and releases, please send *
* email to samrai@llnl.gov *
Expand Down
479 changes: 479 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Makefile.in
@@ -1,7 +1,7 @@
#########################################################################
##
## This file is part of the SAMRAI distribution. For full copyright
## information, see COPYRIGHT and COPYING.LESSER.
## information, see COPYRIGHT and LICENSE.
##
## Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
## Description: makefile for the entire SAMRAI distribution
Expand Down Expand Up @@ -142,7 +142,7 @@ install: library tools
$(INSTALL) -d -m 755 $(INSTDIR)/include
$(INSTALL) -d -m 755 $(INSTDIR)/include/SAMRAI
$(INSTALL) -p -c -m 644 COPYRIGHT $(INSTDIR)
$(INSTALL) -p -c -m 644 COPYING.LESSER $(INSTDIR)
$(INSTALL) -p -c -m 644 LICENSE $(INSTDIR)
$(INSTALL) -p -c -m 644 config.status $(INSTDIR)/config
$(INSTALL) -p -c -m 644 config/Makefile.config $(INSTDIR)/config
cat config/Makefile.config.install >> $(INSTDIR)/config/Makefile.config
Expand Down
2 changes: 1 addition & 1 deletion config/Makefile.config.in
@@ -1,7 +1,7 @@
#########################################################################
##
## This file is part of the SAMRAI distribution. For full copyright
## information, see COPYRIGHT and COPYING.LESSER.
## information, see COPYRIGHT and LICENSE.
##
## Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
## Description: configuration makefile included by all SAMRAI makefiles
Expand Down
2 changes: 1 addition & 1 deletion config/Makefile.config.install.in
@@ -1,7 +1,7 @@
#########################################################################
##
## This file is part of the SAMRAI distribution. For full copyright
## information, see COPYRIGHT and COPYING.LESSER.
## information, see COPYRIGHT and LICENSE.
##
## Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
## Description: part of configuration makefile added for installations
Expand Down
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -17136,7 +17136,7 @@ $MKDIR_P config include lib bin $subdirs
if test `pwd` != `cd "$srcdir" && pwd`
then
$INSTALL $srcdir/COPYRIGHT COPYRIGHT
$INSTALL $srcdir/COPYING.LESSER COPYING.LESSER
$INSTALL $srcdir/LICENSE COPYING.LESSER
$INSTALL $srcdir/RELEASE-NOTES RELEASE-NOTES
$INSTALL $srcdir/INSTALL-NOTES INSTALL-NOTES
$MKDIR_P source/test/testtools
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -1757,7 +1757,7 @@ dnl
if test `pwd` != `cd "$srcdir" && pwd`
then
$INSTALL $srcdir/COPYRIGHT COPYRIGHT
$INSTALL $srcdir/COPYING.LESSER COPYING.LESSER
$INSTALL $srcdir/LICENSE COPYING.LESSER
$INSTALL $srcdir/RELEASE-NOTES RELEASE-NOTES
$INSTALL $srcdir/INSTALL-NOTES INSTALL-NOTES
$MKDIR_P source/test/testtools
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile.in
@@ -1,7 +1,7 @@
#########################################################################
##
## This file is part of the SAMRAI distribution. For full copyright
## information, see COPYRIGHT and COPYING.LESSER.
## information, see COPYRIGHT and LICENSE.
##
## Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
## Description: makefile for the entire SAMRAI distribution
Expand Down
2 changes: 1 addition & 1 deletion source/Makefile.in
@@ -1,7 +1,7 @@
#########################################################################
##
## This file is part of the SAMRAI distribution. For full copyright
## information, see COPYRIGHT and COPYING.LESSER.
## information, see COPYRIGHT and LICENSE.
##
## Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
## Description: makefile for the entire SAMRAI distribution
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/Makefile.in
@@ -1,7 +1,7 @@
#########################################################################
##
## This file is part of the SAMRAI distribution. For full copyright
## information, see COPYRIGHT and COPYING.LESSER.
## information, see COPYRIGHT and LICENSE.
##
## Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
## Description: makefile for the entire SAMRAI distribution
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/HyperbolicLevelIntegrator.C
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Integration routines for single level in AMR hierarchy
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/HyperbolicLevelIntegrator.h
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Integration routines for single level in AMR hierarchy
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/HyperbolicPatchStrategy.C
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Interface to patch routines for hyperbolic integration scheme.
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/HyperbolicPatchStrategy.h
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Interface to patch routines for hyperbolic integration scheme.
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/ImplicitEquationStrategy.C
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Interface between implicit integrator and equations to solve.
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/ImplicitEquationStrategy.h
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Interface between implicit integrator and equations to solve.
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/ImplicitIntegrator.C
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Implicit time integration manager class for nonlinear problems.
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/ImplicitIntegrator.h
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Implicit time integration manager class.
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/Makefile.depend
@@ -1,7 +1,7 @@
#########################################################################
##
## This file is part of the SAMRAI distribution. For full copyright
## information, see COPYRIGHT and COPYING.LESSER.
## information, see COPYRIGHT and LICENSE.
##
## Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
## Description: makefile dependencies
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/Makefile.in
@@ -1,7 +1,7 @@
#########################################################################
##
## This file is part of the SAMRAI distribution. For full copyright
## information, see COPYRIGHT and COPYING.LESSER.
## information, see COPYRIGHT and LICENSE.
##
## Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
## Description: primary makefile for compiling the SAMRAI algs package
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/MethodOfLinesIntegrator.C
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Basic method-of-lines time integration algorithm
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/MethodOfLinesIntegrator.h
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Basic method-of-lines time integration algorithm
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/MethodOfLinesPatchStrategy.C
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Interface to application-specific patch functions to support
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/MethodOfLinesPatchStrategy.h
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Interface to application-specific patch functions in support
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/OuteredgeSumTransaction.C
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Communication transaction for summing outeredge data
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/OuteredgeSumTransaction.h
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Communication transaction for summing outeredge data
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/OuteredgeSumTransactionFactory.C
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Factory for creating outeredge sum transaction objects
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/OuteredgeSumTransactionFactory.h
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Factory for creating outeredge sum transaction objects
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/OuternodeSumTransaction.C
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Communication transaction for summing outernode data
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/OuternodeSumTransaction.h
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Communication transaction for summing outernode data
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/OuternodeSumTransactionFactory.C
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Factory for creating outernode sum transaction objects
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/OuternodeSumTransactionFactory.h
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Factory for creating outernode sum transaction objects
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/PatchBoundaryEdgeSum.C
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Routines for summing edge data at patch boundaries
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/PatchBoundaryEdgeSum.h
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Routines for summing edge data at patch boundaries
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/PatchBoundaryNodeSum.C
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Routines for summing node data at patch boundaries
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/PatchBoundaryNodeSum.h
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Routines for summing node data at patch boundaries
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/TimeRefinementIntegrator.C
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Time integration manager for AMR with local time stepping.
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/TimeRefinementIntegrator.h
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Time integration manager for AMR with local time stepping.
Expand Down
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: TimeRefinementIntegrator's implementation of PatchHierarchy::ConnectorWidthRequestorStrategy
Expand Down
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: TimeRefinementIntegrator's implementation of PatchHierarchy::ConnectorWidthRequestorStrategy
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/TimeRefinementLevelStrategy.C
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Interface to level routines for time-refinement integrator.
Expand Down
2 changes: 1 addition & 1 deletion source/SAMRAI/algs/TimeRefinementLevelStrategy.h
@@ -1,7 +1,7 @@
/*************************************************************************
*
* This file is part of the SAMRAI distribution. For full copyright
* information, see COPYRIGHT and COPYING.LESSER.
* information, see COPYRIGHT and LICENSE.
*
* Copyright: (c) 1997-2016 Lawrence Livermore National Security, LLC
* Description: Interface to level routines for time-refinement integrator.
Expand Down

0 comments on commit 65c3a73

Please sign in to comment.