From 4e620ea617bdcd699c1cfba2da85f622139bcfaf Mon Sep 17 00:00:00 2001 From: Trevor Keller Date: Thu, 8 Feb 2018 12:49:50 -0500 Subject: [PATCH 1/2] revise dedication to the public domain --- LICENSE.rst | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/LICENSE.rst b/LICENSE.rst index 0f4575c365..de2e2808c1 100644 --- a/LICENSE.rst +++ b/LICENSE.rst @@ -2,22 +2,36 @@ Terms of Use ------------ -This software was developed at the `National Institute of Standards -and Technology`_ by employees of the Federal Government in the course -of their official duties. Pursuant to `title 17 section 105`_ of the -United States Code this software is not subject to copyright -protection and is in the public domain. FiPy is an experimental +This software was developed by employees of the `National Institute +of Standards and Technology`_, an agency of the Federal Government. +Pursuant to `title 17 section 105`_ of the United States Code, +works of NIST employees are not not subject to copyright +protection, and this software is in the public domain. FiPy is an experimental system. NIST_ assumes no responsibility whatsoever for its use by other parties, and makes no guarantees, expressed or implied, about its quality, reliability, or any other characteristic. We would appreciate acknowledgement if the software is used. -This software can be redistributed and/or modified freely -provided that any derivative works bear some notice that they are -derived from it, and any modified versions bear some notice that -they have been modified. +To the extent that NIST_ may hold copyright in countries other than the +United States, you are hereby granted the non-exclusive irrevocable +and unconditional right to print, publish, prepare derivative works and +distribute this software, in any medium, or authorize others to do so +on your behalf, on a royalty-free basis throughout the world. +You may improve, modify, and create derivative works of the software or any +portion of the software, and you may copy and distribute such modifications +or works. Modified works should carry a notice stating that you changed +the software and should note the date and nature of any such change. Please +explicitly acknowledge the National Institute of Standards and Technology +as the original source, by linking back to `this repository`_ or +`the website`_. + +This software can be redistributed and/or modified freely provided that any +derivative works bear some notice that they are derived from it, and any +modified versions bear some notice that they have been modified. .. _National Institute of Standards and Technology: http://www.nist.gov/ -.. _NIST: http://www.nist.gov/ +.. _NIST: http://www.nist.gov/ +.. _the website: https://www.ctcms.nist.gov/fipy +.. _this repository: https://github.com/usnistgov/fipy .. _title 17 section 105: http://uscode.house.gov/uscode-cgi/fastweb.exe?getdoc+uscview+t17t20+9+0++ From 30594513891f217c62cf03736e1b099dc3e23f7b Mon Sep 17 00:00:00 2001 From: Trevor Keller Date: Thu, 8 Feb 2018 16:26:38 -0500 Subject: [PATCH 2/2] propagate public domain re-dedication throughout FiPy Closes #556. --- .../tutorial/package/subpackage/base.py | 34 ++++++++++++------- .../tutorial/package/subpackage/object.py | 34 ++++++++++++------- examples/benchmarking/benchmarker.py | 29 +++++++++++----- examples/benchmarking/size.py | 29 +++++++++++----- examples/benchmarking/steps.py | 29 +++++++++++----- examples/benchmarking/versions.py | 29 +++++++++++----- examples/cahnHilliard/mesh2D.py | 29 +++++++++++----- examples/cahnHilliard/mesh2DCoupled.py | 29 +++++++++++----- examples/cahnHilliard/mesh3D.py | 29 +++++++++++----- examples/cahnHilliard/sphere.py | 29 +++++++++++----- examples/cahnHilliard/tanh1D.py | 29 +++++++++++----- examples/cahnHilliard/test.py | 29 +++++++++++----- examples/chemotaxis/input.py | 29 +++++++++++----- examples/chemotaxis/input2D.py | 29 +++++++++++----- examples/chemotaxis/parameters.py | 29 +++++++++++----- examples/chemotaxis/test.py | 29 +++++++++++----- .../convection/advection/explicitUpwind.py | 29 +++++++++++----- .../convection/advection/implicitUpwind.py | 29 +++++++++++----- .../convection/advection/vanLeerUpwind.py | 29 +++++++++++----- .../exponential1D/cylindricalMesh1D.py | 29 +++++++++++----- .../cylindricalMesh1DNonUniform.py | 29 +++++++++++----- examples/convection/exponential1D/mesh1D.py | 29 +++++++++++----- examples/convection/exponential1D/tri2D.py | 29 +++++++++++----- .../convection/exponential1DBack/mesh1D.py | 29 +++++++++++----- .../convection/exponential1DSource/mesh1D.py | 29 +++++++++++----- .../convection/exponential1DSource/tri2D.py | 29 +++++++++++----- .../exponential2D/cylindricalMesh2D.py | 29 +++++++++++----- .../cylindricalMesh2DNonUniform.py | 29 +++++++++++----- examples/convection/exponential2D/mesh2D.py | 29 +++++++++++----- examples/convection/exponential2D/tri2D.py | 29 +++++++++++----- examples/convection/peclet.py | 29 +++++++++++----- examples/convection/powerLaw1D/mesh1D.py | 29 +++++++++++----- examples/convection/powerLaw1D/tri2D.py | 29 +++++++++++----- examples/convection/robin.py | 29 +++++++++++----- examples/convection/source.py | 29 +++++++++++----- examples/convection/test.py | 29 +++++++++++----- examples/diffusion/anisotropy.py | 29 +++++++++++----- examples/diffusion/circle.py | 29 +++++++++++----- examples/diffusion/circleQuad.py | 29 +++++++++++----- examples/diffusion/coupled.py | 29 +++++++++++----- examples/diffusion/electrostatics.py | 29 +++++++++++----- examples/diffusion/explicit/mesh1D.py | 29 +++++++++++----- examples/diffusion/explicit/mixedelement.py | 29 +++++++++++----- examples/diffusion/explicit/test.py | 29 +++++++++++----- examples/diffusion/explicit/tri2D.py | 29 +++++++++++----- examples/diffusion/mesh1D.py | 29 +++++++++++----- examples/diffusion/mesh20x20.py | 29 +++++++++++----- examples/diffusion/mesh20x20Coupled.py | 29 +++++++++++----- .../diffusion/nthOrder/input4thOrder-line.py | 29 +++++++++++----- .../diffusion/nthOrder/input4thOrder1D.py | 29 +++++++++++----- examples/diffusion/nthOrder/test.py | 29 +++++++++++----- .../steadyState/mesh1D/inputPeriodic.py | 29 +++++++++++----- .../steadyState/mesh1D/tri2Dinput.py | 29 +++++++++++----- .../steadyState/mesh20x20/gmshinput.py | 29 +++++++++++----- .../steadyState/mesh20x20/isotropy.py | 29 +++++++++++----- .../mesh20x20/modifiedMeshInput.py | 29 +++++++++++----- .../steadyState/mesh20x20/orthoerror.py | 29 +++++++++++----- .../steadyState/mesh20x20/tri2Dinput.py | 29 +++++++++++----- .../diffusion/steadyState/mesh50x50/input.py | 29 +++++++++++----- .../steadyState/mesh50x50/tri2Dinput.py | 29 +++++++++++----- .../steadyState/otherMeshes/cubicalProblem.py | 29 +++++++++++----- .../steadyState/otherMeshes/grid3Dinput.py | 29 +++++++++++----- .../steadyState/otherMeshes/prism.py | 29 +++++++++++----- examples/diffusion/steadyState/test.py | 29 +++++++++++----- examples/diffusion/test.py | 29 +++++++++++----- examples/diffusion/variable.py | 29 +++++++++++----- examples/elphf/diffusion/mesh1D.py | 29 +++++++++++----- examples/elphf/diffusion/mesh1Ddimensional.py | 29 +++++++++++----- examples/elphf/diffusion/mesh2D.py | 29 +++++++++++----- examples/elphf/input.py | 29 +++++++++++----- examples/elphf/phase.py | 29 +++++++++++----- examples/elphf/phaseDiffusion.py | 29 +++++++++++----- examples/elphf/poisson.py | 29 +++++++++++----- examples/elphf/test.py | 33 ++++++++++++------ examples/flow/stokesCavity.py | 29 +++++++++++----- examples/flow/test.py | 29 +++++++++++----- examples/levelSet/advection/circle.py | 29 +++++++++++----- examples/levelSet/advection/mesh1D.py | 29 +++++++++++----- examples/levelSet/advection/test.py | 29 +++++++++++----- examples/levelSet/advection/trench.py | 29 +++++++++++----- examples/levelSet/distanceFunction/circle.py | 29 +++++++++++----- .../levelSet/distanceFunction/interior.py | 29 +++++++++++----- examples/levelSet/distanceFunction/mesh1D.py | 29 +++++++++++----- examples/levelSet/distanceFunction/square.py | 29 +++++++++++----- examples/levelSet/distanceFunction/test.py | 29 +++++++++++----- .../adsorbingSurfactantEquation.py | 29 +++++++++++----- examples/levelSet/electroChem/adsorption.py | 29 +++++++++++----- .../electroChem/gapFillDistanceVariable.py | 32 +++++++++++------ examples/levelSet/electroChem/gapFillMesh.py | 32 +++++++++++------ examples/levelSet/electroChem/gold.py | 29 +++++++++++----- .../levelSet/electroChem/howToWriteAScript.py | 29 +++++++++++----- examples/levelSet/electroChem/leveler.py | 29 +++++++++++----- examples/levelSet/electroChem/lines.py | 29 +++++++++++----- .../electroChem/matplotlibSurfactantViewer.py | 29 +++++++++++----- .../electroChem/mayaviSurfactantViewer.py | 29 +++++++++++----- .../electroChem/metalIonDiffusionEquation.py | 29 +++++++++++----- .../electroChem/simpleTrenchSystem.py | 29 +++++++++++----- .../surfactantBulkDiffusionEquation.py | 29 +++++++++++----- examples/levelSet/electroChem/test.py | 29 +++++++++++----- examples/levelSet/electroChem/trenchMesh.py | 32 +++++++++++------ examples/levelSet/surfactant/circle.py | 29 +++++++++++----- .../levelSet/surfactant/expandingCircle.py | 29 +++++++++++----- examples/levelSet/surfactant/square.py | 29 +++++++++++----- examples/levelSet/surfactant/test.py | 29 +++++++++++----- examples/levelSet/test.py | 29 +++++++++++----- examples/meshing/inputGrid2D.py | 29 +++++++++++----- examples/meshing/sphere.py | 29 +++++++++++----- examples/meshing/test.py | 29 +++++++++++----- examples/phase/anisotropy.py | 29 +++++++++++----- examples/phase/anisotropyOLD.py | 29 +++++++++++----- examples/phase/binary.py | 29 +++++++++++----- examples/phase/binaryCoupled.py | 29 +++++++++++----- examples/phase/impingement/mesh20x20.py | 29 +++++++++++----- examples/phase/impingement/mesh40x1.py | 29 +++++++++++----- examples/phase/impingement/test.py | 29 +++++++++++----- examples/phase/missOrientation/circle.py | 29 +++++++++++----- examples/phase/missOrientation/mesh1D.py | 29 +++++++++++----- examples/phase/missOrientation/modCircle.py | 29 +++++++++++----- examples/phase/missOrientation/test.py | 29 +++++++++++----- examples/phase/polyxtal.py | 29 +++++++++++----- examples/phase/polyxtalCoupled.py | 29 +++++++++++----- examples/phase/quaternary.py | 29 +++++++++++----- examples/phase/simple.py | 29 +++++++++++----- examples/phase/symmetry.py | 29 +++++++++++----- examples/phase/test.py | 29 +++++++++++----- examples/reactiveWetting/liquidVapor1D.py | 29 +++++++++++----- examples/reactiveWetting/liquidVapor2D.py | 29 +++++++++++----- examples/reactiveWetting/test.py | 29 +++++++++++----- examples/riemann/acoustics.py | 29 +++++++++++----- examples/riemann/test.py | 29 +++++++++++----- examples/test.py | 29 +++++++++++----- examples/updating/update0_1to1_0.py | 29 +++++++++++----- examples/updating/update1_0to2_0.py | 29 +++++++++++----- examples/updating/update2_0to3_0.py | 29 +++++++++++----- fipy/boundaryConditions/boundaryCondition.py | 29 +++++++++++----- fipy/boundaryConditions/constraint.py | 31 +++++++++++------ fipy/boundaryConditions/fixedFlux.py | 29 +++++++++++----- fipy/boundaryConditions/fixedValue.py | 29 +++++++++++----- .../nthOrderBoundaryCondition.py | 34 ++++++++++++------- fipy/boundaryConditions/test.py | 29 +++++++++++----- fipy/matrices/offsetSparseMatrix.py | 33 ++++++++++++------ fipy/matrices/pysparseMatrix.py | 29 +++++++++++----- fipy/matrices/scipyMatrix.py | 29 +++++++++++----- fipy/matrices/sparseMatrix.py | 29 +++++++++++----- fipy/matrices/test.py | 29 +++++++++++----- fipy/matrices/trilinosMatrix.py | 29 +++++++++++----- fipy/meshes/abstractMesh.py | 29 +++++++++++----- fipy/meshes/builders/abstractGridBuilder.py | 31 +++++++++++------ fipy/meshes/builders/grid1DBuilder.py | 31 +++++++++++------ fipy/meshes/builders/grid2DBuilder.py | 31 +++++++++++------ fipy/meshes/builders/grid3DBuilder.py | 31 +++++++++++------ fipy/meshes/builders/periodicGrid1DBuilder.py | 31 +++++++++++------ fipy/meshes/builders/utilityClasses.py | 31 +++++++++++------ fipy/meshes/cylindricalNonUniformGrid1D.py | 29 +++++++++++----- fipy/meshes/cylindricalNonUniformGrid2D.py | 29 +++++++++++----- fipy/meshes/cylindricalUniformGrid1D.py | 29 +++++++++++----- fipy/meshes/cylindricalUniformGrid2D.py | 29 +++++++++++----- fipy/meshes/factoryMeshes.py | 31 +++++++++++------ fipy/meshes/gmshMesh.py | 34 ++++++++++++------- fipy/meshes/mesh.py | 31 +++++++++++------ fipy/meshes/mesh1D.py | 31 +++++++++++------ fipy/meshes/mesh2D.py | 31 +++++++++++------ fipy/meshes/nonUniformGrid1D.py | 29 +++++++++++----- fipy/meshes/nonUniformGrid2D.py | 29 +++++++++++----- fipy/meshes/nonUniformGrid3D.py | 29 +++++++++++----- fipy/meshes/periodicGrid1D.py | 29 +++++++++++----- fipy/meshes/periodicGrid2D.py | 29 +++++++++++----- fipy/meshes/periodicGrid3D.py | 29 +++++++++++----- .../representations/abstractRepresentation.py | 29 +++++++++++----- .../representations/gridRepresentation.py | 29 +++++++++++----- .../representations/meshRepresentation.py | 29 +++++++++++----- fipy/meshes/skewedGrid2D.py | 29 +++++++++++----- fipy/meshes/test.py | 29 +++++++++++----- fipy/meshes/topologies/abstractTopology.py | 29 +++++++++++----- fipy/meshes/topologies/gridTopology.py | 29 +++++++++++----- fipy/meshes/topologies/meshTopology.py | 29 +++++++++++----- fipy/meshes/tri2D.py | 29 +++++++++++----- fipy/meshes/uniformGrid.py | 29 +++++++++++----- fipy/meshes/uniformGrid1D.py | 29 +++++++++++----- fipy/meshes/uniformGrid2D.py | 29 +++++++++++----- fipy/meshes/uniformGrid3D.py | 29 +++++++++++----- fipy/solvers/pyAMG/linearCGSSolver.py | 29 +++++++++++----- fipy/solvers/pyAMG/linearGMRESSolver.py | 29 +++++++++++----- fipy/solvers/pyAMG/linearGeneralSolver.py | 29 +++++++++++----- fipy/solvers/pyAMG/linearLUSolver.py | 29 +++++++++++----- fipy/solvers/pyAMG/linearPCGSolver.py | 29 +++++++++++----- .../smoothedAggregationPreconditioner.py | 29 +++++++++++----- .../pyAMG/smoothedAggregationSolver.py | 29 +++++++++++----- fipy/solvers/pysparse/linearCGSSolver.py | 29 +++++++++++----- fipy/solvers/pysparse/linearGMRESSolver.py | 29 +++++++++++----- fipy/solvers/pysparse/linearJORSolver.py | 29 +++++++++++----- fipy/solvers/pysparse/linearLUSolver.py | 29 +++++++++++----- fipy/solvers/pysparse/linearPCGSolver.py | 29 +++++++++++----- .../preconditioners/jacobiPreconditioner.py | 29 +++++++++++----- .../preconditioners/preconditioner.py | 29 +++++++++++----- .../preconditioners/ssorPreconditioner.py | 29 +++++++++++----- fipy/solvers/pysparse/pysparseSolver.py | 29 +++++++++++----- fipy/solvers/pysparseMatrixSolver.py | 29 +++++++++++----- fipy/solvers/scipy/linearBicgstabSolver.py | 29 +++++++++++----- fipy/solvers/scipy/linearCGSSolver.py | 29 +++++++++++----- fipy/solvers/scipy/linearGMRESSolver.py | 29 +++++++++++----- fipy/solvers/scipy/linearLUSolver.py | 29 +++++++++++----- fipy/solvers/scipy/linearPCGSolver.py | 29 +++++++++++----- fipy/solvers/scipy/scipyKrylovSolver.py | 29 +++++++++++----- fipy/solvers/scipy/scipySolver.py | 29 +++++++++++----- fipy/solvers/solver.py | 29 +++++++++++----- fipy/solvers/test.py | 29 +++++++++++----- fipy/solvers/trilinos/linearBicgstabSolver.py | 29 +++++++++++----- fipy/solvers/trilinos/linearCGSSolver.py | 29 +++++++++++----- fipy/solvers/trilinos/linearGMRESSolver.py | 29 +++++++++++----- fipy/solvers/trilinos/linearLUSolver.py | 29 +++++++++++----- fipy/solvers/trilinos/linearPCGSolver.py | 29 +++++++++++----- .../domDecompPreconditioner.py | 29 +++++++++++----- .../preconditioners/icPreconditioner.py | 29 +++++++++++----- .../preconditioners/jacobiPreconditioner.py | 29 +++++++++++----- .../multilevelDDMLPreconditioner.py | 29 +++++++++++----- .../multilevelDDPreconditioner.py | 29 +++++++++++----- .../multilevelNSSAPreconditioner.py | 29 +++++++++++----- .../multilevelSAPreconditioner.py | 29 +++++++++++----- .../multilevelSGSPreconditioner.py | 29 +++++++++++----- .../multilevelSolverSmootherPreconditioner.py | 29 +++++++++++----- .../preconditioners/preconditioner.py | 29 +++++++++++----- .../solvers/trilinos/trilinosAztecOOSolver.py | 29 +++++++++++----- fipy/solvers/trilinos/trilinosMLTest.py | 29 +++++++++++----- .../trilinos/trilinosNonlinearSolver.py | 29 +++++++++++----- fipy/solvers/trilinos/trilinosSolver.py | 29 +++++++++++----- fipy/steppers/__init__.py | 29 +++++++++++----- fipy/steppers/pidStepper.py | 29 +++++++++++----- fipy/steppers/pseudoRKQSStepper.py | 29 +++++++++++----- fipy/steppers/stepper.py | 29 +++++++++++----- fipy/terms/abstractBinaryTerm.py | 33 ++++++++++++------ fipy/terms/abstractConvectionTerm.py | 29 +++++++++++----- fipy/terms/abstractDiffusionTerm.py | 29 +++++++++++----- fipy/terms/abstractUpwindConvectionTerm.py | 31 +++++++++++------ fipy/terms/advectionTerm.py | 29 +++++++++++----- fipy/terms/asymmetricConvectionTerm.py | 31 +++++++++++------ fipy/terms/binaryTerm.py | 33 ++++++++++++------ fipy/terms/cellTerm.py | 29 +++++++++++----- fipy/terms/centralDiffConvectionTerm.py | 31 +++++++++++------ fipy/terms/coupledBinaryTerm.py | 33 ++++++++++++------ fipy/terms/diffusionTerm.py | 29 +++++++++++----- fipy/terms/diffusionTermCorrection.py | 29 +++++++++++----- fipy/terms/diffusionTermNoCorrection.py | 29 +++++++++++----- fipy/terms/explicitDiffusionTerm.py | 29 +++++++++++----- fipy/terms/explicitSourceTerm.py | 29 +++++++++++----- fipy/terms/explicitUpwindConvectionTerm.py | 31 +++++++++++------ fipy/terms/exponentialConvectionTerm.py | 31 +++++++++++------ fipy/terms/faceTerm.py | 29 +++++++++++----- fipy/terms/firstOrderAdvectionTerm.py | 29 +++++++++++----- fipy/terms/hybridConvectionTerm.py | 31 +++++++++++------ fipy/terms/implicitDiffusionTerm.py | 31 +++++++++++------ fipy/terms/implicitSourceTerm.py | 29 +++++++++++----- fipy/terms/nonDiffusionTerm.py | 29 +++++++++++----- fipy/terms/powerLawConvectionTerm.py | 31 +++++++++++------ fipy/terms/residualTerm.py | 29 +++++++++++----- fipy/terms/sourceTerm.py | 29 +++++++++++----- fipy/terms/term.py | 29 +++++++++++----- fipy/terms/test.py | 33 ++++++++++++------ fipy/terms/transientTerm.py | 29 +++++++++++----- fipy/terms/unaryTerm.py | 29 +++++++++++----- fipy/terms/upwindConvectionTerm.py | 31 +++++++++++------ fipy/terms/vanLeerConvectionTerm.py | 34 ++++++++++++------- fipy/testFiPy.py | 29 +++++++++++----- fipy/tests/__init__.py | 31 +++++++++++------ fipy/tests/doctestPlus.py | 33 ++++++++++++------ fipy/tests/lateImportTest.py | 33 ++++++++++++------ fipy/tests/testBase.py | 31 +++++++++++------ fipy/tests/testClass.py | 32 +++++++++++------ fipy/tests/testProgram.py | 31 +++++++++++------ fipy/tools/__init__.py | 31 +++++++++++------ fipy/tools/comms/commWrapper.py | 31 +++++++++++------ fipy/tools/comms/dummyComm.py | 31 +++++++++++------ fipy/tools/comms/mpi4pyCommWrapper.py | 31 +++++++++++------ fipy/tools/comms/serialCommWrapper.py | 31 +++++++++++------ fipy/tools/copy_script.py | 31 +++++++++++------ fipy/tools/decorators.py | 29 +++++++++++----- fipy/tools/dimensions/physicalField.py | 29 +++++++++++----- fipy/tools/dump.py | 31 +++++++++++------ fipy/tools/numerix.py | 31 +++++++++++------ fipy/tools/parser.py | 29 +++++++++++----- .../performance/efficiencyTestGenerator.py | 31 +++++++++++------ .../performance/efficiencyTestHistory.py | 31 +++++++++++------ fipy/tools/performance/efficiency_test.py | 31 +++++++++++------ fipy/tools/performance/memoryLeak.py | 29 +++++++++++----- fipy/tools/performance/memoryUsage.py | 29 +++++++++++----- fipy/tools/test.py | 29 +++++++++++----- fipy/tools/vector.py | 29 +++++++++++----- fipy/variables/addOverFacesVariable.py | 29 +++++++++++----- .../variables/arithmeticCellToFaceVariable.py | 31 +++++++++++------ fipy/variables/betaNoiseVariable.py | 34 ++++++++++++------- fipy/variables/binaryOperatorVariable.py | 29 +++++++++++----- fipy/variables/cellToFaceVariable.py | 31 +++++++++++------ fipy/variables/cellVariable.py | 31 +++++++++++------ fipy/variables/cellVolumeAverageVariable.py | 31 +++++++++++------ fipy/variables/constant.py | 34 ++++++++++++------- fipy/variables/constraintMask.py | 29 +++++++++++----- fipy/variables/coupledCellVariable.py | 29 +++++++++++----- fipy/variables/distanceVariable.py | 29 +++++++++++----- fipy/variables/exponentialNoiseVariable.py | 34 ++++++++++++------- .../faceGradContributionsVariable.py | 31 +++++++++++------ fipy/variables/faceGradVariable.py | 31 +++++++++++------ fipy/variables/faceVariable.py | 31 +++++++++++------ fipy/variables/gammaNoiseVariable.py | 34 ++++++++++++------- fipy/variables/gaussCellGradVariable.py | 31 +++++++++++------ fipy/variables/gaussianNoiseVariable.py | 34 ++++++++++++------- fipy/variables/harmonicCellToFaceVariable.py | 31 +++++++++++------ fipy/variables/histogramVariable.py | 34 ++++++++++++------- fipy/variables/interfaceAreaVariable.py | 29 +++++++++++----- fipy/variables/interfaceFlagVariable.py | 29 +++++++++++----- .../variables/leastSquaresCellGradVariable.py | 31 +++++++++++------ fipy/variables/levelSetDiffusionVariable.py | 29 +++++++++++----- fipy/variables/meshVariable.py | 29 +++++++++++----- fipy/variables/minmodCellToFaceVariable.py | 31 +++++++++++------ fipy/variables/modCellGradVariable.py | 31 +++++++++++------ fipy/variables/modCellToFaceVariable.py | 31 +++++++++++------ fipy/variables/modFaceGradVariable.py | 31 +++++++++++------ fipy/variables/modPhysicalField.py | 29 +++++++++++----- fipy/variables/modularVariable.py | 31 +++++++++++------ fipy/variables/noiseVariable.py | 34 ++++++++++++------- fipy/variables/operatorVariable.py | 29 +++++++++++----- .../variables/surfactantConvectionVariable.py | 29 +++++++++++----- fipy/variables/surfactantVariable.py | 29 +++++++++++----- fipy/variables/test.py | 29 +++++++++++----- fipy/variables/unaryOperatorVariable.py | 29 +++++++++++----- fipy/variables/uniformNoiseVariable.py | 34 ++++++++++++------- fipy/variables/variable.py | 29 +++++++++++----- .../matplotlibViewer/matplotlib1DViewer.py | 31 +++++++++++------ .../matplotlib2DContourViewer.py | 31 +++++++++++------ .../matplotlib2DGridContourViewer.py | 31 +++++++++++------ .../matplotlib2DGridViewer.py | 31 +++++++++++------ .../matplotlibViewer/matplotlib2DViewer.py | 31 +++++++++++------ .../matplotlibSparseMatrixViewer.py | 29 +++++++++++----- .../matplotlibStreamViewer.py | 31 +++++++++++------ .../matplotlibVectorViewer.py | 31 +++++++++++------ .../matplotlibViewer/matplotlibViewer.py | 31 +++++++++++------ fipy/viewers/matplotlibViewer/test.py | 29 +++++++++++----- fipy/viewers/mayaviViewer/mayaviClient.py | 31 +++++++++++------ fipy/viewers/mayaviViewer/mayaviDaemon.py | 31 +++++++++++------ fipy/viewers/mayaviViewer/test.py | 29 +++++++++++----- fipy/viewers/multiViewer.py | 34 ++++++++++++------- fipy/viewers/test.py | 29 +++++++++++----- fipy/viewers/testinteractive.py | 29 +++++++++++----- fipy/viewers/tsvViewer.py | 31 +++++++++++------ fipy/viewers/viewer.py | 31 +++++++++++------ fipy/viewers/vtkViewer/test.py | 29 +++++++++++----- fipy/viewers/vtkViewer/vtkCellViewer.py | 31 +++++++++++------ fipy/viewers/vtkViewer/vtkFaceViewer.py | 31 +++++++++++------ fipy/viewers/vtkViewer/vtkViewer.py | 31 +++++++++++------ setup.py | 32 +++++++++++------ 349 files changed, 7356 insertions(+), 3010 deletions(-) diff --git a/documentation/tutorial/package/subpackage/base.py b/documentation/tutorial/package/subpackage/base.py index 6e16f514b6..f554373708 100644 --- a/documentation/tutorial/package/subpackage/base.py +++ b/documentation/tutorial/package/subpackage/base.py @@ -11,23 +11,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. object.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # Description: # diff --git a/documentation/tutorial/package/subpackage/object.py b/documentation/tutorial/package/subpackage/object.py index 07a98b30f3..22c9c46b2f 100644 --- a/documentation/tutorial/package/subpackage/object.py +++ b/documentation/tutorial/package/subpackage/object.py @@ -11,23 +11,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. object.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # Description: # diff --git a/examples/benchmarking/benchmarker.py b/examples/benchmarking/benchmarker.py index fabc2251e6..27661d6723 100644 --- a/examples/benchmarking/benchmarker.py +++ b/examples/benchmarking/benchmarker.py @@ -12,19 +12,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/benchmarking/size.py b/examples/benchmarking/size.py index 8adfc10f17..f90c6d1b72 100644 --- a/examples/benchmarking/size.py +++ b/examples/benchmarking/size.py @@ -12,19 +12,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/benchmarking/steps.py b/examples/benchmarking/steps.py index ac221c9766..fc3047e526 100644 --- a/examples/benchmarking/steps.py +++ b/examples/benchmarking/steps.py @@ -12,19 +12,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/benchmarking/versions.py b/examples/benchmarking/versions.py index e0f3cd85b7..fadff54dab 100644 --- a/examples/benchmarking/versions.py +++ b/examples/benchmarking/versions.py @@ -12,19 +12,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/cahnHilliard/mesh2D.py b/examples/cahnHilliard/mesh2D.py index 110a239d8b..e424fc6d13 100755 --- a/examples/cahnHilliard/mesh2D.py +++ b/examples/cahnHilliard/mesh2D.py @@ -13,19 +13,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/cahnHilliard/mesh2DCoupled.py b/examples/cahnHilliard/mesh2DCoupled.py index 2b60fc7c84..8ea663e776 100755 --- a/examples/cahnHilliard/mesh2DCoupled.py +++ b/examples/cahnHilliard/mesh2DCoupled.py @@ -13,19 +13,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/cahnHilliard/mesh3D.py b/examples/cahnHilliard/mesh3D.py index bff6e1a56a..35de92d578 100755 --- a/examples/cahnHilliard/mesh3D.py +++ b/examples/cahnHilliard/mesh3D.py @@ -13,19 +13,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/cahnHilliard/sphere.py b/examples/cahnHilliard/sphere.py index 5b5b0081ea..4f4f306d75 100755 --- a/examples/cahnHilliard/sphere.py +++ b/examples/cahnHilliard/sphere.py @@ -13,19 +13,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/cahnHilliard/tanh1D.py b/examples/cahnHilliard/tanh1D.py index 8951d50608..012ecf7c2a 100755 --- a/examples/cahnHilliard/tanh1D.py +++ b/examples/cahnHilliard/tanh1D.py @@ -13,19 +13,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/cahnHilliard/test.py b/examples/cahnHilliard/test.py index 9d13161399..09bae53e14 100755 --- a/examples/cahnHilliard/test.py +++ b/examples/cahnHilliard/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/chemotaxis/input.py b/examples/chemotaxis/input.py index 46659a9f99..54321b576a 100755 --- a/examples/chemotaxis/input.py +++ b/examples/chemotaxis/input.py @@ -13,19 +13,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/chemotaxis/input2D.py b/examples/chemotaxis/input2D.py index fcb795ee95..ddcf5f869e 100755 --- a/examples/chemotaxis/input2D.py +++ b/examples/chemotaxis/input2D.py @@ -13,19 +13,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/chemotaxis/parameters.py b/examples/chemotaxis/parameters.py index f6653fb875..1bff5ef127 100644 --- a/examples/chemotaxis/parameters.py +++ b/examples/chemotaxis/parameters.py @@ -13,19 +13,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/chemotaxis/test.py b/examples/chemotaxis/test.py index 7b277e13fe..e13999f492 100755 --- a/examples/chemotaxis/test.py +++ b/examples/chemotaxis/test.py @@ -13,19 +13,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/advection/explicitUpwind.py b/examples/convection/advection/explicitUpwind.py index 63b2c2c5e1..da0ccdf7b3 100755 --- a/examples/convection/advection/explicitUpwind.py +++ b/examples/convection/advection/explicitUpwind.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/advection/implicitUpwind.py b/examples/convection/advection/implicitUpwind.py index 6167cfd7d4..51429c42e6 100755 --- a/examples/convection/advection/implicitUpwind.py +++ b/examples/convection/advection/implicitUpwind.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/advection/vanLeerUpwind.py b/examples/convection/advection/vanLeerUpwind.py index 4ecd756b91..f829acc470 100755 --- a/examples/convection/advection/vanLeerUpwind.py +++ b/examples/convection/advection/vanLeerUpwind.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/exponential1D/cylindricalMesh1D.py b/examples/convection/exponential1D/cylindricalMesh1D.py index bd03a2ecf0..a24f9a39c4 100644 --- a/examples/convection/exponential1D/cylindricalMesh1D.py +++ b/examples/convection/exponential1D/cylindricalMesh1D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/exponential1D/cylindricalMesh1DNonUniform.py b/examples/convection/exponential1D/cylindricalMesh1DNonUniform.py index 542ac571da..905529b65e 100644 --- a/examples/convection/exponential1D/cylindricalMesh1DNonUniform.py +++ b/examples/convection/exponential1D/cylindricalMesh1DNonUniform.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/exponential1D/mesh1D.py b/examples/convection/exponential1D/mesh1D.py index 7362647f2d..1e77f0270e 100755 --- a/examples/convection/exponential1D/mesh1D.py +++ b/examples/convection/exponential1D/mesh1D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/exponential1D/tri2D.py b/examples/convection/exponential1D/tri2D.py index 89d9965d35..425c9bb852 100755 --- a/examples/convection/exponential1D/tri2D.py +++ b/examples/convection/exponential1D/tri2D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/exponential1DBack/mesh1D.py b/examples/convection/exponential1DBack/mesh1D.py index 4c51231f40..2aca9c8ae3 100755 --- a/examples/convection/exponential1DBack/mesh1D.py +++ b/examples/convection/exponential1DBack/mesh1D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/exponential1DSource/mesh1D.py b/examples/convection/exponential1DSource/mesh1D.py index 04389725c7..d1aaf89bbc 100755 --- a/examples/convection/exponential1DSource/mesh1D.py +++ b/examples/convection/exponential1DSource/mesh1D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/exponential1DSource/tri2D.py b/examples/convection/exponential1DSource/tri2D.py index 117d065212..4947a62692 100755 --- a/examples/convection/exponential1DSource/tri2D.py +++ b/examples/convection/exponential1DSource/tri2D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/exponential2D/cylindricalMesh2D.py b/examples/convection/exponential2D/cylindricalMesh2D.py index 8bf84b2a01..f7585a8c22 100644 --- a/examples/convection/exponential2D/cylindricalMesh2D.py +++ b/examples/convection/exponential2D/cylindricalMesh2D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/exponential2D/cylindricalMesh2DNonUniform.py b/examples/convection/exponential2D/cylindricalMesh2DNonUniform.py index 34a5e66586..f300a1632e 100644 --- a/examples/convection/exponential2D/cylindricalMesh2DNonUniform.py +++ b/examples/convection/exponential2D/cylindricalMesh2DNonUniform.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/exponential2D/mesh2D.py b/examples/convection/exponential2D/mesh2D.py index c490a08ca9..09374763eb 100755 --- a/examples/convection/exponential2D/mesh2D.py +++ b/examples/convection/exponential2D/mesh2D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/exponential2D/tri2D.py b/examples/convection/exponential2D/tri2D.py index 34b681cb6e..6b73b5eab4 100755 --- a/examples/convection/exponential2D/tri2D.py +++ b/examples/convection/exponential2D/tri2D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/peclet.py b/examples/convection/peclet.py index 86b1abba3a..860c9fb0ed 100755 --- a/examples/convection/peclet.py +++ b/examples/convection/peclet.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/powerLaw1D/mesh1D.py b/examples/convection/powerLaw1D/mesh1D.py index c2c9b1043c..39b92cf85f 100755 --- a/examples/convection/powerLaw1D/mesh1D.py +++ b/examples/convection/powerLaw1D/mesh1D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/powerLaw1D/tri2D.py b/examples/convection/powerLaw1D/tri2D.py index 4ff08a3212..66ad6e28f1 100755 --- a/examples/convection/powerLaw1D/tri2D.py +++ b/examples/convection/powerLaw1D/tri2D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/robin.py b/examples/convection/robin.py index 28af1f637c..9d1edb6d4c 100644 --- a/examples/convection/robin.py +++ b/examples/convection/robin.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/source.py b/examples/convection/source.py index 44466b2e26..0def6e4b5c 100644 --- a/examples/convection/source.py +++ b/examples/convection/source.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/convection/test.py b/examples/convection/test.py index 3012f391f7..ef623aef6f 100755 --- a/examples/convection/test.py +++ b/examples/convection/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/anisotropy.py b/examples/diffusion/anisotropy.py index 6866ece8b0..f3fa5ebd1e 100644 --- a/examples/diffusion/anisotropy.py +++ b/examples/diffusion/anisotropy.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/circle.py b/examples/diffusion/circle.py index e0b46ba5e9..dc662b1808 100755 --- a/examples/diffusion/circle.py +++ b/examples/diffusion/circle.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/circleQuad.py b/examples/diffusion/circleQuad.py index 6afd0de9a4..0f1579efce 100755 --- a/examples/diffusion/circleQuad.py +++ b/examples/diffusion/circleQuad.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/coupled.py b/examples/diffusion/coupled.py index fbe13a05bf..76be715ff2 100644 --- a/examples/diffusion/coupled.py +++ b/examples/diffusion/coupled.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/electrostatics.py b/examples/diffusion/electrostatics.py index dafa2cbbe2..42b7a1b306 100755 --- a/examples/diffusion/electrostatics.py +++ b/examples/diffusion/electrostatics.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/explicit/mesh1D.py b/examples/diffusion/explicit/mesh1D.py index 3b1d773764..1934ea5fe6 100755 --- a/examples/diffusion/explicit/mesh1D.py +++ b/examples/diffusion/explicit/mesh1D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/explicit/mixedelement.py b/examples/diffusion/explicit/mixedelement.py index 41fc0f682c..56388e8b0a 100755 --- a/examples/diffusion/explicit/mixedelement.py +++ b/examples/diffusion/explicit/mixedelement.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/explicit/test.py b/examples/diffusion/explicit/test.py index 6f00512053..9dc4f81a3c 100755 --- a/examples/diffusion/explicit/test.py +++ b/examples/diffusion/explicit/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/explicit/tri2D.py b/examples/diffusion/explicit/tri2D.py index 5cce8ac890..35b88bb96d 100755 --- a/examples/diffusion/explicit/tri2D.py +++ b/examples/diffusion/explicit/tri2D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/mesh1D.py b/examples/diffusion/mesh1D.py index 77a86084d6..4940b0d831 100755 --- a/examples/diffusion/mesh1D.py +++ b/examples/diffusion/mesh1D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/mesh20x20.py b/examples/diffusion/mesh20x20.py index 10ab92d4c7..988f2015e1 100755 --- a/examples/diffusion/mesh20x20.py +++ b/examples/diffusion/mesh20x20.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/mesh20x20Coupled.py b/examples/diffusion/mesh20x20Coupled.py index 5de9f23ea5..4a414c14b6 100755 --- a/examples/diffusion/mesh20x20Coupled.py +++ b/examples/diffusion/mesh20x20Coupled.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/nthOrder/input4thOrder-line.py b/examples/diffusion/nthOrder/input4thOrder-line.py index 6c326892f7..19cb2d986d 100644 --- a/examples/diffusion/nthOrder/input4thOrder-line.py +++ b/examples/diffusion/nthOrder/input4thOrder-line.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/nthOrder/input4thOrder1D.py b/examples/diffusion/nthOrder/input4thOrder1D.py index 427631c7cd..233ae4dbdc 100755 --- a/examples/diffusion/nthOrder/input4thOrder1D.py +++ b/examples/diffusion/nthOrder/input4thOrder1D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/nthOrder/test.py b/examples/diffusion/nthOrder/test.py index a5b0010e11..1af302a9e7 100755 --- a/examples/diffusion/nthOrder/test.py +++ b/examples/diffusion/nthOrder/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/steadyState/mesh1D/inputPeriodic.py b/examples/diffusion/steadyState/mesh1D/inputPeriodic.py index c3f4eba3d1..031f2d6826 100755 --- a/examples/diffusion/steadyState/mesh1D/inputPeriodic.py +++ b/examples/diffusion/steadyState/mesh1D/inputPeriodic.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/steadyState/mesh1D/tri2Dinput.py b/examples/diffusion/steadyState/mesh1D/tri2Dinput.py index 41c94c45ab..71fdff148f 100755 --- a/examples/diffusion/steadyState/mesh1D/tri2Dinput.py +++ b/examples/diffusion/steadyState/mesh1D/tri2Dinput.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/steadyState/mesh20x20/gmshinput.py b/examples/diffusion/steadyState/mesh20x20/gmshinput.py index b033a5321a..5e9bd08820 100755 --- a/examples/diffusion/steadyState/mesh20x20/gmshinput.py +++ b/examples/diffusion/steadyState/mesh20x20/gmshinput.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/steadyState/mesh20x20/isotropy.py b/examples/diffusion/steadyState/mesh20x20/isotropy.py index 2a2bbccda6..c2026eeb01 100755 --- a/examples/diffusion/steadyState/mesh20x20/isotropy.py +++ b/examples/diffusion/steadyState/mesh20x20/isotropy.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/steadyState/mesh20x20/modifiedMeshInput.py b/examples/diffusion/steadyState/mesh20x20/modifiedMeshInput.py index b76857b458..b18d21b3b5 100755 --- a/examples/diffusion/steadyState/mesh20x20/modifiedMeshInput.py +++ b/examples/diffusion/steadyState/mesh20x20/modifiedMeshInput.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/steadyState/mesh20x20/orthoerror.py b/examples/diffusion/steadyState/mesh20x20/orthoerror.py index c5fcd1d9f7..45561292e8 100755 --- a/examples/diffusion/steadyState/mesh20x20/orthoerror.py +++ b/examples/diffusion/steadyState/mesh20x20/orthoerror.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/steadyState/mesh20x20/tri2Dinput.py b/examples/diffusion/steadyState/mesh20x20/tri2Dinput.py index 0fd59a8a73..457a00d2b3 100755 --- a/examples/diffusion/steadyState/mesh20x20/tri2Dinput.py +++ b/examples/diffusion/steadyState/mesh20x20/tri2Dinput.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/steadyState/mesh50x50/input.py b/examples/diffusion/steadyState/mesh50x50/input.py index c4f7f3c374..a128b49eeb 100755 --- a/examples/diffusion/steadyState/mesh50x50/input.py +++ b/examples/diffusion/steadyState/mesh50x50/input.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/steadyState/mesh50x50/tri2Dinput.py b/examples/diffusion/steadyState/mesh50x50/tri2Dinput.py index 2f2983a8db..0af12ab7f8 100755 --- a/examples/diffusion/steadyState/mesh50x50/tri2Dinput.py +++ b/examples/diffusion/steadyState/mesh50x50/tri2Dinput.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/steadyState/otherMeshes/cubicalProblem.py b/examples/diffusion/steadyState/otherMeshes/cubicalProblem.py index 8af5a88cb9..a39c23de0a 100755 --- a/examples/diffusion/steadyState/otherMeshes/cubicalProblem.py +++ b/examples/diffusion/steadyState/otherMeshes/cubicalProblem.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/steadyState/otherMeshes/grid3Dinput.py b/examples/diffusion/steadyState/otherMeshes/grid3Dinput.py index 4601a79997..6d0c0cdfb3 100755 --- a/examples/diffusion/steadyState/otherMeshes/grid3Dinput.py +++ b/examples/diffusion/steadyState/otherMeshes/grid3Dinput.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/steadyState/otherMeshes/prism.py b/examples/diffusion/steadyState/otherMeshes/prism.py index 0c1f527b3f..4f4abbcfb5 100755 --- a/examples/diffusion/steadyState/otherMeshes/prism.py +++ b/examples/diffusion/steadyState/otherMeshes/prism.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/steadyState/test.py b/examples/diffusion/steadyState/test.py index e75c864679..9bd4e882ac 100755 --- a/examples/diffusion/steadyState/test.py +++ b/examples/diffusion/steadyState/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/test.py b/examples/diffusion/test.py index f71fab8bbd..bbb0550b60 100755 --- a/examples/diffusion/test.py +++ b/examples/diffusion/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/diffusion/variable.py b/examples/diffusion/variable.py index 34ee03399a..b7c9cec518 100755 --- a/examples/diffusion/variable.py +++ b/examples/diffusion/variable.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/elphf/diffusion/mesh1D.py b/examples/elphf/diffusion/mesh1D.py index e78664553f..a2fa0be079 100755 --- a/examples/elphf/diffusion/mesh1D.py +++ b/examples/elphf/diffusion/mesh1D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/elphf/diffusion/mesh1Ddimensional.py b/examples/elphf/diffusion/mesh1Ddimensional.py index 9ff6749e7c..0ab47a83f2 100755 --- a/examples/elphf/diffusion/mesh1Ddimensional.py +++ b/examples/elphf/diffusion/mesh1Ddimensional.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/elphf/diffusion/mesh2D.py b/examples/elphf/diffusion/mesh2D.py index b6cdb0bb28..e58b6870ca 100755 --- a/examples/elphf/diffusion/mesh2D.py +++ b/examples/elphf/diffusion/mesh2D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/elphf/input.py b/examples/elphf/input.py index 5e48dd9967..bed810117b 100755 --- a/examples/elphf/input.py +++ b/examples/elphf/input.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/elphf/phase.py b/examples/elphf/phase.py index 0f7af5a19b..a059c6df0c 100755 --- a/examples/elphf/phase.py +++ b/examples/elphf/phase.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/elphf/phaseDiffusion.py b/examples/elphf/phaseDiffusion.py index 155c820ead..4c3de403be 100755 --- a/examples/elphf/phaseDiffusion.py +++ b/examples/elphf/phaseDiffusion.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/elphf/poisson.py b/examples/elphf/poisson.py index 40a01186bb..7ce1984443 100755 --- a/examples/elphf/poisson.py +++ b/examples/elphf/poisson.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/elphf/test.py b/examples/elphf/test.py index 23dcd24af8..db9c671c69 100755 --- a/examples/elphf/test.py +++ b/examples/elphf/test.py @@ -13,22 +13,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. test.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/examples/flow/stokesCavity.py b/examples/flow/stokesCavity.py index 4c3040e94e..5998d71d98 100755 --- a/examples/flow/stokesCavity.py +++ b/examples/flow/stokesCavity.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/flow/test.py b/examples/flow/test.py index 0a73e36755..54924cddbc 100755 --- a/examples/flow/test.py +++ b/examples/flow/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/advection/circle.py b/examples/levelSet/advection/circle.py index 28ddccab87..06733c9238 100755 --- a/examples/levelSet/advection/circle.py +++ b/examples/levelSet/advection/circle.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/advection/mesh1D.py b/examples/levelSet/advection/mesh1D.py index 4d9a7fd215..52aa0a96cd 100755 --- a/examples/levelSet/advection/mesh1D.py +++ b/examples/levelSet/advection/mesh1D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/advection/test.py b/examples/levelSet/advection/test.py index 6f411dc627..c30106d182 100755 --- a/examples/levelSet/advection/test.py +++ b/examples/levelSet/advection/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/advection/trench.py b/examples/levelSet/advection/trench.py index 4b2e42c20b..a1cc13e982 100755 --- a/examples/levelSet/advection/trench.py +++ b/examples/levelSet/advection/trench.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/distanceFunction/circle.py b/examples/levelSet/distanceFunction/circle.py index fd72bb130f..abf9d462c6 100755 --- a/examples/levelSet/distanceFunction/circle.py +++ b/examples/levelSet/distanceFunction/circle.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/distanceFunction/interior.py b/examples/levelSet/distanceFunction/interior.py index 37cf85dca7..760ca2db75 100755 --- a/examples/levelSet/distanceFunction/interior.py +++ b/examples/levelSet/distanceFunction/interior.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/distanceFunction/mesh1D.py b/examples/levelSet/distanceFunction/mesh1D.py index 4dc26086a3..f43e16f7c5 100755 --- a/examples/levelSet/distanceFunction/mesh1D.py +++ b/examples/levelSet/distanceFunction/mesh1D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/distanceFunction/square.py b/examples/levelSet/distanceFunction/square.py index c58b909d94..526f5fd603 100755 --- a/examples/levelSet/distanceFunction/square.py +++ b/examples/levelSet/distanceFunction/square.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/distanceFunction/test.py b/examples/levelSet/distanceFunction/test.py index 5b3f89ba8c..87eb2e6611 100644 --- a/examples/levelSet/distanceFunction/test.py +++ b/examples/levelSet/distanceFunction/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/electroChem/adsorbingSurfactantEquation.py b/examples/levelSet/electroChem/adsorbingSurfactantEquation.py index 4c35cc5bc7..0ef14801f9 100755 --- a/examples/levelSet/electroChem/adsorbingSurfactantEquation.py +++ b/examples/levelSet/electroChem/adsorbingSurfactantEquation.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. PFM is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/electroChem/adsorption.py b/examples/levelSet/electroChem/adsorption.py index e740f39fbf..4639150840 100755 --- a/examples/levelSet/electroChem/adsorption.py +++ b/examples/levelSet/electroChem/adsorption.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/electroChem/gapFillDistanceVariable.py b/examples/levelSet/electroChem/gapFillDistanceVariable.py index c4d8676fef..f9286d93b3 100644 --- a/examples/levelSet/electroChem/gapFillDistanceVariable.py +++ b/examples/levelSet/electroChem/gapFillDistanceVariable.py @@ -14,20 +14,32 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. setup.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/electroChem/gapFillMesh.py b/examples/levelSet/electroChem/gapFillMesh.py index 3b68eb5628..604adf5ff2 100755 --- a/examples/levelSet/electroChem/gapFillMesh.py +++ b/examples/levelSet/electroChem/gapFillMesh.py @@ -14,20 +14,32 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. setup.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/electroChem/gold.py b/examples/levelSet/electroChem/gold.py index 6c4e4798f9..d1cd0320d2 100644 --- a/examples/levelSet/electroChem/gold.py +++ b/examples/levelSet/electroChem/gold.py @@ -13,19 +13,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. PFM is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/electroChem/howToWriteAScript.py b/examples/levelSet/electroChem/howToWriteAScript.py index b264ffa676..d9c035025c 100644 --- a/examples/levelSet/electroChem/howToWriteAScript.py +++ b/examples/levelSet/electroChem/howToWriteAScript.py @@ -13,19 +13,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. PFM is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/electroChem/leveler.py b/examples/levelSet/electroChem/leveler.py index f4e2ac1914..e7f5893dac 100755 --- a/examples/levelSet/electroChem/leveler.py +++ b/examples/levelSet/electroChem/leveler.py @@ -13,19 +13,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. PFM is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/electroChem/lines.py b/examples/levelSet/electroChem/lines.py index a613e97506..9c4b237728 100644 --- a/examples/levelSet/electroChem/lines.py +++ b/examples/levelSet/electroChem/lines.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/electroChem/matplotlibSurfactantViewer.py b/examples/levelSet/electroChem/matplotlibSurfactantViewer.py index d394fd16a1..c45ec2af1e 100644 --- a/examples/levelSet/electroChem/matplotlibSurfactantViewer.py +++ b/examples/levelSet/electroChem/matplotlibSurfactantViewer.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # Description: diff --git a/examples/levelSet/electroChem/mayaviSurfactantViewer.py b/examples/levelSet/electroChem/mayaviSurfactantViewer.py index e41eaec6fe..333caa5577 100644 --- a/examples/levelSet/electroChem/mayaviSurfactantViewer.py +++ b/examples/levelSet/electroChem/mayaviSurfactantViewer.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # Description: diff --git a/examples/levelSet/electroChem/metalIonDiffusionEquation.py b/examples/levelSet/electroChem/metalIonDiffusionEquation.py index 6a47a83d27..ff4ba96621 100755 --- a/examples/levelSet/electroChem/metalIonDiffusionEquation.py +++ b/examples/levelSet/electroChem/metalIonDiffusionEquation.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. PFM is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/electroChem/simpleTrenchSystem.py b/examples/levelSet/electroChem/simpleTrenchSystem.py index 9e98fa4c91..8ce60113fe 100644 --- a/examples/levelSet/electroChem/simpleTrenchSystem.py +++ b/examples/levelSet/electroChem/simpleTrenchSystem.py @@ -13,19 +13,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. PFM is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/electroChem/surfactantBulkDiffusionEquation.py b/examples/levelSet/electroChem/surfactantBulkDiffusionEquation.py index 27a7201d45..381d94227a 100644 --- a/examples/levelSet/electroChem/surfactantBulkDiffusionEquation.py +++ b/examples/levelSet/electroChem/surfactantBulkDiffusionEquation.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. PFM is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/electroChem/test.py b/examples/levelSet/electroChem/test.py index 60a03b5655..688ed2cd1c 100755 --- a/examples/levelSet/electroChem/test.py +++ b/examples/levelSet/electroChem/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/electroChem/trenchMesh.py b/examples/levelSet/electroChem/trenchMesh.py index 1c0ad6416e..97a53eb19e 100644 --- a/examples/levelSet/electroChem/trenchMesh.py +++ b/examples/levelSet/electroChem/trenchMesh.py @@ -14,20 +14,32 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. setup.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/surfactant/circle.py b/examples/levelSet/surfactant/circle.py index ecaed9ef10..c46265bbcc 100755 --- a/examples/levelSet/surfactant/circle.py +++ b/examples/levelSet/surfactant/circle.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/surfactant/expandingCircle.py b/examples/levelSet/surfactant/expandingCircle.py index b0e74721f8..7a7cd15c99 100755 --- a/examples/levelSet/surfactant/expandingCircle.py +++ b/examples/levelSet/surfactant/expandingCircle.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/surfactant/square.py b/examples/levelSet/surfactant/square.py index 57f337e3e9..5fb52b096c 100755 --- a/examples/levelSet/surfactant/square.py +++ b/examples/levelSet/surfactant/square.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/surfactant/test.py b/examples/levelSet/surfactant/test.py index 8938871ab6..4921482754 100755 --- a/examples/levelSet/surfactant/test.py +++ b/examples/levelSet/surfactant/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/levelSet/test.py b/examples/levelSet/test.py index 2636618810..32cb3e4632 100644 --- a/examples/levelSet/test.py +++ b/examples/levelSet/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/meshing/inputGrid2D.py b/examples/meshing/inputGrid2D.py index 6f286a0394..86f4ccdf6f 100755 --- a/examples/meshing/inputGrid2D.py +++ b/examples/meshing/inputGrid2D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/meshing/sphere.py b/examples/meshing/sphere.py index 192fab46bc..11dfa6eb4c 100644 --- a/examples/meshing/sphere.py +++ b/examples/meshing/sphere.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/meshing/test.py b/examples/meshing/test.py index 1326e6edd0..6ebfb26042 100755 --- a/examples/meshing/test.py +++ b/examples/meshing/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/phase/anisotropy.py b/examples/phase/anisotropy.py index 08d3f5d66b..84c8e4d8fe 100755 --- a/examples/phase/anisotropy.py +++ b/examples/phase/anisotropy.py @@ -12,19 +12,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/phase/anisotropyOLD.py b/examples/phase/anisotropyOLD.py index 02b2128c8d..fe154bbc47 100755 --- a/examples/phase/anisotropyOLD.py +++ b/examples/phase/anisotropyOLD.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/phase/binary.py b/examples/phase/binary.py index f53fbfadf4..6f7170b4b3 100755 --- a/examples/phase/binary.py +++ b/examples/phase/binary.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ######################################################################## diff --git a/examples/phase/binaryCoupled.py b/examples/phase/binaryCoupled.py index 58350f5177..3e850333b2 100755 --- a/examples/phase/binaryCoupled.py +++ b/examples/phase/binaryCoupled.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ######################################################################## diff --git a/examples/phase/impingement/mesh20x20.py b/examples/phase/impingement/mesh20x20.py index 05eb9f4de8..6cabe49055 100755 --- a/examples/phase/impingement/mesh20x20.py +++ b/examples/phase/impingement/mesh20x20.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/phase/impingement/mesh40x1.py b/examples/phase/impingement/mesh40x1.py index e8712d30df..f8bebbce6c 100755 --- a/examples/phase/impingement/mesh40x1.py +++ b/examples/phase/impingement/mesh40x1.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/phase/impingement/test.py b/examples/phase/impingement/test.py index 93c876f4fd..e10909107d 100755 --- a/examples/phase/impingement/test.py +++ b/examples/phase/impingement/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/phase/missOrientation/circle.py b/examples/phase/missOrientation/circle.py index 46c0ae0f23..8ecac3ffb2 100755 --- a/examples/phase/missOrientation/circle.py +++ b/examples/phase/missOrientation/circle.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/phase/missOrientation/mesh1D.py b/examples/phase/missOrientation/mesh1D.py index 721f057f0d..0f31a8c163 100755 --- a/examples/phase/missOrientation/mesh1D.py +++ b/examples/phase/missOrientation/mesh1D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/phase/missOrientation/modCircle.py b/examples/phase/missOrientation/modCircle.py index b0b06ef52b..dd8794775c 100755 --- a/examples/phase/missOrientation/modCircle.py +++ b/examples/phase/missOrientation/modCircle.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/phase/missOrientation/test.py b/examples/phase/missOrientation/test.py index 2479e180f4..3ebbf2260c 100755 --- a/examples/phase/missOrientation/test.py +++ b/examples/phase/missOrientation/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/phase/polyxtal.py b/examples/phase/polyxtal.py index 9e7e5f82c1..8d7590d94d 100755 --- a/examples/phase/polyxtal.py +++ b/examples/phase/polyxtal.py @@ -12,19 +12,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/phase/polyxtalCoupled.py b/examples/phase/polyxtalCoupled.py index 6542ac439e..e637bf7531 100755 --- a/examples/phase/polyxtalCoupled.py +++ b/examples/phase/polyxtalCoupled.py @@ -12,19 +12,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/phase/quaternary.py b/examples/phase/quaternary.py index f3b7ad41b5..8ca570ba5c 100755 --- a/examples/phase/quaternary.py +++ b/examples/phase/quaternary.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/phase/simple.py b/examples/phase/simple.py index b400e83627..0079c3e2b0 100755 --- a/examples/phase/simple.py +++ b/examples/phase/simple.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/phase/symmetry.py b/examples/phase/symmetry.py index 6f10dfe831..7806738e5d 100755 --- a/examples/phase/symmetry.py +++ b/examples/phase/symmetry.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/phase/test.py b/examples/phase/test.py index 4acd365d5f..24788f797e 100755 --- a/examples/phase/test.py +++ b/examples/phase/test.py @@ -12,19 +12,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/reactiveWetting/liquidVapor1D.py b/examples/reactiveWetting/liquidVapor1D.py index cf2f99a771..ec65f6cc93 100755 --- a/examples/reactiveWetting/liquidVapor1D.py +++ b/examples/reactiveWetting/liquidVapor1D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/reactiveWetting/liquidVapor2D.py b/examples/reactiveWetting/liquidVapor2D.py index 7fd6b95014..fad8db3ed9 100755 --- a/examples/reactiveWetting/liquidVapor2D.py +++ b/examples/reactiveWetting/liquidVapor2D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/reactiveWetting/test.py b/examples/reactiveWetting/test.py index 337adcaa87..187e2fb399 100755 --- a/examples/reactiveWetting/test.py +++ b/examples/reactiveWetting/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/riemann/acoustics.py b/examples/riemann/acoustics.py index a1140501b5..d3da553b91 100644 --- a/examples/riemann/acoustics.py +++ b/examples/riemann/acoustics.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/riemann/test.py b/examples/riemann/test.py index a022f52c0d..d367cf5879 100755 --- a/examples/riemann/test.py +++ b/examples/riemann/test.py @@ -12,19 +12,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/test.py b/examples/test.py index 41368866cc..b943adb0a3 100644 --- a/examples/test.py +++ b/examples/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/updating/update0_1to1_0.py b/examples/updating/update0_1to1_0.py index 4cb8bc1fbd..799040988a 100755 --- a/examples/updating/update0_1to1_0.py +++ b/examples/updating/update0_1to1_0.py @@ -12,19 +12,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/updating/update1_0to2_0.py b/examples/updating/update1_0to2_0.py index 358bff57e0..13db158c95 100644 --- a/examples/updating/update1_0to2_0.py +++ b/examples/updating/update1_0to2_0.py @@ -12,19 +12,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/examples/updating/update2_0to3_0.py b/examples/updating/update2_0to3_0.py index dff1d4bd7d..cdfa4cda41 100644 --- a/examples/updating/update2_0to3_0.py +++ b/examples/updating/update2_0to3_0.py @@ -12,19 +12,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/boundaryConditions/boundaryCondition.py b/fipy/boundaryConditions/boundaryCondition.py index 687691a075..e8731e33a9 100644 --- a/fipy/boundaryConditions/boundaryCondition.py +++ b/fipy/boundaryConditions/boundaryCondition.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/boundaryConditions/constraint.py b/fipy/boundaryConditions/constraint.py index 2481a548aa..28ba556f0d 100644 --- a/fipy/boundaryConditions/constraint.py +++ b/fipy/boundaryConditions/constraint.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/boundaryConditions/fixedFlux.py b/fipy/boundaryConditions/fixedFlux.py index faeb9b0d8a..e6b7afaaa9 100644 --- a/fipy/boundaryConditions/fixedFlux.py +++ b/fipy/boundaryConditions/fixedFlux.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/boundaryConditions/fixedValue.py b/fipy/boundaryConditions/fixedValue.py index 9328cf2f35..7bf4c88b87 100644 --- a/fipy/boundaryConditions/fixedValue.py +++ b/fipy/boundaryConditions/fixedValue.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/boundaryConditions/nthOrderBoundaryCondition.py b/fipy/boundaryConditions/nthOrderBoundaryCondition.py index 049511da22..97b6d2a55b 100644 --- a/fipy/boundaryConditions/nthOrderBoundaryCondition.py +++ b/fipy/boundaryConditions/nthOrderBoundaryCondition.py @@ -11,23 +11,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. nthOrder.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/boundaryConditions/test.py b/fipy/boundaryConditions/test.py index 0a6fd381c6..87c58a34a5 100755 --- a/fipy/boundaryConditions/test.py +++ b/fipy/boundaryConditions/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # # ################################################################### ## diff --git a/fipy/matrices/offsetSparseMatrix.py b/fipy/matrices/offsetSparseMatrix.py index 3394a312cb..6868f62d0c 100644 --- a/fipy/matrices/offsetSparseMatrix.py +++ b/fipy/matrices/offsetSparseMatrix.py @@ -13,22 +13,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. summationTerm.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/matrices/pysparseMatrix.py b/fipy/matrices/pysparseMatrix.py index 3607937ca0..6afc5b74ff 100644 --- a/fipy/matrices/pysparseMatrix.py +++ b/fipy/matrices/pysparseMatrix.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/matrices/scipyMatrix.py b/fipy/matrices/scipyMatrix.py index 66158b0af4..860cc3d4a8 100644 --- a/fipy/matrices/scipyMatrix.py +++ b/fipy/matrices/scipyMatrix.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/matrices/sparseMatrix.py b/fipy/matrices/sparseMatrix.py index a2ed3a53a2..a9e181efa5 100644 --- a/fipy/matrices/sparseMatrix.py +++ b/fipy/matrices/sparseMatrix.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # 2006-06-12 MLG 1.0 made abstract diff --git a/fipy/matrices/test.py b/fipy/matrices/test.py index a75ae77e16..318e949b73 100755 --- a/fipy/matrices/test.py +++ b/fipy/matrices/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/matrices/trilinosMatrix.py b/fipy/matrices/trilinosMatrix.py index 6aae8494dd..300b6ef05e 100644 --- a/fipy/matrices/trilinosMatrix.py +++ b/fipy/matrices/trilinosMatrix.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/abstractMesh.py b/fipy/meshes/abstractMesh.py index 553c8055e4..9c0b75dd7f 100644 --- a/fipy/meshes/abstractMesh.py +++ b/fipy/meshes/abstractMesh.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/builders/abstractGridBuilder.py b/fipy/meshes/builders/abstractGridBuilder.py index 76eeaf9fda..b6e34c66de 100644 --- a/fipy/meshes/builders/abstractGridBuilder.py +++ b/fipy/meshes/builders/abstractGridBuilder.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/meshes/builders/grid1DBuilder.py b/fipy/meshes/builders/grid1DBuilder.py index 2668c36d86..a88a9dee2b 100644 --- a/fipy/meshes/builders/grid1DBuilder.py +++ b/fipy/meshes/builders/grid1DBuilder.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/meshes/builders/grid2DBuilder.py b/fipy/meshes/builders/grid2DBuilder.py index 26678c8a21..ef95f74da1 100644 --- a/fipy/meshes/builders/grid2DBuilder.py +++ b/fipy/meshes/builders/grid2DBuilder.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/meshes/builders/grid3DBuilder.py b/fipy/meshes/builders/grid3DBuilder.py index e0c9cfc497..5f3ffdc991 100644 --- a/fipy/meshes/builders/grid3DBuilder.py +++ b/fipy/meshes/builders/grid3DBuilder.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/meshes/builders/periodicGrid1DBuilder.py b/fipy/meshes/builders/periodicGrid1DBuilder.py index 057dd8360a..509e8b1548 100644 --- a/fipy/meshes/builders/periodicGrid1DBuilder.py +++ b/fipy/meshes/builders/periodicGrid1DBuilder.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/meshes/builders/utilityClasses.py b/fipy/meshes/builders/utilityClasses.py index 53b475601e..1a10242f44 100644 --- a/fipy/meshes/builders/utilityClasses.py +++ b/fipy/meshes/builders/utilityClasses.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/meshes/cylindricalNonUniformGrid1D.py b/fipy/meshes/cylindricalNonUniformGrid1D.py index 7236bcbd21..35856025c7 100644 --- a/fipy/meshes/cylindricalNonUniformGrid1D.py +++ b/fipy/meshes/cylindricalNonUniformGrid1D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/cylindricalNonUniformGrid2D.py b/fipy/meshes/cylindricalNonUniformGrid2D.py index 38513a8e6b..280f966809 100644 --- a/fipy/meshes/cylindricalNonUniformGrid2D.py +++ b/fipy/meshes/cylindricalNonUniformGrid2D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/cylindricalUniformGrid1D.py b/fipy/meshes/cylindricalUniformGrid1D.py index 23b922ef7e..a1daec658e 100644 --- a/fipy/meshes/cylindricalUniformGrid1D.py +++ b/fipy/meshes/cylindricalUniformGrid1D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/cylindricalUniformGrid2D.py b/fipy/meshes/cylindricalUniformGrid2D.py index ef4ea9a5af..550d63ca48 100644 --- a/fipy/meshes/cylindricalUniformGrid2D.py +++ b/fipy/meshes/cylindricalUniformGrid2D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/factoryMeshes.py b/fipy/meshes/factoryMeshes.py index cfe986d4fc..ade4ab87b9 100644 --- a/fipy/meshes/factoryMeshes.py +++ b/fipy/meshes/factoryMeshes.py @@ -17,22 +17,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/meshes/gmshMesh.py b/fipy/meshes/gmshMesh.py index e22a39dce4..fa261bfd59 100755 --- a/fipy/meshes/gmshMesh.py +++ b/fipy/meshes/gmshMesh.py @@ -15,24 +15,34 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== -# This document was prepared at the National Institute of Standards -# and Technology by employees of the Federal Government in the course -# of their official duties. Pursuant to title 17 Section 105 of the -# United States Code this document is not subject to copyright -# protection and is in the public domain. gmshExport.py -# is an experimental work. NIST assumes no responsibility whatsoever +# This software was developed by employees of the National Institute +# of Standards and Technology, an agency of the Federal Government. +# Pursuant to title 17 section 105 of the United States Code, +# works of NIST employees are not subject to copyright +# protection, and this software is considered to be in the public domain. +# FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # -# This document can be redistributed and/or modified freely -# provided that any derivative works bear some notice that they are -# derived from it, and any modified versions bear some notice that -# they have been modified. +# To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== -# See the file "license.terms" for information on usage and # redistribution -# of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/meshes/mesh.py b/fipy/meshes/mesh.py index fec60df2af..7dc610497e 100644 --- a/fipy/meshes/mesh.py +++ b/fipy/meshes/mesh.py @@ -17,22 +17,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/meshes/mesh1D.py b/fipy/meshes/mesh1D.py index 090fc23422..916dac66d6 100644 --- a/fipy/meshes/mesh1D.py +++ b/fipy/meshes/mesh1D.py @@ -16,22 +16,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/meshes/mesh2D.py b/fipy/meshes/mesh2D.py index 44e034fcb8..4c7ad2dc87 100644 --- a/fipy/meshes/mesh2D.py +++ b/fipy/meshes/mesh2D.py @@ -16,22 +16,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/meshes/nonUniformGrid1D.py b/fipy/meshes/nonUniformGrid1D.py index db8fe5bb3b..ef37ade228 100644 --- a/fipy/meshes/nonUniformGrid1D.py +++ b/fipy/meshes/nonUniformGrid1D.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/nonUniformGrid2D.py b/fipy/meshes/nonUniformGrid2D.py index 36cf0fc445..e85ce76d74 100644 --- a/fipy/meshes/nonUniformGrid2D.py +++ b/fipy/meshes/nonUniformGrid2D.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/nonUniformGrid3D.py b/fipy/meshes/nonUniformGrid3D.py index bf5604bf8d..bfb0a8dd48 100644 --- a/fipy/meshes/nonUniformGrid3D.py +++ b/fipy/meshes/nonUniformGrid3D.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/periodicGrid1D.py b/fipy/meshes/periodicGrid1D.py index 658920c2f1..0c6f3aa428 100755 --- a/fipy/meshes/periodicGrid1D.py +++ b/fipy/meshes/periodicGrid1D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/periodicGrid2D.py b/fipy/meshes/periodicGrid2D.py index d474aa90c7..d945e96cb7 100755 --- a/fipy/meshes/periodicGrid2D.py +++ b/fipy/meshes/periodicGrid2D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/periodicGrid3D.py b/fipy/meshes/periodicGrid3D.py index 3d6ccee399..c9f3a75b3f 100755 --- a/fipy/meshes/periodicGrid3D.py +++ b/fipy/meshes/periodicGrid3D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/representations/abstractRepresentation.py b/fipy/meshes/representations/abstractRepresentation.py index 63d41396d0..bdc5d05351 100644 --- a/fipy/meshes/representations/abstractRepresentation.py +++ b/fipy/meshes/representations/abstractRepresentation.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/representations/gridRepresentation.py b/fipy/meshes/representations/gridRepresentation.py index 75212dafa0..280eb94c39 100644 --- a/fipy/meshes/representations/gridRepresentation.py +++ b/fipy/meshes/representations/gridRepresentation.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/representations/meshRepresentation.py b/fipy/meshes/representations/meshRepresentation.py index 27331e3c0b..325632ac62 100644 --- a/fipy/meshes/representations/meshRepresentation.py +++ b/fipy/meshes/representations/meshRepresentation.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/skewedGrid2D.py b/fipy/meshes/skewedGrid2D.py index bffe3566ae..ff1a3e9a47 100644 --- a/fipy/meshes/skewedGrid2D.py +++ b/fipy/meshes/skewedGrid2D.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/test.py b/fipy/meshes/test.py index d1fccff833..5ec3d92435 100755 --- a/fipy/meshes/test.py +++ b/fipy/meshes/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # # ################################################################### ## diff --git a/fipy/meshes/topologies/abstractTopology.py b/fipy/meshes/topologies/abstractTopology.py index 9d0e1e4771..8ff2fe0822 100644 --- a/fipy/meshes/topologies/abstractTopology.py +++ b/fipy/meshes/topologies/abstractTopology.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/topologies/gridTopology.py b/fipy/meshes/topologies/gridTopology.py index 53a81de00f..24f6e94e9d 100644 --- a/fipy/meshes/topologies/gridTopology.py +++ b/fipy/meshes/topologies/gridTopology.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/topologies/meshTopology.py b/fipy/meshes/topologies/meshTopology.py index 5dbca9eb10..6d16487076 100644 --- a/fipy/meshes/topologies/meshTopology.py +++ b/fipy/meshes/topologies/meshTopology.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/tri2D.py b/fipy/meshes/tri2D.py index 2e8f2ffa83..c9ce77c06b 100755 --- a/fipy/meshes/tri2D.py +++ b/fipy/meshes/tri2D.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/uniformGrid.py b/fipy/meshes/uniformGrid.py index 0379ab2463..f93b0da06c 100644 --- a/fipy/meshes/uniformGrid.py +++ b/fipy/meshes/uniformGrid.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/uniformGrid1D.py b/fipy/meshes/uniformGrid1D.py index 2a397984c2..959dc8e200 100644 --- a/fipy/meshes/uniformGrid1D.py +++ b/fipy/meshes/uniformGrid1D.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/uniformGrid2D.py b/fipy/meshes/uniformGrid2D.py index 565492ebfc..1ef8bf629b 100644 --- a/fipy/meshes/uniformGrid2D.py +++ b/fipy/meshes/uniformGrid2D.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/meshes/uniformGrid3D.py b/fipy/meshes/uniformGrid3D.py index 76422f26f8..7670a426e2 100644 --- a/fipy/meshes/uniformGrid3D.py +++ b/fipy/meshes/uniformGrid3D.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ######################################################################## diff --git a/fipy/solvers/pyAMG/linearCGSSolver.py b/fipy/solvers/pyAMG/linearCGSSolver.py index 202cbcf506..066bb2c21d 100644 --- a/fipy/solvers/pyAMG/linearCGSSolver.py +++ b/fipy/solvers/pyAMG/linearCGSSolver.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/pyAMG/linearGMRESSolver.py b/fipy/solvers/pyAMG/linearGMRESSolver.py index 7d332ca362..5f846c2988 100644 --- a/fipy/solvers/pyAMG/linearGMRESSolver.py +++ b/fipy/solvers/pyAMG/linearGMRESSolver.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/pyAMG/linearGeneralSolver.py b/fipy/solvers/pyAMG/linearGeneralSolver.py index 45e88fd2f0..82b91a91cb 100644 --- a/fipy/solvers/pyAMG/linearGeneralSolver.py +++ b/fipy/solvers/pyAMG/linearGeneralSolver.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/pyAMG/linearLUSolver.py b/fipy/solvers/pyAMG/linearLUSolver.py index bb699ff331..6a34b44e19 100644 --- a/fipy/solvers/pyAMG/linearLUSolver.py +++ b/fipy/solvers/pyAMG/linearLUSolver.py @@ -16,19 +16,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/pyAMG/linearPCGSolver.py b/fipy/solvers/pyAMG/linearPCGSolver.py index e48bcdced9..5ccb098d30 100644 --- a/fipy/solvers/pyAMG/linearPCGSolver.py +++ b/fipy/solvers/pyAMG/linearPCGSolver.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/pyAMG/preconditioners/smoothedAggregationPreconditioner.py b/fipy/solvers/pyAMG/preconditioners/smoothedAggregationPreconditioner.py index 226ebb694b..242a2aee74 100644 --- a/fipy/solvers/pyAMG/preconditioners/smoothedAggregationPreconditioner.py +++ b/fipy/solvers/pyAMG/preconditioners/smoothedAggregationPreconditioner.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/pyAMG/smoothedAggregationSolver.py b/fipy/solvers/pyAMG/smoothedAggregationSolver.py index c0684ff386..82c30762e2 100644 --- a/fipy/solvers/pyAMG/smoothedAggregationSolver.py +++ b/fipy/solvers/pyAMG/smoothedAggregationSolver.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/pysparse/linearCGSSolver.py b/fipy/solvers/pysparse/linearCGSSolver.py index f90330dfd9..d84cdd42aa 100644 --- a/fipy/solvers/pysparse/linearCGSSolver.py +++ b/fipy/solvers/pysparse/linearCGSSolver.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/pysparse/linearGMRESSolver.py b/fipy/solvers/pysparse/linearGMRESSolver.py index 3509a01ed4..431d65a645 100644 --- a/fipy/solvers/pysparse/linearGMRESSolver.py +++ b/fipy/solvers/pysparse/linearGMRESSolver.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/pysparse/linearJORSolver.py b/fipy/solvers/pysparse/linearJORSolver.py index 523925aefe..7b6625be29 100644 --- a/fipy/solvers/pysparse/linearJORSolver.py +++ b/fipy/solvers/pysparse/linearJORSolver.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/pysparse/linearLUSolver.py b/fipy/solvers/pysparse/linearLUSolver.py index f65bff150e..848d7c3600 100644 --- a/fipy/solvers/pysparse/linearLUSolver.py +++ b/fipy/solvers/pysparse/linearLUSolver.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/pysparse/linearPCGSolver.py b/fipy/solvers/pysparse/linearPCGSolver.py index 14a3403550..8edbf9b534 100644 --- a/fipy/solvers/pysparse/linearPCGSolver.py +++ b/fipy/solvers/pysparse/linearPCGSolver.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/pysparse/preconditioners/jacobiPreconditioner.py b/fipy/solvers/pysparse/preconditioners/jacobiPreconditioner.py index 3575959f2e..18f757d09b 100644 --- a/fipy/solvers/pysparse/preconditioners/jacobiPreconditioner.py +++ b/fipy/solvers/pysparse/preconditioners/jacobiPreconditioner.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/pysparse/preconditioners/preconditioner.py b/fipy/solvers/pysparse/preconditioners/preconditioner.py index 0826987913..5176bc68d0 100644 --- a/fipy/solvers/pysparse/preconditioners/preconditioner.py +++ b/fipy/solvers/pysparse/preconditioners/preconditioner.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/pysparse/preconditioners/ssorPreconditioner.py b/fipy/solvers/pysparse/preconditioners/ssorPreconditioner.py index e0eb6c5299..a50568e52b 100644 --- a/fipy/solvers/pysparse/preconditioners/ssorPreconditioner.py +++ b/fipy/solvers/pysparse/preconditioners/ssorPreconditioner.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/pysparse/pysparseSolver.py b/fipy/solvers/pysparse/pysparseSolver.py index 5c9253f916..2c9d67c460 100644 --- a/fipy/solvers/pysparse/pysparseSolver.py +++ b/fipy/solvers/pysparse/pysparseSolver.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/pysparseMatrixSolver.py b/fipy/solvers/pysparseMatrixSolver.py index 74cca690c4..c2a812f5ee 100644 --- a/fipy/solvers/pysparseMatrixSolver.py +++ b/fipy/solvers/pysparseMatrixSolver.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/scipy/linearBicgstabSolver.py b/fipy/solvers/scipy/linearBicgstabSolver.py index e345e7811f..4327251caf 100644 --- a/fipy/solvers/scipy/linearBicgstabSolver.py +++ b/fipy/solvers/scipy/linearBicgstabSolver.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/scipy/linearCGSSolver.py b/fipy/solvers/scipy/linearCGSSolver.py index 1b8fa02718..cbc824096e 100644 --- a/fipy/solvers/scipy/linearCGSSolver.py +++ b/fipy/solvers/scipy/linearCGSSolver.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/scipy/linearGMRESSolver.py b/fipy/solvers/scipy/linearGMRESSolver.py index 8a949e5dc7..36783a00a3 100644 --- a/fipy/solvers/scipy/linearGMRESSolver.py +++ b/fipy/solvers/scipy/linearGMRESSolver.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/scipy/linearLUSolver.py b/fipy/solvers/scipy/linearLUSolver.py index dec49e3e33..28452c30de 100644 --- a/fipy/solvers/scipy/linearLUSolver.py +++ b/fipy/solvers/scipy/linearLUSolver.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/scipy/linearPCGSolver.py b/fipy/solvers/scipy/linearPCGSolver.py index fd49c39e7c..745957489a 100644 --- a/fipy/solvers/scipy/linearPCGSolver.py +++ b/fipy/solvers/scipy/linearPCGSolver.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/scipy/scipyKrylovSolver.py b/fipy/solvers/scipy/scipyKrylovSolver.py index e04c5d0a99..b352b288b5 100644 --- a/fipy/solvers/scipy/scipyKrylovSolver.py +++ b/fipy/solvers/scipy/scipyKrylovSolver.py @@ -16,19 +16,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/scipy/scipySolver.py b/fipy/solvers/scipy/scipySolver.py index a7751609d4..e0240979a5 100644 --- a/fipy/solvers/scipy/scipySolver.py +++ b/fipy/solvers/scipy/scipySolver.py @@ -16,19 +16,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/solver.py b/fipy/solvers/solver.py index e3ecfbe950..b08295d164 100644 --- a/fipy/solvers/solver.py +++ b/fipy/solvers/solver.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/test.py b/fipy/solvers/test.py index 0aa585b4fb..0aadeee40f 100755 --- a/fipy/solvers/test.py +++ b/fipy/solvers/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/trilinos/linearBicgstabSolver.py b/fipy/solvers/trilinos/linearBicgstabSolver.py index 69b7c13a2f..3ec58f5fd0 100644 --- a/fipy/solvers/trilinos/linearBicgstabSolver.py +++ b/fipy/solvers/trilinos/linearBicgstabSolver.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/trilinos/linearCGSSolver.py b/fipy/solvers/trilinos/linearCGSSolver.py index cfc1abeea1..6fee9a24d4 100644 --- a/fipy/solvers/trilinos/linearCGSSolver.py +++ b/fipy/solvers/trilinos/linearCGSSolver.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/trilinos/linearGMRESSolver.py b/fipy/solvers/trilinos/linearGMRESSolver.py index add1ecea7c..a50e3afbb9 100644 --- a/fipy/solvers/trilinos/linearGMRESSolver.py +++ b/fipy/solvers/trilinos/linearGMRESSolver.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/trilinos/linearLUSolver.py b/fipy/solvers/trilinos/linearLUSolver.py index 63660dc9bc..2ba09be7de 100644 --- a/fipy/solvers/trilinos/linearLUSolver.py +++ b/fipy/solvers/trilinos/linearLUSolver.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/trilinos/linearPCGSolver.py b/fipy/solvers/trilinos/linearPCGSolver.py index 586814ebeb..a31553308b 100644 --- a/fipy/solvers/trilinos/linearPCGSolver.py +++ b/fipy/solvers/trilinos/linearPCGSolver.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/trilinos/preconditioners/domDecompPreconditioner.py b/fipy/solvers/trilinos/preconditioners/domDecompPreconditioner.py index 7d3b7e687a..c15e40e52d 100644 --- a/fipy/solvers/trilinos/preconditioners/domDecompPreconditioner.py +++ b/fipy/solvers/trilinos/preconditioners/domDecompPreconditioner.py @@ -16,19 +16,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/trilinos/preconditioners/icPreconditioner.py b/fipy/solvers/trilinos/preconditioners/icPreconditioner.py index 38989d03d4..34ca2b85af 100644 --- a/fipy/solvers/trilinos/preconditioners/icPreconditioner.py +++ b/fipy/solvers/trilinos/preconditioners/icPreconditioner.py @@ -16,19 +16,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/trilinos/preconditioners/jacobiPreconditioner.py b/fipy/solvers/trilinos/preconditioners/jacobiPreconditioner.py index da407186ec..3a7c63c9b6 100644 --- a/fipy/solvers/trilinos/preconditioners/jacobiPreconditioner.py +++ b/fipy/solvers/trilinos/preconditioners/jacobiPreconditioner.py @@ -16,19 +16,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/trilinos/preconditioners/multilevelDDMLPreconditioner.py b/fipy/solvers/trilinos/preconditioners/multilevelDDMLPreconditioner.py index de651fdba6..1087f76b86 100644 --- a/fipy/solvers/trilinos/preconditioners/multilevelDDMLPreconditioner.py +++ b/fipy/solvers/trilinos/preconditioners/multilevelDDMLPreconditioner.py @@ -17,19 +17,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # Description: diff --git a/fipy/solvers/trilinos/preconditioners/multilevelDDPreconditioner.py b/fipy/solvers/trilinos/preconditioners/multilevelDDPreconditioner.py index 41010ae770..f687b8446b 100644 --- a/fipy/solvers/trilinos/preconditioners/multilevelDDPreconditioner.py +++ b/fipy/solvers/trilinos/preconditioners/multilevelDDPreconditioner.py @@ -16,19 +16,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/trilinos/preconditioners/multilevelNSSAPreconditioner.py b/fipy/solvers/trilinos/preconditioners/multilevelNSSAPreconditioner.py index ccc05fef98..176b38291b 100644 --- a/fipy/solvers/trilinos/preconditioners/multilevelNSSAPreconditioner.py +++ b/fipy/solvers/trilinos/preconditioners/multilevelNSSAPreconditioner.py @@ -17,19 +17,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # Description: diff --git a/fipy/solvers/trilinos/preconditioners/multilevelSAPreconditioner.py b/fipy/solvers/trilinos/preconditioners/multilevelSAPreconditioner.py index d94fc892ce..73376f375d 100644 --- a/fipy/solvers/trilinos/preconditioners/multilevelSAPreconditioner.py +++ b/fipy/solvers/trilinos/preconditioners/multilevelSAPreconditioner.py @@ -17,19 +17,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # Description: diff --git a/fipy/solvers/trilinos/preconditioners/multilevelSGSPreconditioner.py b/fipy/solvers/trilinos/preconditioners/multilevelSGSPreconditioner.py index 17160166d7..025f23c040 100644 --- a/fipy/solvers/trilinos/preconditioners/multilevelSGSPreconditioner.py +++ b/fipy/solvers/trilinos/preconditioners/multilevelSGSPreconditioner.py @@ -16,19 +16,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/trilinos/preconditioners/multilevelSolverSmootherPreconditioner.py b/fipy/solvers/trilinos/preconditioners/multilevelSolverSmootherPreconditioner.py index 886e5d9686..a79e3682c2 100644 --- a/fipy/solvers/trilinos/preconditioners/multilevelSolverSmootherPreconditioner.py +++ b/fipy/solvers/trilinos/preconditioners/multilevelSolverSmootherPreconditioner.py @@ -16,19 +16,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/trilinos/preconditioners/preconditioner.py b/fipy/solvers/trilinos/preconditioners/preconditioner.py index 6644d76891..5bbc799e8a 100644 --- a/fipy/solvers/trilinos/preconditioners/preconditioner.py +++ b/fipy/solvers/trilinos/preconditioners/preconditioner.py @@ -16,19 +16,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/trilinos/trilinosAztecOOSolver.py b/fipy/solvers/trilinos/trilinosAztecOOSolver.py index a70144a3b7..acb96359dd 100644 --- a/fipy/solvers/trilinos/trilinosAztecOOSolver.py +++ b/fipy/solvers/trilinos/trilinosAztecOOSolver.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/trilinos/trilinosMLTest.py b/fipy/solvers/trilinos/trilinosMLTest.py index 637e781543..664f0e8edd 100644 --- a/fipy/solvers/trilinos/trilinosMLTest.py +++ b/fipy/solvers/trilinos/trilinosMLTest.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/trilinos/trilinosNonlinearSolver.py b/fipy/solvers/trilinos/trilinosNonlinearSolver.py index cee07192b4..1ed28ebdad 100644 --- a/fipy/solvers/trilinos/trilinosNonlinearSolver.py +++ b/fipy/solvers/trilinos/trilinosNonlinearSolver.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/solvers/trilinos/trilinosSolver.py b/fipy/solvers/trilinos/trilinosSolver.py index ff725a6925..652e36d0cc 100644 --- a/fipy/solvers/trilinos/trilinosSolver.py +++ b/fipy/solvers/trilinos/trilinosSolver.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/steppers/__init__.py b/fipy/steppers/__init__.py index b2cf57df67..b531781875 100644 --- a/fipy/steppers/__init__.py +++ b/fipy/steppers/__init__.py @@ -10,19 +10,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ######################################################################## diff --git a/fipy/steppers/pidStepper.py b/fipy/steppers/pidStepper.py index f1503badc1..5937ec3a4e 100644 --- a/fipy/steppers/pidStepper.py +++ b/fipy/steppers/pidStepper.py @@ -12,19 +12,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ######################################################################## diff --git a/fipy/steppers/pseudoRKQSStepper.py b/fipy/steppers/pseudoRKQSStepper.py index 21c5d05082..b2297e19a3 100644 --- a/fipy/steppers/pseudoRKQSStepper.py +++ b/fipy/steppers/pseudoRKQSStepper.py @@ -12,19 +12,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ######################################################################## diff --git a/fipy/steppers/stepper.py b/fipy/steppers/stepper.py index b54c6ac87a..d919c97852 100644 --- a/fipy/steppers/stepper.py +++ b/fipy/steppers/stepper.py @@ -12,19 +12,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ######################################################################## diff --git a/fipy/terms/abstractBinaryTerm.py b/fipy/terms/abstractBinaryTerm.py index 2701e54401..bee0b863d8 100644 --- a/fipy/terms/abstractBinaryTerm.py +++ b/fipy/terms/abstractBinaryTerm.py @@ -13,22 +13,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. summationTerm.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/terms/abstractConvectionTerm.py b/fipy/terms/abstractConvectionTerm.py index 3fafc65c27..3993ad6d57 100644 --- a/fipy/terms/abstractConvectionTerm.py +++ b/fipy/terms/abstractConvectionTerm.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/terms/abstractDiffusionTerm.py b/fipy/terms/abstractDiffusionTerm.py index 3b4a1aa6af..893315e367 100644 --- a/fipy/terms/abstractDiffusionTerm.py +++ b/fipy/terms/abstractDiffusionTerm.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/terms/abstractUpwindConvectionTerm.py b/fipy/terms/abstractUpwindConvectionTerm.py index 28f8500cb9..c542ae6998 100644 --- a/fipy/terms/abstractUpwindConvectionTerm.py +++ b/fipy/terms/abstractUpwindConvectionTerm.py @@ -12,22 +12,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/terms/advectionTerm.py b/fipy/terms/advectionTerm.py index 40cf19b43c..19309789f9 100644 --- a/fipy/terms/advectionTerm.py +++ b/fipy/terms/advectionTerm.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/terms/asymmetricConvectionTerm.py b/fipy/terms/asymmetricConvectionTerm.py index c6b3d24e84..194130f1d9 100644 --- a/fipy/terms/asymmetricConvectionTerm.py +++ b/fipy/terms/asymmetricConvectionTerm.py @@ -12,22 +12,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/terms/binaryTerm.py b/fipy/terms/binaryTerm.py index cc2d1cfc20..6a70c6d43e 100644 --- a/fipy/terms/binaryTerm.py +++ b/fipy/terms/binaryTerm.py @@ -13,22 +13,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. summationTerm.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/terms/cellTerm.py b/fipy/terms/cellTerm.py index 86e317ff4c..66d568a959 100644 --- a/fipy/terms/cellTerm.py +++ b/fipy/terms/cellTerm.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/terms/centralDiffConvectionTerm.py b/fipy/terms/centralDiffConvectionTerm.py index 2d309d61ea..69ec1b0e97 100644 --- a/fipy/terms/centralDiffConvectionTerm.py +++ b/fipy/terms/centralDiffConvectionTerm.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/terms/coupledBinaryTerm.py b/fipy/terms/coupledBinaryTerm.py index c3a5f7c58f..93e97c2f8c 100644 --- a/fipy/terms/coupledBinaryTerm.py +++ b/fipy/terms/coupledBinaryTerm.py @@ -13,22 +13,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. summationTerm.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/terms/diffusionTerm.py b/fipy/terms/diffusionTerm.py index 5042f97dec..41661f77f3 100644 --- a/fipy/terms/diffusionTerm.py +++ b/fipy/terms/diffusionTerm.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/terms/diffusionTermCorrection.py b/fipy/terms/diffusionTermCorrection.py index dfbe4c0f60..a580297eb9 100644 --- a/fipy/terms/diffusionTermCorrection.py +++ b/fipy/terms/diffusionTermCorrection.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/terms/diffusionTermNoCorrection.py b/fipy/terms/diffusionTermNoCorrection.py index 7fe980fa1c..7b6eadc7c1 100644 --- a/fipy/terms/diffusionTermNoCorrection.py +++ b/fipy/terms/diffusionTermNoCorrection.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/terms/explicitDiffusionTerm.py b/fipy/terms/explicitDiffusionTerm.py index 298b23b857..22d177e0ce 100644 --- a/fipy/terms/explicitDiffusionTerm.py +++ b/fipy/terms/explicitDiffusionTerm.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/terms/explicitSourceTerm.py b/fipy/terms/explicitSourceTerm.py index 341cea97b1..1638722a97 100644 --- a/fipy/terms/explicitSourceTerm.py +++ b/fipy/terms/explicitSourceTerm.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/terms/explicitUpwindConvectionTerm.py b/fipy/terms/explicitUpwindConvectionTerm.py index fbae14bbbd..8a53b8de7d 100644 --- a/fipy/terms/explicitUpwindConvectionTerm.py +++ b/fipy/terms/explicitUpwindConvectionTerm.py @@ -12,22 +12,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/terms/exponentialConvectionTerm.py b/fipy/terms/exponentialConvectionTerm.py index c78d9df2e5..9c4ef73ef5 100644 --- a/fipy/terms/exponentialConvectionTerm.py +++ b/fipy/terms/exponentialConvectionTerm.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/terms/faceTerm.py b/fipy/terms/faceTerm.py index fb02c5cc2d..e049d64da8 100644 --- a/fipy/terms/faceTerm.py +++ b/fipy/terms/faceTerm.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/terms/firstOrderAdvectionTerm.py b/fipy/terms/firstOrderAdvectionTerm.py index 0847af6a61..e37e36aa5b 100644 --- a/fipy/terms/firstOrderAdvectionTerm.py +++ b/fipy/terms/firstOrderAdvectionTerm.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/terms/hybridConvectionTerm.py b/fipy/terms/hybridConvectionTerm.py index c176618f39..76179f2a3b 100644 --- a/fipy/terms/hybridConvectionTerm.py +++ b/fipy/terms/hybridConvectionTerm.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/terms/implicitDiffusionTerm.py b/fipy/terms/implicitDiffusionTerm.py index 8fe1cbebfe..efb2c5a63e 100644 --- a/fipy/terms/implicitDiffusionTerm.py +++ b/fipy/terms/implicitDiffusionTerm.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/terms/implicitSourceTerm.py b/fipy/terms/implicitSourceTerm.py index ef7c6d9a21..4733727d24 100644 --- a/fipy/terms/implicitSourceTerm.py +++ b/fipy/terms/implicitSourceTerm.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/terms/nonDiffusionTerm.py b/fipy/terms/nonDiffusionTerm.py index 8ffa309524..305da52e07 100644 --- a/fipy/terms/nonDiffusionTerm.py +++ b/fipy/terms/nonDiffusionTerm.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/terms/powerLawConvectionTerm.py b/fipy/terms/powerLawConvectionTerm.py index 3e5d278e78..9216ab4ac4 100644 --- a/fipy/terms/powerLawConvectionTerm.py +++ b/fipy/terms/powerLawConvectionTerm.py @@ -12,22 +12,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/terms/residualTerm.py b/fipy/terms/residualTerm.py index 27edfea2d6..330f15896c 100644 --- a/fipy/terms/residualTerm.py +++ b/fipy/terms/residualTerm.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/terms/sourceTerm.py b/fipy/terms/sourceTerm.py index e65254de8e..86450fa692 100644 --- a/fipy/terms/sourceTerm.py +++ b/fipy/terms/sourceTerm.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/terms/term.py b/fipy/terms/term.py index 00da765a8e..2e4608677b 100644 --- a/fipy/terms/term.py +++ b/fipy/terms/term.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/terms/test.py b/fipy/terms/test.py index e5c012f57f..9555e449b7 100644 --- a/fipy/terms/test.py +++ b/fipy/terms/test.py @@ -13,22 +13,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. test.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/terms/transientTerm.py b/fipy/terms/transientTerm.py index 30cf5c1260..29ecd10ae1 100644 --- a/fipy/terms/transientTerm.py +++ b/fipy/terms/transientTerm.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/terms/unaryTerm.py b/fipy/terms/unaryTerm.py index 25daf3f482..e687194a45 100644 --- a/fipy/terms/unaryTerm.py +++ b/fipy/terms/unaryTerm.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/terms/upwindConvectionTerm.py b/fipy/terms/upwindConvectionTerm.py index d6c42db99b..5197bd6f25 100644 --- a/fipy/terms/upwindConvectionTerm.py +++ b/fipy/terms/upwindConvectionTerm.py @@ -12,22 +12,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/terms/vanLeerConvectionTerm.py b/fipy/terms/vanLeerConvectionTerm.py index 5f06fe735a..5beb06d985 100644 --- a/fipy/terms/vanLeerConvectionTerm.py +++ b/fipy/terms/vanLeerConvectionTerm.py @@ -13,23 +13,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. vanLeerConvectionTerm.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/testFiPy.py b/fipy/testFiPy.py index faa8586201..6cb8574e21 100755 --- a/fipy/testFiPy.py +++ b/fipy/testFiPy.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/tests/__init__.py b/fipy/tests/__init__.py index a15a796c77..dff57f3c9f 100644 --- a/fipy/tests/__init__.py +++ b/fipy/tests/__init__.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/tests/doctestPlus.py b/fipy/tests/doctestPlus.py index 770d6c08a7..7d5b7208ef 100644 --- a/fipy/tests/doctestPlus.py +++ b/fipy/tests/doctestPlus.py @@ -13,22 +13,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. doctestPlus.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/tests/lateImportTest.py b/fipy/tests/lateImportTest.py index eaf577ad93..f29f432ad9 100644 --- a/fipy/tests/lateImportTest.py +++ b/fipy/tests/lateImportTest.py @@ -11,22 +11,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. lateImportTest.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/tests/testBase.py b/fipy/tests/testBase.py index b9f7676006..8d5f244389 100644 --- a/fipy/tests/testBase.py +++ b/fipy/tests/testBase.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/tests/testClass.py b/fipy/tests/testClass.py index 48f9184cd7..42bc25cc53 100644 --- a/fipy/tests/testClass.py +++ b/fipy/tests/testClass.py @@ -13,20 +13,32 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. setup.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/tests/testProgram.py b/fipy/tests/testProgram.py index f9fceb0cf1..0f1f2a75fd 100644 --- a/fipy/tests/testProgram.py +++ b/fipy/tests/testProgram.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/tools/__init__.py b/fipy/tools/__init__.py index 791b273e7f..790a8921db 100644 --- a/fipy/tools/__init__.py +++ b/fipy/tools/__init__.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/tools/comms/commWrapper.py b/fipy/tools/comms/commWrapper.py index b79df6c158..ee9b74042f 100644 --- a/fipy/tools/comms/commWrapper.py +++ b/fipy/tools/comms/commWrapper.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/tools/comms/dummyComm.py b/fipy/tools/comms/dummyComm.py index 3a783845e3..f9cd1b6c76 100644 --- a/fipy/tools/comms/dummyComm.py +++ b/fipy/tools/comms/dummyComm.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/tools/comms/mpi4pyCommWrapper.py b/fipy/tools/comms/mpi4pyCommWrapper.py index 20c95b1196..c91eec0396 100644 --- a/fipy/tools/comms/mpi4pyCommWrapper.py +++ b/fipy/tools/comms/mpi4pyCommWrapper.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/tools/comms/serialCommWrapper.py b/fipy/tools/comms/serialCommWrapper.py index dacaf7fde6..69de7f5b11 100644 --- a/fipy/tools/comms/serialCommWrapper.py +++ b/fipy/tools/comms/serialCommWrapper.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/tools/copy_script.py b/fipy/tools/copy_script.py index a19a2853cf..d9369bcede 100644 --- a/fipy/tools/copy_script.py +++ b/fipy/tools/copy_script.py @@ -12,22 +12,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/tools/decorators.py b/fipy/tools/decorators.py index 612b3364b4..49419300dc 100644 --- a/fipy/tools/decorators.py +++ b/fipy/tools/decorators.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # Portions of this code are copied and/or derived from numpy.lib.utils # diff --git a/fipy/tools/dimensions/physicalField.py b/fipy/tools/dimensions/physicalField.py index 6ea2c4ab08..01734bbe89 100755 --- a/fipy/tools/dimensions/physicalField.py +++ b/fipy/tools/dimensions/physicalField.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # Copyright 1997-2006 by Konrad Hinsen, except as noted below. # diff --git a/fipy/tools/dump.py b/fipy/tools/dump.py index 85a6d54118..7aa2d79367 100644 --- a/fipy/tools/dump.py +++ b/fipy/tools/dump.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/tools/numerix.py b/fipy/tools/numerix.py index 351bf1b8ba..99aeed9810 100644 --- a/fipy/tools/numerix.py +++ b/fipy/tools/numerix.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/tools/parser.py b/fipy/tools/parser.py index 386b664dab..091aa0473c 100644 --- a/fipy/tools/parser.py +++ b/fipy/tools/parser.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/tools/performance/efficiencyTestGenerator.py b/fipy/tools/performance/efficiencyTestGenerator.py index 5ac42599d4..3941660066 100644 --- a/fipy/tools/performance/efficiencyTestGenerator.py +++ b/fipy/tools/performance/efficiencyTestGenerator.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/tools/performance/efficiencyTestHistory.py b/fipy/tools/performance/efficiencyTestHistory.py index 2619bb1003..3ab641d1c0 100644 --- a/fipy/tools/performance/efficiencyTestHistory.py +++ b/fipy/tools/performance/efficiencyTestHistory.py @@ -15,22 +15,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/tools/performance/efficiency_test.py b/fipy/tools/performance/efficiency_test.py index 81dddca074..d417efd428 100644 --- a/fipy/tools/performance/efficiency_test.py +++ b/fipy/tools/performance/efficiency_test.py @@ -15,22 +15,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/tools/performance/memoryLeak.py b/fipy/tools/performance/memoryLeak.py index 6aa204e222..8650ee7a30 100755 --- a/fipy/tools/performance/memoryLeak.py +++ b/fipy/tools/performance/memoryLeak.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/tools/performance/memoryUsage.py b/fipy/tools/performance/memoryUsage.py index 27f16c3b20..088038fa96 100644 --- a/fipy/tools/performance/memoryUsage.py +++ b/fipy/tools/performance/memoryUsage.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/tools/test.py b/fipy/tools/test.py index 3a37ee9577..f072053f1a 100755 --- a/fipy/tools/test.py +++ b/fipy/tools/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/tools/vector.py b/fipy/tools/vector.py index f7e273d0fe..f3f69a8e2d 100644 --- a/fipy/tools/vector.py +++ b/fipy/tools/vector.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/variables/addOverFacesVariable.py b/fipy/variables/addOverFacesVariable.py index 59cbd24619..1589e6942d 100644 --- a/fipy/variables/addOverFacesVariable.py +++ b/fipy/variables/addOverFacesVariable.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/variables/arithmeticCellToFaceVariable.py b/fipy/variables/arithmeticCellToFaceVariable.py index ba18997f8c..ac97ffb332 100644 --- a/fipy/variables/arithmeticCellToFaceVariable.py +++ b/fipy/variables/arithmeticCellToFaceVariable.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/betaNoiseVariable.py b/fipy/variables/betaNoiseVariable.py index 11a8e01a7a..b2571a9547 100644 --- a/fipy/variables/betaNoiseVariable.py +++ b/fipy/variables/betaNoiseVariable.py @@ -13,23 +13,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. betaNoiseVariable.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution of - # this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/binaryOperatorVariable.py b/fipy/variables/binaryOperatorVariable.py index 45f8989072..a5e754f20c 100644 --- a/fipy/variables/binaryOperatorVariable.py +++ b/fipy/variables/binaryOperatorVariable.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ############################################################################# diff --git a/fipy/variables/cellToFaceVariable.py b/fipy/variables/cellToFaceVariable.py index 8ee5c34399..64120d7064 100644 --- a/fipy/variables/cellToFaceVariable.py +++ b/fipy/variables/cellToFaceVariable.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/cellVariable.py b/fipy/variables/cellVariable.py index 6ed9366b4b..5d542140e3 100644 --- a/fipy/variables/cellVariable.py +++ b/fipy/variables/cellVariable.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/cellVolumeAverageVariable.py b/fipy/variables/cellVolumeAverageVariable.py index 7722828d18..23bbabe410 100755 --- a/fipy/variables/cellVolumeAverageVariable.py +++ b/fipy/variables/cellVolumeAverageVariable.py @@ -13,22 +13,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/constant.py b/fipy/variables/constant.py index f2183f0432..fb89ec0365 100644 --- a/fipy/variables/constant.py +++ b/fipy/variables/constant.py @@ -13,23 +13,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. constant.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/constraintMask.py b/fipy/variables/constraintMask.py index 389a7e774e..3e3884ad15 100644 --- a/fipy/variables/constraintMask.py +++ b/fipy/variables/constraintMask.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ############################################################################# diff --git a/fipy/variables/coupledCellVariable.py b/fipy/variables/coupledCellVariable.py index 11c2457f51..4bc7a0d345 100644 --- a/fipy/variables/coupledCellVariable.py +++ b/fipy/variables/coupledCellVariable.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/variables/distanceVariable.py b/fipy/variables/distanceVariable.py index 5743d11d33..af9f2ebe50 100755 --- a/fipy/variables/distanceVariable.py +++ b/fipy/variables/distanceVariable.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/variables/exponentialNoiseVariable.py b/fipy/variables/exponentialNoiseVariable.py index 90e97771bd..2218e25b4b 100644 --- a/fipy/variables/exponentialNoiseVariable.py +++ b/fipy/variables/exponentialNoiseVariable.py @@ -11,23 +11,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. exponentialNoiseVariable.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution of - # this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/faceGradContributionsVariable.py b/fipy/variables/faceGradContributionsVariable.py index 5260e3a76d..72b2bfe6f0 100644 --- a/fipy/variables/faceGradContributionsVariable.py +++ b/fipy/variables/faceGradContributionsVariable.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/faceGradVariable.py b/fipy/variables/faceGradVariable.py index 1bb7bf040e..1bcc187e8f 100644 --- a/fipy/variables/faceGradVariable.py +++ b/fipy/variables/faceGradVariable.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/faceVariable.py b/fipy/variables/faceVariable.py index 6f5ddf0fe3..d9f8263e1c 100644 --- a/fipy/variables/faceVariable.py +++ b/fipy/variables/faceVariable.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/gammaNoiseVariable.py b/fipy/variables/gammaNoiseVariable.py index 4def40f662..a52b54ff6a 100644 --- a/fipy/variables/gammaNoiseVariable.py +++ b/fipy/variables/gammaNoiseVariable.py @@ -11,23 +11,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. gammaNoiseVariable.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution of - # this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/gaussCellGradVariable.py b/fipy/variables/gaussCellGradVariable.py index 0dc59106af..dbf8ad99b0 100644 --- a/fipy/variables/gaussCellGradVariable.py +++ b/fipy/variables/gaussCellGradVariable.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/gaussianNoiseVariable.py b/fipy/variables/gaussianNoiseVariable.py index 0f919d62ca..6b4fdc1d31 100755 --- a/fipy/variables/gaussianNoiseVariable.py +++ b/fipy/variables/gaussianNoiseVariable.py @@ -13,23 +13,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. langevinNoiseTerm.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/harmonicCellToFaceVariable.py b/fipy/variables/harmonicCellToFaceVariable.py index 9ccad6e13d..f548b03ca5 100644 --- a/fipy/variables/harmonicCellToFaceVariable.py +++ b/fipy/variables/harmonicCellToFaceVariable.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/histogramVariable.py b/fipy/variables/histogramVariable.py index 90deb7f685..d5493d7327 100644 --- a/fipy/variables/histogramVariable.py +++ b/fipy/variables/histogramVariable.py @@ -11,23 +11,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. histogramVariable.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution of - # this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/interfaceAreaVariable.py b/fipy/variables/interfaceAreaVariable.py index 53b5198ce9..f75b38ea35 100644 --- a/fipy/variables/interfaceAreaVariable.py +++ b/fipy/variables/interfaceAreaVariable.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/variables/interfaceFlagVariable.py b/fipy/variables/interfaceFlagVariable.py index 57c37e1846..f7bd43a9ae 100644 --- a/fipy/variables/interfaceFlagVariable.py +++ b/fipy/variables/interfaceFlagVariable.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/variables/leastSquaresCellGradVariable.py b/fipy/variables/leastSquaresCellGradVariable.py index 7c94f7f573..073454af67 100644 --- a/fipy/variables/leastSquaresCellGradVariable.py +++ b/fipy/variables/leastSquaresCellGradVariable.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/levelSetDiffusionVariable.py b/fipy/variables/levelSetDiffusionVariable.py index 81f6bbb6ec..9bbfd5aa8b 100644 --- a/fipy/variables/levelSetDiffusionVariable.py +++ b/fipy/variables/levelSetDiffusionVariable.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. PFM is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/variables/meshVariable.py b/fipy/variables/meshVariable.py index fd79882672..15de104cb1 100644 --- a/fipy/variables/meshVariable.py +++ b/fipy/variables/meshVariable.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ############################################################################# diff --git a/fipy/variables/minmodCellToFaceVariable.py b/fipy/variables/minmodCellToFaceVariable.py index 7a8cf3c5a8..4948ae3081 100644 --- a/fipy/variables/minmodCellToFaceVariable.py +++ b/fipy/variables/minmodCellToFaceVariable.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/modCellGradVariable.py b/fipy/variables/modCellGradVariable.py index 05dd2dc92c..4fcaed9416 100644 --- a/fipy/variables/modCellGradVariable.py +++ b/fipy/variables/modCellGradVariable.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/modCellToFaceVariable.py b/fipy/variables/modCellToFaceVariable.py index 308e6a1f97..56fae18118 100644 --- a/fipy/variables/modCellToFaceVariable.py +++ b/fipy/variables/modCellToFaceVariable.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/modFaceGradVariable.py b/fipy/variables/modFaceGradVariable.py index 7d8f12b481..cf19e9d5b3 100644 --- a/fipy/variables/modFaceGradVariable.py +++ b/fipy/variables/modFaceGradVariable.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/modPhysicalField.py b/fipy/variables/modPhysicalField.py index 4e9726565c..285daaf3af 100644 --- a/fipy/variables/modPhysicalField.py +++ b/fipy/variables/modPhysicalField.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # Description: diff --git a/fipy/variables/modularVariable.py b/fipy/variables/modularVariable.py index 57fb509752..0e582b6611 100644 --- a/fipy/variables/modularVariable.py +++ b/fipy/variables/modularVariable.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/noiseVariable.py b/fipy/variables/noiseVariable.py index 50c6b250a9..09a7c044c8 100644 --- a/fipy/variables/noiseVariable.py +++ b/fipy/variables/noiseVariable.py @@ -11,23 +11,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. noiseVariable.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution of - # this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/operatorVariable.py b/fipy/variables/operatorVariable.py index 3eb73b814a..6ec4088bd5 100644 --- a/fipy/variables/operatorVariable.py +++ b/fipy/variables/operatorVariable.py @@ -12,19 +12,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ############################################################################# diff --git a/fipy/variables/surfactantConvectionVariable.py b/fipy/variables/surfactantConvectionVariable.py index 67ae491945..c894edec65 100755 --- a/fipy/variables/surfactantConvectionVariable.py +++ b/fipy/variables/surfactantConvectionVariable.py @@ -15,19 +15,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/variables/surfactantVariable.py b/fipy/variables/surfactantVariable.py index e833cc395b..d85446c312 100755 --- a/fipy/variables/surfactantVariable.py +++ b/fipy/variables/surfactantVariable.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/variables/test.py b/fipy/variables/test.py index adf122f0a3..8d62fc7ef8 100755 --- a/fipy/variables/test.py +++ b/fipy/variables/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # # ################################################################### ## diff --git a/fipy/variables/unaryOperatorVariable.py b/fipy/variables/unaryOperatorVariable.py index ecdfe75c37..9db630f5d9 100644 --- a/fipy/variables/unaryOperatorVariable.py +++ b/fipy/variables/unaryOperatorVariable.py @@ -12,19 +12,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ############################################################################# diff --git a/fipy/variables/uniformNoiseVariable.py b/fipy/variables/uniformNoiseVariable.py index 783f39f1db..f990e8c4e7 100644 --- a/fipy/variables/uniformNoiseVariable.py +++ b/fipy/variables/uniformNoiseVariable.py @@ -11,23 +11,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. uniformNoiseVariable.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution of - # this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/variables/variable.py b/fipy/variables/variable.py index c016993fe6..dd5175ba48 100644 --- a/fipy/variables/variable.py +++ b/fipy/variables/variable.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ################################################################### diff --git a/fipy/viewers/matplotlibViewer/matplotlib1DViewer.py b/fipy/viewers/matplotlibViewer/matplotlib1DViewer.py index 385105776b..43fb516e4b 100644 --- a/fipy/viewers/matplotlibViewer/matplotlib1DViewer.py +++ b/fipy/viewers/matplotlibViewer/matplotlib1DViewer.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/viewers/matplotlibViewer/matplotlib2DContourViewer.py b/fipy/viewers/matplotlibViewer/matplotlib2DContourViewer.py index 11399840c4..74c956a594 100644 --- a/fipy/viewers/matplotlibViewer/matplotlib2DContourViewer.py +++ b/fipy/viewers/matplotlibViewer/matplotlib2DContourViewer.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/viewers/matplotlibViewer/matplotlib2DGridContourViewer.py b/fipy/viewers/matplotlibViewer/matplotlib2DGridContourViewer.py index fad3a44a4c..dd00333fdd 100644 --- a/fipy/viewers/matplotlibViewer/matplotlib2DGridContourViewer.py +++ b/fipy/viewers/matplotlibViewer/matplotlib2DGridContourViewer.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/viewers/matplotlibViewer/matplotlib2DGridViewer.py b/fipy/viewers/matplotlibViewer/matplotlib2DGridViewer.py index 7e7137790e..5c047a5dff 100644 --- a/fipy/viewers/matplotlibViewer/matplotlib2DGridViewer.py +++ b/fipy/viewers/matplotlibViewer/matplotlib2DGridViewer.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/viewers/matplotlibViewer/matplotlib2DViewer.py b/fipy/viewers/matplotlibViewer/matplotlib2DViewer.py index a3eca94846..00ab7dd0d2 100644 --- a/fipy/viewers/matplotlibViewer/matplotlib2DViewer.py +++ b/fipy/viewers/matplotlibViewer/matplotlib2DViewer.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/viewers/matplotlibViewer/matplotlibSparseMatrixViewer.py b/fipy/viewers/matplotlibViewer/matplotlibSparseMatrixViewer.py index e735b8a829..8d0ad5d3dc 100644 --- a/fipy/viewers/matplotlibViewer/matplotlibSparseMatrixViewer.py +++ b/fipy/viewers/matplotlibViewer/matplotlibSparseMatrixViewer.py @@ -10,19 +10,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ############################################################################# diff --git a/fipy/viewers/matplotlibViewer/matplotlibStreamViewer.py b/fipy/viewers/matplotlibViewer/matplotlibStreamViewer.py index ddbd599dea..38dbd9f5a2 100644 --- a/fipy/viewers/matplotlibViewer/matplotlibStreamViewer.py +++ b/fipy/viewers/matplotlibViewer/matplotlibStreamViewer.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/viewers/matplotlibViewer/matplotlibVectorViewer.py b/fipy/viewers/matplotlibViewer/matplotlibVectorViewer.py index 9e09de7eac..693a67df8e 100644 --- a/fipy/viewers/matplotlibViewer/matplotlibVectorViewer.py +++ b/fipy/viewers/matplotlibViewer/matplotlibVectorViewer.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/viewers/matplotlibViewer/matplotlibViewer.py b/fipy/viewers/matplotlibViewer/matplotlibViewer.py index 89d37046a2..86c7ff47a0 100644 --- a/fipy/viewers/matplotlibViewer/matplotlibViewer.py +++ b/fipy/viewers/matplotlibViewer/matplotlibViewer.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/viewers/matplotlibViewer/test.py b/fipy/viewers/matplotlibViewer/test.py index 94e4ab3581..acf4afe691 100755 --- a/fipy/viewers/matplotlibViewer/test.py +++ b/fipy/viewers/matplotlibViewer/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # # ################################################################### ## diff --git a/fipy/viewers/mayaviViewer/mayaviClient.py b/fipy/viewers/mayaviViewer/mayaviClient.py index 18b9b2ddde..7456ee27f1 100755 --- a/fipy/viewers/mayaviViewer/mayaviClient.py +++ b/fipy/viewers/mayaviViewer/mayaviClient.py @@ -15,22 +15,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/viewers/mayaviViewer/mayaviDaemon.py b/fipy/viewers/mayaviViewer/mayaviDaemon.py index 6fc0056850..f6b146bbd3 100644 --- a/fipy/viewers/mayaviViewer/mayaviDaemon.py +++ b/fipy/viewers/mayaviViewer/mayaviDaemon.py @@ -21,22 +21,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/viewers/mayaviViewer/test.py b/fipy/viewers/mayaviViewer/test.py index e2461a6314..86b12fd976 100755 --- a/fipy/viewers/mayaviViewer/test.py +++ b/fipy/viewers/mayaviViewer/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # # ################################################################### ## diff --git a/fipy/viewers/multiViewer.py b/fipy/viewers/multiViewer.py index 03114b93aa..b38c989e5f 100644 --- a/fipy/viewers/multiViewer.py +++ b/fipy/viewers/multiViewer.py @@ -9,23 +9,33 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. multiViewer.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/viewers/test.py b/fipy/viewers/test.py index cf120c6f02..1ee70ecb64 100755 --- a/fipy/viewers/test.py +++ b/fipy/viewers/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # # ################################################################### ## diff --git a/fipy/viewers/testinteractive.py b/fipy/viewers/testinteractive.py index 149869dd19..972487a52a 100755 --- a/fipy/viewers/testinteractive.py +++ b/fipy/viewers/testinteractive.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # # ################################################################### ## diff --git a/fipy/viewers/tsvViewer.py b/fipy/viewers/tsvViewer.py index 25464ee4ac..b314c5188d 100755 --- a/fipy/viewers/tsvViewer.py +++ b/fipy/viewers/tsvViewer.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/viewers/viewer.py b/fipy/viewers/viewer.py index 5dfbbc5234..7d06de5571 100644 --- a/fipy/viewers/viewer.py +++ b/fipy/viewers/viewer.py @@ -14,22 +14,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/viewers/vtkViewer/test.py b/fipy/viewers/vtkViewer/test.py index 332fa855a5..04f036cbf1 100755 --- a/fipy/viewers/vtkViewer/test.py +++ b/fipy/viewers/vtkViewer/test.py @@ -14,19 +14,32 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # # ################################################################### ## diff --git a/fipy/viewers/vtkViewer/vtkCellViewer.py b/fipy/viewers/vtkViewer/vtkCellViewer.py index 97e3732d7d..d4f3ccf7d0 100644 --- a/fipy/viewers/vtkViewer/vtkCellViewer.py +++ b/fipy/viewers/vtkViewer/vtkCellViewer.py @@ -15,22 +15,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/viewers/vtkViewer/vtkFaceViewer.py b/fipy/viewers/vtkViewer/vtkFaceViewer.py index 530f3760c8..502c195632 100644 --- a/fipy/viewers/vtkViewer/vtkFaceViewer.py +++ b/fipy/viewers/vtkViewer/vtkFaceViewer.py @@ -15,22 +15,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/fipy/viewers/vtkViewer/vtkViewer.py b/fipy/viewers/vtkViewer/vtkViewer.py index 612067de9f..1e90cb8030 100644 --- a/fipy/viewers/vtkViewer/vtkViewer.py +++ b/fipy/viewers/vtkViewer/vtkViewer.py @@ -15,22 +15,33 @@ # # ======================================================================== # This software was developed at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, # United States Code this software is not subject to copyright - # protection and is in the public domain. FiPy is an experimental - # system. NIST assumes no responsibility whatsoever for its use by + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. + # NIST assumes no responsibility whatsoever for its use by whatsoever for its use by # other parties, and makes no guarantees, expressed or implied, about # its quality, reliability, or any other characteristic. We would # appreciate acknowledgement if the software is used. # - # This software can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== - # See the file "license.terms" for information on usage and redistribution - # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # ################################################################### ## diff --git a/setup.py b/setup.py index 69933cd864..f16294245e 100644 --- a/setup.py +++ b/setup.py @@ -14,20 +14,32 @@ # www: http://www.ctcms.nist.gov/fipy/ # # ======================================================================== - # This document was prepared at the National Institute of Standards - # and Technology by employees of the Federal Government in the course - # of their official duties. Pursuant to title 17 Section 105 of the - # United States Code this document is not subject to copyright - # protection and is in the public domain. setup.py - # is an experimental work. NIST assumes no responsibility whatsoever + # This software was developed by employees of the National Institute + # of Standards and Technology, an agency of the Federal Government. + # Pursuant to title 17 section 105 of the United States Code, + # works of NIST employees are not subject to copyright + # protection, and this software is considered to be in the public domain. + # FiPy is an experimental system. NIST assumes no responsibility whatsoever # for its use by other parties, and makes no guarantees, expressed # or implied, about its quality, reliability, or any other characteristic. # We would appreciate acknowledgement if the document is used. # - # This document can be redistributed and/or modified freely - # provided that any derivative works bear some notice that they are - # derived from it, and any modified versions bear some notice that - # they have been modified. + # To the extent that NIST may hold copyright in countries other than the + # United States, you are hereby granted the non-exclusive irrevocable and + # unconditional right to print, publish, prepare derivative works and + # distribute this software, in any medium, or authorize others to do so on + # your behalf, on a royalty-free basis throughout the world. + # + # You may improve, modify, and create derivative works of the software or + # any portion of the software, and you may copy and distribute such + # modifications or works. Modified works should carry a notice stating + # that you changed the software and should note the date and nature of any + # such change. Please explicitly acknowledge the National Institute of + # Standards and Technology as the original source. + # + # This software can be redistributed and/or modified freely provided that + # any derivative works bear some notice that they are derived from it, and + # any modified versions bear some notice that they have been modified. # ======================================================================== # # ###################################################################